From 3972d847e6fe9fa973b508c3d50d658057cf08a0 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Tue, 15 Nov 2016 15:14:16 +0000 Subject: [PATCH] constrain safe upper bound for backwards compat with ghc 7.6 --- protolude.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protolude.cabal b/protolude.cabal index 65468bd18..38b6d0121 100644 --- a/protolude.cabal +++ b/protolude.cabal @@ -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,