aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--haddock-library/haddock-library.cabal2
-rw-r--r--haddock-test/haddock-test.cabal2
2 files changed, 2 insertions, 2 deletions
diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal
index 368c0112..5b0f1481 100644
--- a/haddock-library/haddock-library.cabal
+++ b/haddock-library/haddock-library.cabal
@@ -50,7 +50,7 @@ library attoparsec
default-language: Haskell2010
build-depends:
- base >= 4.5 && < 4.11
+ base >= 4.5 && < 4.12
, bytestring >= 0.9.2.1 && < 0.11
, deepseq >= 1.3 && < 1.5
diff --git a/haddock-test/haddock-test.cabal b/haddock-test/haddock-test.cabal
index 56dd1845..6b6c9fd8 100644
--- a/haddock-test/haddock-test.cabal
+++ b/haddock-test/haddock-test.cabal
@@ -16,7 +16,7 @@ library
default-language: Haskell2010
ghc-options: -Wall
hs-source-dirs: src
- build-depends: base >= 4.3 && < 4.11, bytestring, directory, process, filepath, Cabal, xml, xhtml, syb
+ build-depends: base >= 4.3 && < 4.12, bytestring, directory, process, filepath, Cabal, xml, xhtml, syb
exposed-modules:
Test.Haddock