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