Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Bump bounds to accomodate base-4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Dec 8, 2022
1 parent 9d538c4 commit 37e3c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haddock.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ executable haddock

-- haddock typically only supports a single GHC major version
build-depends:
base ^>= 4.13.0.0 || ^>= 4.14.0.0 || ^>= 4.15.0.0 || ^>= 4.16.0.0 || ^>= 4.17.0.0
base ^>= 4.13.0.0 || ^>= 4.14.0.0 || ^>= 4.15.0.0 || ^>= 4.16.0.0 || ^>= 4.17.0.0 || ^>= 4.18.0.0

if flag(in-ghc-tree)
hs-source-dirs: haddock-api/src, haddock-library/src
Expand Down

0 comments on commit 37e3c36

Please sign in to comment.