haskell-CouchDB: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-01-30 08:28:08 +01:00
parent 2e25e93c8e
commit f93acdf3ac

View File

@ -6,10 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "0a9g0iblfyqppcy1ni3ac8f3yv5km95bfblhwqlsk6khydi5ka98";
buildDepends = [ HTTP json mtl network utf8String ];
testDepends = [ HTTP HUnit json mtl network utf8String ];
# Disabled tests because a running CouchDB server is needed.
doCheck = false;
meta = {
homepage = "http://github.com/arjunguha/haskell-couchdb/";
description = "CouchDB interface";