[commit: packages/primitive] ghc-head: Declare at proper lower version bounds for build-deps (06665e9)
git at git.haskell.org
git at git.haskell.org
Thu Sep 26 11:45:18 CEST 2013
Repository : ssh://git@git.haskell.org/primitive
On branch : ghc-head
Link : http://git.haskell.org/packages/primitive.git/commitdiff/06665e9e042f41ecbf4ffe5d755bcb08bf3df13e
>---------------------------------------------------------------
commit 06665e9e042f41ecbf4ffe5d755bcb08bf3df13e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Thu Sep 26 10:50:23 2013 +0200
Declare at proper lower version bounds for build-deps
This declares the lower version bounds for the minimum version of
`ghc-prim` and `base` for which the `primitive` was tested with.
As of now, the oldest version known to build `primitive` is GHC 7.0.1.
>---------------------------------------------------------------
06665e9e042f41ecbf4ffe5d755bcb08bf3df13e
primitive.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/primitive.cabal b/primitive.cabal
index 55444b8..99a84b2 100644
--- a/primitive.cabal
+++ b/primitive.cabal
@@ -36,7 +36,7 @@ Library
Data.Primitive.Internal.Compat
Data.Primitive.Internal.Operations
- Build-Depends: base >= 4 && < 5, ghc-prim
+ Build-Depends: base >= 4.3 && < 5, ghc-prim >= 0.2
Ghc-Options: -O2 -Wall
More information about the ghc-commits
mailing list