Update protolude.cabal (#60)

Increase upperbound of safe.

This allows the master git version to build using the latest stackage`lts-8.23`
This commit is contained in:
Pi3r
2017-07-24 17:54:42 +01:00
committed by Stephen Diehl
parent eccb07f726
commit 3175e6c1eb
+1 -1
View File
@@ -82,7 +82,7 @@ library
if impl(ghc >= 7.8.0)
build-depends:
safe >= 0.3 && <0.3.15
safe >= 0.3 && <0.3.16
else
build-depends:
safe >= 0.3 && <0.3.10