diff options
author | Simon Jakobi <simon.jakobi@gmail.com> | 2018-06-13 23:54:37 +0200 |
---|---|---|
committer | Simon Jakobi <simon.jakobi@gmail.com> | 2018-06-13 23:54:37 +0200 |
commit | 92617135da50de7e83bb54f136db89ec609591d8 (patch) | |
tree | a4af7b27f639265929ee6cdfe7a194629b332907 /haddock-api | |
parent | ce568c3afb00610d659d3c2bab022983d252f1cd (diff) |
Bump bounds on Cabal
Diffstat (limited to 'haddock-api')
-rw-r--r-- | haddock-api/haddock-api.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index ea294fdc..3e972877 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -41,7 +41,7 @@ library -- this package typically supports only single major versions build-depends: base ^>= 4.12.0 - , Cabal ^>= 2.2.0 + , Cabal ^>= 2.3.0 , ghc ^>= 8.5 , ghc-paths ^>= 0.1.0.9 , haddock-library ^>= 1.6.0 @@ -166,7 +166,7 @@ test-suite spec Haddock.Backends.Hyperlinker.Parser Haddock.Backends.Hyperlinker.Types - build-depends: Cabal ^>= 2.2 + build-depends: Cabal ^>= 2.3 , ghc ^>= 8.4 , ghc-paths ^>= 0.1.0.9 , haddock-library ^>= 1.6.0 |