Bump upper bounds for GHC 8.8 support

This commit is contained in:
Vaibhav Sagar 2019-07-06 14:31:46 -04:00
parent 0d1ace975b
commit e836fa255a
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ library
-- other-modules:
-- other-extensions:
build-depends: base >=4.9 && < 5,
ghc >=8.0 && <8.7
ghc >=8.0 && <8.9
if impl(ghc >= 8.0) && impl(ghc < 8.4)
hs-source-dirs: generic-src src-8.0

View File

@ -137,10 +137,10 @@ executable ihaskell
default-language: Haskell2010
build-depends:
ihaskell -any,
base >=4.9 && < 4.13,
base >=4.9 && < 4.14,
text >=0.11,
transformers -any,
ghc >=8.0 && < 8.7,
ghc >=8.0 && < 8.9,
process >=1.1,
aeson >=0.7,
bytestring >=0.10,