Disabled tests because a running CouchDB server is needed and they

currently don't compile. The latter should be fixed with PR
arjunguha/haskell-couchdb#13.
This commit is contained in:
Pascal Wittmann 2014-01-29 23:39:58 +01:00
parent f88de3b091
commit a412cdeb91

View File

@ -6,6 +6,10 @@ 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";