From 93da077efbd442438fca6a7afca7c12f206fce17 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Fri, 23 Nov 2012 17:48:01 -0800 Subject: [PATCH] put an upper bound on the binary package until we figure out how to deal with lookAhead disappearing Ignore-this: c8aaa1909902fcaf6a3cd3e975f0cf23 darcs-hash:20121124014801-76d51-d8767d5a4568de20b3850ce8fa4e36e370386c4d --- encoding.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encoding.cabal b/encoding.cabal index aa442d3..d8ed0bd 100644 --- a/encoding.cabal +++ b/encoding.cabal @@ -39,7 +39,7 @@ Source-Repository this Tag: 0.6.7.1 Library - Build-Depends: binary, extensible-exceptions, HaXml >= 1.22 && < 1.24 + Build-Depends: binary < 0.6, extensible-exceptions, HaXml >= 1.22 && < 1.24 if flag(splitBase) Build-Depends: bytestring, base >= 3 && < 5, mtl, containers, array, regex-compat if flag(newGHC)