Skip to content
Snippets Groups Projects
Commit c6cb196f authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Fix compilation with GHC 7.4

Follow-up to cdfcdee1
parent 2af92b37
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,8 @@ library
Safe
TypeOperators
-- GHC.Generics lived in `ghc-prim` for GHC 7.2
if impl(ghc < 7.4)
-- GHC.Generics lived in `ghc-prim` for GHC 7.2 & GHC 7.4
if impl(ghc < 7.6)
build-depends: ghc-prim == 0.2.*
build-depends: base >= 4.3 && < 4.9,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment