diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-03-23 09:27:28 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-23 09:27:28 -0400 |
commit | 069b44b8c1f0c940ec7b232bc1d52e55630f8a98 (patch) | |
tree | fbbef783dfc5558b3d2a3c9c10d336004af989dd /haddock-api | |
parent | 606da884355527051afe0058c2f8b0ac2005e01b (diff) |
haddock-api: Bump bound on GHC
Diffstat (limited to 'haddock-api')
-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 620fd981..6a3ef944 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -48,7 +48,7 @@ library , xhtml >= 3000.2 && < 3000.3 , Cabal >= 1.10 , ghc-boot - , ghc >= 8.0 && < 8.2 + , ghc >= 8.3 && < 8.4 , ghc-paths , haddock-library == 1.4.* |