From c1253d8ec2f9a828c12314c95d59119505cdd382 Mon Sep 17 00:00:00 2001 From: Utku Demir Date: Sun, 8 May 2016 21:06:19 +0300 Subject: [PATCH] Increase upper bound of binary Since it compiles with binary-0.8.3.0, and it doesn't have any breaking change. --- distributed-static.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributed-static.cabal b/distributed-static.cabal index 13f1550..a6faab3 100644 --- a/distributed-static.cabal +++ b/distributed-static.cabal @@ -36,7 +36,7 @@ Library rank1dynamic >= 0.1 && < 0.4, containers >= 0.4 && < 0.6, bytestring >= 0.9 && < 0.11, - binary >= 0.5 && < 0.8, + binary >= 0.5 && < 0.9, deepseq >= 1.3.0.1 && < 1.6 HS-Source-Dirs: src Default-Language: Haskell2010