From 8c9d0f4666b62861d4290b8dc221b849a5bb87e8 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Mon, 5 Feb 2018 10:20:40 +0000 Subject: [PATCH] Bump upper bound for async 2.2.1 --- protolude.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protolude.cabal b/protolude.cabal index 365d9d388..c2d652c59 100644 --- a/protolude.cabal +++ b/protolude.cabal @@ -67,7 +67,7 @@ library base >= 4.6 && <4.11, array >= 0.4 && <0.6, ghc-prim >= 0.3 && <0.6, - async >= 2.0 && <2.2, + async >= 2.0 && <2.3, deepseq >= 1.3 && <1.5, containers >= 0.5 && <0.6, hashable >= 1.2 && <1.3,