Merge pull request #1631 from pSub/haskell-couchdb
haskell-CouchDB: Disabled tests because a running CouchDB server is needed
This commit is contained in:
commit
2e25e93c8e
@ -6,6 +6,10 @@ 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 ];
|
||||||
|
|
||||||
|
# Disabled tests because a running CouchDB server is needed.
|
||||||
|
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…
x
Reference in New Issue
Block a user