[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:02 UTC 2010
The following commit has been merged in the master branch:
commit 0fc28e16e1b22ea95bbddedeff4260776b7086ae
Author: John Goerzen <jgoerzen at complete.org>
Date: Fri Jan 23 10:23:37 2009 -0600
Testpack compiles
diff --git a/Makefile b/Makefile
index 9920ea8..e5aee2b 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-PROJECT := MissingH
+PROJECT := testpack
GHCPARMS := -fallow-overlapping-instances -fallow-undecidable-instances -fglasgow-exts -cpp
.PHONY: all hugsbuild
diff --git a/testpack.cabal b/testpack.cabal
index fb14948..9068574 100644
--- a/testpack.cabal
+++ b/testpack.cabal
@@ -31,8 +31,8 @@ Library
Build-Depends: base,
haskell98, mtl, HUnit,
- QuickCheck >= 1.0 && < 2.0,
+ QuickCheck >= 1.0 && < 2.0
If flag(splitBase)
- Build-Depends: base >= 3, containers
+ Build-Depends: base >= 3, containers, random
Else
Build-Depends: base < 3
--
haskell-testpack
More information about the Pkg-haskell-commits
mailing list