Skip to content

compile error with GHC 7.4 #117

Closed
Closed
@hvr

Description

@hvr

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).

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