* added haskell libraries: webserver, json 0.3.6, http 3001, base64string, CS173Tourney

* added dep on getopt to couchdb


svn path=/nixpkgs/trunk/; revision=18201
This commit is contained in:
Rob Vermaas
2009-11-06 12:38:54 +00:00
parent 159dc0e0cb
commit e3099a7cec
9 changed files with 144 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{cabal, mtl, network, parsec}:
cabal.mkDerivation (self : {
pname = "HTTP";
version = "3001.1.5";
sha256 = "e34d9f979bafbbf2e45bf90a9ee9bfd291f3c67c291a250cc0a6378431578aeb";
propagatedBuildInputs = [mtl network parsec];
meta = {
description = "a Haskell library for client-side HTTP";
};
})