[commit: ghc] master: Bump QuickCheck bound (c8bab28)

git at git.haskell.org git at git.haskell.org
Tue Oct 23 20:21:08 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/c8bab2837b1f1655bb99399aa74baaaf581dea9b/ghc

>---------------------------------------------------------------

commit c8bab2837b1f1655bb99399aa74baaaf581dea9b
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sat Oct 20 18:42:41 2018 +0100

    Bump QuickCheck bound


>---------------------------------------------------------------

c8bab2837b1f1655bb99399aa74baaaf581dea9b
 hadrian.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadrian.cabal b/hadrian.cabal
index 9d83c0b..fec927a 100644
--- a/hadrian.cabal
+++ b/hadrian.cabal
@@ -120,7 +120,7 @@ executable hadrian
                        , extra                >= 1.4.7
                        , mtl                  == 2.2.*
                        , parsec               >= 3.1     && < 3.2
-                       , QuickCheck           >= 2.6     && < 2.11
+                       , QuickCheck           >= 2.6     && < 2.12
                        , shake                >= 0.16.4
                        , transformers         >= 0.4     && < 0.6
                        , unordered-containers >= 0.2.1   && < 0.3



More information about the ghc-commits mailing list