haskell-CouchDB: jailbreak to fix build with recent versions of utf8-string

https://github.com/arjunguha/haskell-couchdb/issues/14
This commit is contained in:
Peter Simons 2014-08-08 21:57:24 +02:00
parent fc899aedf5
commit 38f7236607

View file

@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ HTTP json mtl network utf8String ];
testDepends = [ HTTP HUnit json mtl network utf8String ];
doCheck = false;
jailbreak = true;
meta = {
homepage = "http://github.com/arjunguha/haskell-couchdb/";
description = "CouchDB interface";