mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Merge pull request #748 from leftaroundabout/deprecation/unsupported-old-versions
Properly un-support GHC-7 (and other old stuff)
This commit is contained in:
commit
deeed9581b
@ -55,7 +55,7 @@ library
|
||||
default-language: Haskell2010
|
||||
build-depends:
|
||||
aeson >=1.0,
|
||||
base >=4.6,
|
||||
base >=4.9,
|
||||
base64-bytestring >=1.0,
|
||||
bytestring >=0.10,
|
||||
cereal >=0.3,
|
||||
@ -63,12 +63,12 @@ library
|
||||
containers >=0.5,
|
||||
directory -any,
|
||||
filepath -any,
|
||||
ghc >=7.6,
|
||||
ghc >=8.0,
|
||||
ghc-parser >=0.1.7,
|
||||
ghc-paths >=0.1,
|
||||
haskeline -any,
|
||||
hlint >=1.9,
|
||||
haskell-src-exts >=1.16,
|
||||
haskell-src-exts >=1.18,
|
||||
http-client >= 0.4,
|
||||
http-client-tls >= 0.2,
|
||||
mtl >=2.1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user