From 3175e6c1ebb73d443863aa02ac6d7d37e43f2a59 Mon Sep 17 00:00:00 2001 From: Pi3r Date: Mon, 24 Jul 2017 18:54:42 +0200 Subject: [PATCH] Update protolude.cabal (#60) Increase upperbound of safe. This allows the master git version to build using the latest stackage`lts-8.23` --- protolude.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protolude.cabal b/protolude.cabal index 03018910f..b45ce8fa8 100644 --- a/protolude.cabal +++ b/protolude.cabal @@ -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