haskell-CouchDB: re-generate with cabal2nix
This commit is contained in:
parent
18e422d047
commit
26291a1f85
|
@ -8,8 +8,8 @@ cabal.mkDerivation (self: {
|
||||||
sha256 = "0a9g0iblfyqppcy1ni3ac8f3yv5km95bfblhwqlsk6khydi5ka98";
|
sha256 = "0a9g0iblfyqppcy1ni3ac8f3yv5km95bfblhwqlsk6khydi5ka98";
|
||||||
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;
|
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/arjunguha/haskell-couchdb/";
|
homepage = "http://github.com/arjunguha/haskell-couchdb/";
|
||||||
description = "CouchDB interface";
|
description = "CouchDB interface";
|
||||||
|
|
Loading…
Reference in New Issue