aboutsummaryrefslogtreecommitdiff
path: root/haddock-library
diff options
context:
space:
mode:
authorAlec Theriault <alec.theriault@gmail.com>2019-01-28 16:23:28 -0800
committerAlec Theriault <alec.theriault@gmail.com>2019-01-28 16:49:57 -0800
commit7abad07c183af9710e14a96ce3a5ab982c2bbd50 (patch)
tree78b891005cca40eeb189d8a7df221e706abf5c02 /haddock-library
parentfd56ac4d031963ecc137a5027d800bd8ed588264 (diff)
Loosen 'QuickCheck' and 'hspec' bounds
It looks like the new versions don't cause any breakage and loosening the bounds helps deps fit in one stack resolver.
Diffstat (limited to 'haddock-library')
-rw-r--r--haddock-library/haddock-library.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal
index 0b4405b9..17f556aa 100644
--- a/haddock-library/haddock-library.cabal
+++ b/haddock-library/haddock-library.cabal
@@ -76,8 +76,8 @@ test-suite spec
, bytestring >= 0.9.2.1 && < 0.11
, containers >= 0.4.2.1 && < 0.7
, transformers >= 0.3.0 && < 0.6
- , hspec >= 2.4.4 && < 2.6
- , QuickCheck ^>= 2.11
+ , hspec >= 2.4.4 && < 2.7
+ , QuickCheck >= 2.11 && < 2.13
, text >= 1.2.3.0 && < 1.3
, parsec >= 3.1.13.0 && < 3.2
, deepseq >= 1.3 && < 1.5