diff options
author | Ben Simms <ben@bensimms.moe> | 2021-05-28 06:56:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 07:56:20 +0200 |
commit | c120839debadd7a1427cee84459c01d59c5b85aa (patch) | |
tree | 4f44ec098e67db839d16b8402165d34ff882b5f2 /haddock-api/haddock-api.cabal | |
parent | 4f9088e4b04e52ca510b55a78048c9230537e449 (diff) |
CI configuration for ghc-head (#1395)
Diffstat (limited to 'haddock-api/haddock-api.cabal')
-rw-r--r-- | haddock-api/haddock-api.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index 730f4f5c..feecf40a 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -44,7 +44,7 @@ library -- this package typically supports only single major versions build-depends: base ^>= 4.16.0 - , ghc ^>= 9.1 + , ghc ^>= 9.3 , ghc-paths ^>= 0.1.0.9 , haddock-library ^>= 1.9.0 , xhtml ^>= 3000.2.2 |