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:
parent
fc899aedf5
commit
38f7236607
@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
|
|||||||
buildDepends = [ HTTP json mtl network utf8String ];
|
buildDepends = [ HTTP json mtl network utf8String ];
|
||||||
testDepends = [ HTTP HUnit json mtl network utf8String ];
|
testDepends = [ HTTP HUnit json mtl network utf8String ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/arjunguha/haskell-couchdb/";
|
homepage = "http://github.com/arjunguha/haskell-couchdb/";
|
||||||
description = "CouchDB interface";
|
description = "CouchDB interface";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user