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


The following commit has been merged in the master branch:
commit fe4ec13093f920f8880c492e7843c6514c25c44a
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Jan 23 11:02:15 2009 -0600

    Removed unneeded extensions

diff --git a/testpack.cabal b/testpack.cabal
index e77743b..b6377f5 100644
--- a/testpack.cabal
+++ b/testpack.cabal
@@ -30,10 +30,7 @@ Library
   Test.QuickCheck.Utils,
   Test.QuickCheck.Instances
 
- Extensions: ExistentialQuantification, OverlappingInstances,
-   UndecidableInstances, CPP, Rank2Types,
-   MultiParamTypeClasses, FlexibleInstances, FlexibleContexts,
-   PatternSignatures
+ Extensions: ExistentialQuantification
 
  Build-Depends: base,
                haskell98, mtl, HUnit, 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list