diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-16 18:35:58 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-11-16 18:35:58 -0500 |
commit | 141eb4c8c9e81f7a32da9b28dee528ad51f76b93 (patch) | |
tree | 7e8410c39c1b73e8507b96e23d4f02bbb838d3cb /haddock-api/haddock-api.cabal | |
parent | 46c288ea42c50302d708fa7a2495f3544aafac35 (diff) |
Bump ghc version to 8.11
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 cd71be28..5eb69345 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.13.0 , Cabal ^>= 2.4.0 - , ghc ^>= 8.10 + , ghc ^>= 8.11 , ghc-paths ^>= 0.1.0.9 , haddock-library ^>= 1.8.0 , xhtml ^>= 3000.2.2 |