summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/CouchDB/default.nix
blob: 18f095cd8b16e81f2b28a059b091530213848fb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, HTTP, HUnit, json, mtl, network, utf8String }:

cabal.mkDerivation (self: {
  pname = "CouchDB";
  version = "1.2";
  sha256 = "0a9g0iblfyqppcy1ni3ac8f3yv5km95bfblhwqlsk6khydi5ka98";
  buildDepends = [ HTTP json mtl network utf8String ];
  testDepends = [ HTTP HUnit json mtl network utf8String ];
  jailbreak = true;
  doCheck = false;
  meta = {
    homepage = "http://github.com/arjunguha/haskell-couchdb/";
    description = "CouchDB interface";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    broken = true;
  };
})