Update safe upper bound for ghc >=7.8.0 (#43)

This commit is contained in:
Pi3r
2017-03-09 22:47:29 +00:00
committed by Stephen Diehl
parent 79bbc2de6e
commit a324e26d54
+3 -3
View File
@@ -78,10 +78,10 @@ library
mtl-compat >= 0.2 && <0.3
if impl(ghc >= 7.8.0)
build-depends:
safe >= 0.3 && <0.3.12
build-depends:
safe >= 0.3 && <0.3.15
else
build-depends:
build-depends:
safe >= 0.3 && <0.3.10
hs-source-dirs: src