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 /haddock-library | |
parent | 0a64b5cdc051c47b24151b8839ae9067f06d8d0d (diff) |
Bump base for haddock-library and haddock-test
Diffstat (limited to 'haddock-library')
-rw-r--r-- | haddock-library/haddock-library.cabal | 2 |
1 files changed, 1 insertions, 1 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 |