* 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:
14
pkgs/development/libraries/haskell/base64-string/default.nix
Normal file
14
pkgs/development/libraries/haskell/base64-string/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{cabal}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "base64-string";
|
||||
version = "0.1";
|
||||
|
||||
sha256 = "f9a6f050f5d9993313a1ceb49eba827ecf1046af51266d10b0dc899b53f13d8c";
|
||||
|
||||
propagatedBuildInputs = [];
|
||||
meta = {
|
||||
description = "";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user