[Pkg-haskell-commits] [SCM] haskell-testpack branch, upstream, updated. upstream/1.0.2-26-g08483d9

John Goerzen jgoerzen at complete.org
Fri Apr 23 23:38:27 UTC 2010


The following commit has been merged in the upstream branch:
commit 08483d9c6e82b274aab14b237854dc27a82b617d
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Apr 23 18:35:44 2010 -0500

    Cabal fixes

diff --git a/testpack.cabal b/testpack.cabal
index 7f6e333..ca862ac 100644
--- a/testpack.cabal
+++ b/testpack.cabal
@@ -37,10 +37,10 @@ Library
  if impl(ghc >= 6.9)
     build-depends: base >= 4 && <5
 
- Build-Depends: base,
+ Build-Depends: base >= 3 && < 5,
                haskell98, mtl, HUnit, 
                QuickCheck >= 2.0
  If flag(splitBase)
-   Build-Depends: base >= 3, containers, random
+   Build-Depends: base >= 3 && < 5, containers, random
  Else
    Build-Depends: base < 3

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list