aboutsummaryrefslogtreecommitdiff
path: root/haddock-test
diff options
context:
space:
mode:
authorAlec Theriault <alec.theriault@gmail.com>2019-05-26 15:19:27 -0400
committerAlec Theriault <alec.theriault@gmail.com>2019-05-26 17:57:52 -0400
commit91f55209065497c8cd0d0a23e5ed5561410b4df0 (patch)
tree8d8a4731da6a5baeebf56d6688f5181e12cc49ed /haddock-test
parent3dceaa39ad2333c988efcefc718b3c82ade70f21 (diff)
Release haddock-2.23, haddock-library-1.8.0
Tentatively adjust bounds and changelogs for the release to be bundled with GHC 8.8.1.
Diffstat (limited to 'haddock-test')
-rw-r--r--haddock-test/haddock-test.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-test/haddock-test.cabal b/haddock-test/haddock-test.cabal
index 23b5953c..ed174e4f 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.13, bytestring, directory, process, filepath, Cabal, xml, xhtml
+ build-depends: base >= 4.3 && < 4.14, bytestring, directory, process, filepath, Cabal, xml, xhtml
exposed-modules:
Test.Haddock