haskell-cgi: add version 3001.2.0.0

This commit is contained in:
Peter Simons
2014-08-28 18:13:44 +02:00
parent c9286fd171
commit 6f4b9ebd22
2 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, exceptions, mtl, network, networkUri, parsec, xhtml }:
cabal.mkDerivation (self: {
pname = "cgi";
version = "3001.2.0.0";
sha256 = "03az978d5ayv5v4g89h4wajjhcribyf37b8ws8kvsqir3i7h7k8d";
buildDepends = [ exceptions mtl network networkUri parsec xhtml ];
meta = {
homepage = "https://github.com/cheecheeo/haskell-cgi";
description = "A library for writing CGI programs";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})