2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, mtl, network, parsec, xhtml }:
|
2010-04-01 10:56:48 +00:00
|
|
|
|
2011-08-10 00:35:08 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2010-04-01 10:56:48 +00:00
|
|
|
pname = "cgi";
|
2011-08-10 00:35:08 +00:00
|
|
|
version = "3001.1.7.2";
|
2010-04-01 10:56:48 +00:00
|
|
|
sha256 = "ad35971388fa1809a5cd71bb2f051d69d753e4153b43d843b431674cf79a1c39";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ mtl network parsec xhtml ];
|
2010-04-01 10:56:48 +00:00
|
|
|
meta = {
|
|
|
|
description = "A library for writing CGI programs";
|
2011-08-10 00:35:08 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-08 22:56:33 +00:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2010-04-01 10:56:48 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|