diff options
author | Simon Jakobi <simon.jakobi@gmail.com> | 2018-06-05 19:47:06 +0200 |
---|---|---|
committer | Alexander Biehl <alexbiehl@gmail.com> | 2018-06-05 19:47:05 +0200 |
commit | ee1ce11ceaf41d05973bb2c9ca7abd41a2ad078c (patch) | |
tree | 4d19d4a29e23baf73cf3e3005dca34bc3b39ae04 /haddock-api | |
parent | 4f148a9282491d7c9d6fa87dc01e4be4acdec13f (diff) |
Bump a few dependency bounds (#845)
Diffstat (limited to 'haddock-api')
-rw-r--r-- | haddock-api/haddock-api.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index acb4d9e4..b2d7829c 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -166,12 +166,12 @@ test-suite spec Haddock.Backends.Hyperlinker.Parser Haddock.Backends.Hyperlinker.Types - build-depends: Cabal ^>= 2.0.0 + build-depends: Cabal ^>= 2.2 , ghc ^>= 8.4 , ghc-paths ^>= 0.1.0.9 , haddock-library ^>= 1.6.0 , xhtml ^>= 3000.2.2 - , hspec ^>= 2.4.4 + , hspec >= 2.4.4 && < 2.6 , QuickCheck ^>= 2.11 -- Versions for the dependencies below are transitively pinned by @@ -188,7 +188,7 @@ test-suite spec , transformers build-tool-depends: - hspec-discover:hspec-discover ^>= 2.4.4 + hspec-discover:hspec-discover >= 2.4.4 && < 2.6 source-repository head type: git |