aboutsummaryrefslogtreecommitdiff
path: root/haddock-test
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2018-04-10 08:05:51 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2018-04-19 11:42:58 -0400
commit0d903e5e7ea877cbf6e8a7a84c9c8b6ef8c78ef6 (patch)
treef94ef4ce954e11dea20fbd035c83644882ed280b /haddock-test
parenta8ca2ae8737d29145fe57a7709e59be8cb7a00dc (diff)
Bump upper bound on base to < 4.13
See https://ghc.haskell.org/trac/ghc/ticket/15018.
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 6b6c9fd8..48314600 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.12, bytestring, directory, process, filepath, Cabal, xml, xhtml, syb
+ build-depends: base >= 4.3 && < 4.13, bytestring, directory, process, filepath, Cabal, xml, xhtml, syb
exposed-modules:
Test.Haddock