Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependency on ghc-prim (for GHC.Generics) #52

Closed
Toxaris opened this issue May 3, 2013 · 1 comment
Closed

Missing dependency on ghc-prim (for GHC.Generics) #52

Toxaris opened this issue May 3, 2013 · 1 comment

Comments

@Toxaris
Copy link

Toxaris commented May 3, 2013

There seems to be a dependency missing:

Statistics\Distribution\Beta.hs:25:8:
    Could not find module `GHC.Generics'
    It is a member of the hidden package `ghc-prim'.
    Perhaps you need to add `ghc-prim' to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

Adding a dependency on ghc-prim to the cabal file indeed fixed this for me.

@bos
Copy link
Collaborator

bos commented May 6, 2013

Fixed in 0.10.4.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants