Merge pull request #1631 from pSub/haskell-couchdb

haskell-CouchDB: Disabled tests because a running CouchDB server is needed
This commit is contained in:
mornfall 2014-01-29 14:54:08 -08:00
commit 2e25e93c8e

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";