Skip to content

compile error with GHC 7.4 #117

New issue

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

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

Already on GitHub? # to your account

Closed
hvr opened this issue Dec 11, 2016 · 1 comment
Closed

compile error with GHC 7.4 #117

hvr opened this issue Dec 11, 2016 · 1 comment

Comments

@hvr
Copy link

hvr commented Dec 11, 2016

I suggest just setting a lower bound, e.g. base >= 4.6 to declare support for GHC 7.6 or later (and this also evades the memory issue with GHC 7.4)

Configuring component lib from vty-5.14
Preprocessing library vty-5.14...

src/Graphics/Vty/Config.hs:97: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.
cabal: Failed to build vty-5.14 (which is required by exe:vty-mode-demo from
vty-5.14 and exe:vty-demo from vty-5.14).
@jtdaugherty
Copy link
Owner

Done. Thanks!

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

No branches or pull requests

2 participants