diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2018-04-10 08:05:51 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2018-04-19 11:42:58 -0400 |
commit | 0d903e5e7ea877cbf6e8a7a84c9c8b6ef8c78ef6 (patch) | |
tree | f94ef4ce954e11dea20fbd035c83644882ed280b /haddock.cabal | |
parent | a8ca2ae8737d29145fe57a7709e59be8cb7a00dc (diff) |
Bump upper bound on base to < 4.13
See https://ghc.haskell.org/trac/ghc/ticket/15018.
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal index ea1b32c2..c6f241ee 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -65,7 +65,7 @@ executable haddock -- haddock typically only supports a single GHC major version build-depends: - base >= 4.3 && < 4.12 + base >= 4.3 && < 4.13 if flag(in-ghc-tree) hs-source-dirs: haddock-api/src, haddock-library/vendor/attoparsec-0.13.1.0, haddock-library/src cpp-options: -DIN_GHC_TREE @@ -144,7 +144,7 @@ executable haddock Haddock.GhcUtils Haddock.Syb Haddock.Convert - + Paths_haddock autogen-modules: |