Skip to content

Package doesn't compile #5

Description

@konsumlamm

When trying to use the version from Hackage, I get the following error:

[ 1 of 33] Compiling Data.Primitive.SIMD.Class ( src-128/Data/Primitive/SIMD/Class.hs, dist/build/Data/Primitive/SIMD/Class.o, dist/build/Data/Primitive/SIMD/Class.dyn_o )

src-128/Data/Primitive/SIMD/Class.hs:79:47: error:
    Not in scope: type constructor or class ‘Addr’
    Perhaps you meant ‘Addr#’ (imported from GHC.Exts)
   |
79 | setOffAddrGeneric :: (Prim a, PrimMonad m) => Addr -> Int -> Int -> a -> m ()
   |                                               ^^^^

When trying to build the package manually, I get this error:

~/.../primitive-simd/dist-newstyle/build/x86_64-linux/ghc-9.2.2/primitive-simd-0.1.1.0/setup/setup.hs:278:6: error:
    Not in scope: ‘sDistHook’
    |
278 |     ,sDistHook = \ pkgDesc mLocBuildInfo uHooks sDistFlags -> do
    |      ^^^^^^^^^

There are two open PRs to fix build errors (#3 and #4), but neither of those patches seem to work for me.

@ajscholl are you still interested in maintaining this package? If not, I'd be happy to take it over and try to fix the build errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions