Preparing for the upcoming Haskell Platform release.
svn path=/nixpkgs/trunk/; revision=22620
This commit is contained in:
12
pkgs/development/libraries/haskell/cgi/3001.1.7.3.nix
Normal file
12
pkgs/development/libraries/haskell/cgi/3001.1.7.3.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{cabal, mtl, network, parsec, xhtml}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "cgi";
|
||||
version = "3001.1.7.3"; # Haskell Platform 2010.2.0.0
|
||||
sha256 = "f1f4bc6b06e8a191db4ddb43617fee3ef37635e380d6a17c29efb5641ce91df0";
|
||||
propagatedBuildInputs = [mtl network parsec xhtml];
|
||||
meta = {
|
||||
description = "A library for writing CGI programs";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user