You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: