fix safe bounds for breakage on GHC 7.0.1 build

This commit is contained in:
Stephen Diehl
2017-02-11 13:47:31 +00:00
parent fd3d667cde
commit 6ac3e01da0
+1 -1
View File
@@ -79,7 +79,7 @@ library
if impl(ghc >= 7.8.0)
build-depends:
safe >= 0.3 && <0.4
safe >= 0.3 && <0.3.12
else
build-depends:
safe >= 0.3 && <0.3.10