haskell-CouchDB: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-08-09 09:58:36 +02:00
parent 18e422d047
commit 26291a1f85

View File

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