constrain safe upper bound for backwards compat with ghc 7.6

This commit is contained in:
Stephen Diehl
2016-11-15 15:14:16 +00:00
parent 82e0b04e4d
commit 3972d847e6
+1 -1
View File
@@ -64,7 +64,7 @@ library
build-depends:
base >= 4.6 && <4.10,
ghc-prim >= 0.3 && <0.6,
safe >= 0.3 && <0.4,
safe >= 0.3 && <0.3.10,
async >= 2.0 && <2.2,
deepseq >= 1.3 && <1.5,
containers >= 0.5 && <0.6,