* 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:
12
pkgs/development/libraries/haskell/json/0.3.6.nix
Normal file
12
pkgs/development/libraries/haskell/json/0.3.6.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{cabal, mtl}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "json";
|
||||
version = "0.3.6";
|
||||
sha256 = "05047879ed0c7a9aa168a981e238da94758281af3cb1a1f78a6427322b946fd7";
|
||||
propagatedBuildInputs = [mtl];
|
||||
meta = {
|
||||
description = "Support for serialising Haskell to and from JSON";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user