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


The following commit has been merged in the master branch:
commit fa58eb8196ab60b1d4843969c9cbc5ea5e1f8c96
Merge: 58e365792760ebe7e88732cde75b37f09cebd1cd c4966a78e48b56c9d2e354f361712bbf2a7ba7dc
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Jan 31 22:14:59 2009 -0600

    Merge branch 'master' of jpgarch at complete.org:git/testpack

diff --combined testpack.cabal
index 77cc515,fb03c10..c4402a4
--- a/testpack.cabal
+++ b/testpack.cabal
@@@ -1,5 -1,5 +1,5 @@@
  Name: testpack
 -Version: 1.0.0
 +Version: 1.0.1
  License: LGPL
  Maintainer: John Goerzen <jgoerzen at complete.org>
  Author: John Goerzen
@@@ -30,13 -30,8 +30,13 @@@ Librar
    Test.QuickCheck.Tools,
    Test.QuickCheck.Instances
  
-  Extensions: ExistentialQuantification
+  Extensions: ExistentialQuantification, CPP
  
 + -- Hack for cabal-install weirdness.  cabal-install forces base 3,
 + -- though it works fine for Setup.lhs manually.  Fix.
 + if impl(ghc >= 6.9)
 +    build-depends: base >= 4
 +
   Build-Depends: base,
                 haskell98, mtl, HUnit, 
                 QuickCheck >= 1.0 && < 2.0

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list