From 64f6baea2a08a893fd224e8f060e0911dc054020 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Jul 2014 17:57:05 +0300 Subject: [PATCH] Relax binary version See: https://groups.google.com/d/msg/yesodweb/uaVByf81_Pw/tLjLtDsA13MJ --- bson.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bson.cabal b/bson.cabal index f6000ce..f9bd0b9 100644 --- a/bson.cabal +++ b/bson.cabal @@ -26,7 +26,7 @@ Library Build-depends: base < 5 , time , bytestring - , binary == 0.7.* + , binary >= 0.5 && < 0.8 , cryptohash , data-binary-ieee754 , mtl >= 2