[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:11:59 UTC 2010
The following commit has been merged in the master branch:
commit f0855664456ad3310d5725a104238d848c53a82f
Author: John Goerzen <jgoerzen at complete.org>
Date: Fri Oct 20 00:52:15 2006 +0100
GHC 6.6 compatibility updates
diff --git a/MissingH.cabal b/MissingH.cabal
index 66a7213..9b5cccc 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -83,9 +83,9 @@ Exposed-Modules: MissingH.Str, MissingH.IO, MissingH.IO.Binary, MissingH.List,
MissingH.GetOpt
Extensions: ExistentialQuantification, OverlappingInstances,
UndecidableInstances, CPP
-Build-Depends: haskell-src, network, parsec, base,
+Build-Depends: network, parsec, base,
unix,
- haskell98, mtl, HUnit
+ haskell98, mtl, HUnit, regex-compat, QuickCheck
GHC-Options: -O2
Executable: runtests
--
haskell-testpack
More information about the Pkg-haskell-commits
mailing list