More Haskell platform packages.
svn path=/nixpkgs/trunk/; revision=15151
This commit is contained in:
12
pkgs/development/libraries/haskell/cgi/default.nix
Normal file
12
pkgs/development/libraries/haskell/cgi/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{cabal, mtl, network, parsec, xhtml}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "cgi";
|
||||
version = "3001.1.7.1"; # Haskell Platform 2009.0.0
|
||||
sha256 = "7d1d710871fffbbec2a33d7288b2959ddbcfd794d47f0122127576c02550b339";
|
||||
propagatedBuildInputs = [mtl network parsec xhtml];
|
||||
meta = {
|
||||
description = "A library for writing CGI programs";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user