diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2018-03-08 10:18:27 +0100 |
---|---|---|
committer | Alexander Biehl <alexbiehl@gmail.com> | 2018-03-10 18:25:57 +0100 |
commit | 85d88f826e2e9c3aaf643b7e29c63db1fccd8c57 (patch) | |
tree | d1df753c837ed5d17d1342b33ebaf63dd65fc0d1 /haddock-api/haddock-api.cabal | |
parent | 7580675a9ee3f5e05aa7012678633b23f5ca3a39 (diff) |
Update to QC 2.11
Diffstat (limited to 'haddock-api/haddock-api.cabal')
-rw-r--r-- | haddock-api/haddock-api.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index ddd538c0..b66304d6 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -172,7 +172,7 @@ test-suite spec , haddock-library ^>= 1.5.0 , xhtml ^>= 3000.2.2 , hspec ^>= 2.4.4 - , QuickCheck ^>= 2.10 + , QuickCheck ^>= 2.11 -- Versions for the dependencies below are transitively pinned by -- the non-reinstallable `ghc` package and hence need no version |