Merge pull request #748 from leftaroundabout/deprecation/unsupported-old-versions

Properly un-support GHC-7 (and other old stuff)
This commit is contained in:
Vaibhav Sagar 2017-09-06 16:52:59 +07:00 committed by GitHub
commit deeed9581b

View File

@ -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,