conditional safe version bounds for ghc

This commit is contained in:
Stephen Diehl
2016-12-06 09:06:47 +00:00
parent 6da0d42e8d
commit d5db73dbbf
+7 -1
View File
@@ -64,7 +64,6 @@ library
build-depends:
base >= 4.6 && <4.10,
ghc-prim >= 0.3 && <0.6,
safe >= 0.3 && <0.3.10,
async >= 2.0 && <2.2,
deepseq >= 1.3 && <1.5,
containers >= 0.5 && <0.6,
@@ -75,5 +74,12 @@ library
stm >= 2.4 && <2.5,
bytestring >= 0.10 && <0.11
if impl(ghc >= 7.8.0)
build-depends:
safe >= 0.3 && <0.4
else
build-depends:
safe >= 0.3 && <0.3.10
hs-source-dirs: src
default-language: Haskell2010