[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 14:58:50 UTC 2010


The following commit has been merged in the master branch:
commit de369d97971f26f258571b5adcecb23a67f1fd34
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu May 12 21:38:51 2005 +0100

    Updated Cabal file to build tests with GHC 6.4

diff --git a/MissingH.cabal b/MissingH.cabal
index 4b6735e..8cd3de4 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -77,9 +77,11 @@ Exposed-Modules: MissingH.IO, MissingH.IO.Binary, MissingH.List,
 Extensions: ExistentialQuantification, AllowOverlappingInstances,
     AllowUndecidableInstances, CPP
 -- CPP extension is really only needed in FiniteMap.hs and Rfc2821.hs
-Build-Depends: haskell-src, network, unix, parsec
+Build-Depends: haskell-src, network, unix, parsec, mtl, base, haskell98
 GHC-Options: -O2
 
 Executable: runtests
 Main-Is: runtests.hs
 HS-Source-Dir: testsrc
+Extensions: ExistentialQuantification, AllowOverlappingInstances,
+    AllowUndecidableInstances, CPP

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list