2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-20 02:45:00 -08:00
|
|
|
{ cabal, base64Bytestring, blazeHtml, extensibleExceptions
|
2013-02-24 13:09:07 -08:00
|
|
|
, filepath, hslogger, html, HUnit, monadControl, mtl, network
|
2014-08-20 02:46:45 -07:00
|
|
|
, networkUri, parsec, sendfile, syb, systemFilepath, text, threads
|
|
|
|
, time, timeCompat, transformers, transformersBase, utf8String
|
|
|
|
, xhtml, zlib
|
2011-08-09 16:00:20 -07:00
|
|
|
}:
|
2010-04-15 11:10:42 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 11:23:44 -07:00
|
|
|
pname = "happstack-server";
|
2014-10-14 14:11:20 -07:00
|
|
|
version = "7.3.9";
|
|
|
|
sha256 = "10js2kmxw5lyy1h5xyz7qx852d29cl48qxyvadc4bdad6w06gdlz";
|
2011-08-09 16:00:20 -07:00
|
|
|
buildDepends = [
|
2012-02-20 02:45:00 -08:00
|
|
|
base64Bytestring blazeHtml extensibleExceptions filepath hslogger
|
2014-08-20 02:46:45 -07:00
|
|
|
html monadControl mtl network networkUri parsec sendfile syb
|
|
|
|
systemFilepath text threads time timeCompat transformers
|
|
|
|
transformersBase utf8String xhtml zlib
|
2011-08-07 11:23:44 -07:00
|
|
|
];
|
2013-02-24 13:09:07 -08:00
|
|
|
testDepends = [ HUnit parsec zlib ];
|
2014-01-25 11:48:53 -08:00
|
|
|
jailbreak = true;
|
2014-01-27 02:39:25 -08:00
|
|
|
doCheck = false;
|
2011-08-07 11:23:44 -07:00
|
|
|
meta = {
|
|
|
|
homepage = "http://happstack.com";
|
2011-08-11 06:03:51 -07:00
|
|
|
description = "Web related tools and services";
|
2011-08-07 11:23:44 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-07 11:23:44 -07:00
|
|
|
};
|
2010-04-15 11:10:42 -07:00
|
|
|
})
|