[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:10:52 UTC 2010


The following commit has been merged in the master branch:
commit 45acbd9435269bca81ec16babec74335d61c98b5
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Jun 29 01:39:13 2006 +0100

    More GHC 6.4.2 fixes

diff --git a/MissingH.cabal b/MissingH.cabal
index 5404ee5..9b2a678 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -91,5 +91,5 @@ Executable: runtests
 Buildable: False
 Main-Is: runtests.hs
 HS-Source-Dir: testsrc
-Extensions: ExistentialQuantification, AllowOverlappingInstances,
-    AllowUndecidableInstances, CPP
+Extensions: ExistentialQuantification, OverlappingInstances,
+    UndecidableInstances, CPP

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list