[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36
John Goerzen
jgoerzen at complete.org
Fri Apr 23 15:24:58 UTC 2010
The following commit has been merged in the master branch:
commit b46e79a576b36b95086bb87eed2df18b4002e455
Author: John Goerzen <jgoerzen at complete.org>
Date: Sat Jan 31 22:12:11 2009 -0600
1.0.1
diff --git a/testpack.cabal b/testpack.cabal
index 40f45f1..f45c943 100644
--- a/testpack.cabal
+++ b/testpack.cabal
@@ -1,5 +1,5 @@
Name: testpack
-Version: 1.0.0
+Version: 1.0.1
License: LGPL
Maintainer: John Goerzen <jgoerzen at complete.org>
Author: John Goerzen
@@ -32,6 +32,12 @@ Library
Extensions: ExistentialQuantification
+ -- Hack for cabal-install weirdness. cabal-install forces base 3,
+ -- though it works fine for Setup.lhs manually. Fix.
+ if impl(ghc >= 6.9)
+ build-depends: base >= 4
+
+
Build-Depends: base,
haskell98, mtl, HUnit,
QuickCheck >= 1.0 && < 2.0
--
haskell-testpack
More information about the Pkg-haskell-commits
mailing list