nixpkgs/pkgs/development/libraries/haskell/base64-string/default.nix
Rob Vermaas e3099a7cec * added haskell libraries: webserver, json 0.3.6, http 3001, base64string, CS173Tourney
* added dep on getopt to couchdb


svn path=/nixpkgs/trunk/; revision=18201
2009-11-06 12:38:54 +00:00

15 lines
242 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "base64-string";
version = "0.1";
sha256 = "f9a6f050f5d9993313a1ceb49eba827ecf1046af51266d10b0dc899b53f13d8c";
propagatedBuildInputs = [];
meta = {
description = "";
};
})