From a324e26d5423fb6e21d772cfb00f9774ae189093 Mon Sep 17 00:00:00 2001 From: Pi3r Date: Thu, 9 Mar 2017 23:47:29 +0100 Subject: [PATCH] Update `safe` upper bound for ghc >=7.8.0 (#43) --- protolude.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protolude.cabal b/protolude.cabal index 5dc3e1007..2d38447b3 100644 --- a/protolude.cabal +++ b/protolude.cabal @@ -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