diff options
author | alexbiehl <alex.biehl@gmail.com> | 2017-09-29 21:15:24 +0200 |
---|---|---|
committer | alexbiehl <alex.biehl@gmail.com> | 2017-09-29 21:15:40 +0200 |
commit | dc45f3a2f1c12a3358471e97b85ca6b1cc82ef1e (patch) | |
tree | 75d9e1944b170cc38ec7bff641aa1c13b521a1b7 | |
parent | 0a64b5cdc051c47b24151b8839ae9067f06d8d0d (diff) |
Bump base for haddock-library and haddock-test
-rw-r--r-- | haddock-library/haddock-library.cabal | 2 | ||||
-rw-r--r-- | haddock-test/haddock-test.cabal | 2 |
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 |