2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-24 21:09:07 +00:00
|
|
|
{ cabal, HTTP, HUnit, json, mtl, network, utf8String }:
|
2009-11-06 12:38:54 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2009-11-06 12:38:54 +00:00
|
|
|
pname = "CouchDB";
|
2012-08-27 09:30:48 +00:00
|
|
|
version = "1.2";
|
|
|
|
sha256 = "0a9g0iblfyqppcy1ni3ac8f3yv5km95bfblhwqlsk6khydi5ka98";
|
|
|
|
buildDepends = [ HTTP json mtl network utf8String ];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [ HTTP HUnit json mtl network utf8String ];
|
2014-08-08 19:57:24 +00:00
|
|
|
jailbreak = true;
|
2014-08-09 07:58:36 +00:00
|
|
|
doCheck = false;
|
2009-11-06 12:38:54 +00:00
|
|
|
meta = {
|
2011-08-07 21:59:29 +00:00
|
|
|
homepage = "http://github.com/arjunguha/haskell-couchdb/";
|
|
|
|
description = "CouchDB interface";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-10-14 13:15:55 +00:00
|
|
|
broken = true;
|
2009-11-06 12:38:54 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|