[commit: packages/deepseq] master: Fix compilation with GHC 7.4 (c6cb196)
git at git.haskell.org
git at git.haskell.org
Fri Mar 20 09:31:50 UTC 2015
Repository : ssh://git@git.haskell.org/deepseq
On branch : master
Link : http://git.haskell.org/packages/deepseq.git/commitdiff/c6cb196fb1bd5f16bb5945add2d6ece3f7910e90
>---------------------------------------------------------------
commit c6cb196fb1bd5f16bb5945add2d6ece3f7910e90
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Fri Mar 20 07:58:17 2015 +0100
Fix compilation with GHC 7.4
Follow-up to cdfcdee14ce9071bbfbddf0007df8aee8015da48
>---------------------------------------------------------------
c6cb196fb1bd5f16bb5945add2d6ece3f7910e90
deepseq.cabal | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/deepseq.cabal b/deepseq.cabal
index dd32d4c..7435b25 100644
--- a/deepseq.cabal
+++ b/deepseq.cabal
@@ -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,
More information about the ghc-commits
mailing list