aboutsummaryrefslogtreecommitdiff
path: root/haddock-library/haddock-library.cabal
diff options
context:
space:
mode:
authorSimon Jakobi <simon.jakobi@gmail.com>2018-06-05 19:47:06 +0200
committerSimon Jakobi <simon.jakobi@gmail.com>2018-06-13 23:39:30 +0200
commitca619464b74c3f55a34406f0a555f7d82c27caae (patch)
treec6c4a483a327c3e9e0d9323a99ff5b048801693d /haddock-library/haddock-library.cabal
parent622c45d56e0ccb11e3b8b0832654cb30c8369ba8 (diff)
Bump a few dependency bounds (#845)
Diffstat (limited to 'haddock-library/haddock-library.cabal')
-rw-r--r--haddock-library/haddock-library.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal
index 2fadeb65..df2dbf93 100644
--- a/haddock-library/haddock-library.cabal
+++ b/haddock-library/haddock-library.cabal
@@ -72,18 +72,18 @@ test-suite spec
build-depends:
base >= 4.5 && < 4.12
- , base-compat ^>= 0.9.3
+ , base-compat >= 0.9.3 && < 0.11
, bytestring >= 0.9.2.1 && < 0.11
, containers >= 0.4.2.1 && < 0.6
, transformers >= 0.3.0 && < 0.6
- , hspec ^>= 2.4.4
+ , hspec >= 2.4.4 && < 2.6
, QuickCheck ^>= 2.11
, text >= 1.2.3.0 && < 1.3
, parsec >= 3.1.13.0 && < 3.2
, deepseq >= 1.3 && < 1.5
build-tool-depends:
- hspec-discover:hspec-discover ^>= 2.4.4
+ hspec-discover:hspec-discover >= 2.4.4 && < 2.6
test-suite fixtures
type: exitcode-stdio-1.0
@@ -93,7 +93,7 @@ test-suite fixtures
hs-source-dirs: fixtures
build-depends:
base >= 4.5 && < 4.12
- , base-compat ^>= 0.9.3
+ , base-compat >= 0.9.3 && < 0.11
, directory ^>= 1.3.0.2
, filepath ^>= 1.4.1.2
, optparse-applicative ^>= 0.14.0.0