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


The following commit has been merged in the master branch:
commit 95d95360ecb6b2e44c76240f4064e840c591993c
Author: Eric Kow <eykk10 at brighton.ac.uk>
Date:   Sat Sep 13 12:15:30 2008 +0100

    Specify which version of Quickcheck we need

diff --git a/MissingH.cabal b/MissingH.cabal
index 22e1777..75faa55 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -64,7 +64,9 @@ Library
    PatternSignatures
 
  Build-Depends: network, parsec, base,
-               haskell98, mtl, HUnit, regex-compat, QuickCheck, filepath,
+               haskell98, mtl, HUnit, regex-compat,
+               QuickCheck >= 1.0 && < 2.0,
+               filepath,
                hslogger
  If flag(splitBase)
    Build-Depends: base >= 3, directory, random, process, old-time,

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list