mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-17 20:06:07 +00:00
Bump upper bounds for GHC 8.8 support
This commit is contained in:
parent
0d1ace975b
commit
e836fa255a
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user