2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-07 10:42:36 +00:00
|
|
|
{ cabal, async, autoUpdate, blazeBuilder, caseInsensitive, doctest
|
|
|
|
, hashable, hspec, HTTP, httpDate, httpTypes, HUnit, liftedBase
|
|
|
|
, network, QuickCheck, simpleSendfile, streamingCommons, text, time
|
2014-06-10 18:33:49 +00:00
|
|
|
, transformers, unixCompat, void, wai
|
2011-08-09 23:00:20 +00:00
|
|
|
}:
|
2011-07-07 21:40:33 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2011-07-07 21:40:33 +00:00
|
|
|
pname = "warp";
|
2014-08-12 08:48:12 +00:00
|
|
|
version = "3.0.0.7";
|
|
|
|
sha256 = "16zsad273lz49lac00pwg701lyr70kv4cwmk258szhmnjvkcnbb7";
|
2011-08-09 23:00:20 +00:00
|
|
|
buildDepends = [
|
2014-08-07 10:42:36 +00:00
|
|
|
autoUpdate blazeBuilder caseInsensitive hashable httpDate httpTypes
|
|
|
|
network simpleSendfile streamingCommons text unixCompat void wai
|
2011-07-07 21:40:33 +00:00
|
|
|
];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [
|
2014-08-07 10:42:36 +00:00
|
|
|
async autoUpdate blazeBuilder caseInsensitive doctest hashable
|
|
|
|
hspec HTTP httpDate httpTypes HUnit liftedBase network QuickCheck
|
2014-06-10 18:33:49 +00:00
|
|
|
simpleSendfile streamingCommons text time transformers unixCompat
|
|
|
|
void wai
|
2013-02-24 21:09:07 +00:00
|
|
|
];
|
2013-12-09 18:37:17 +00:00
|
|
|
doCheck = false;
|
2011-07-07 21:40:33 +00:00
|
|
|
meta = {
|
2011-11-28 18:12:09 +00:00
|
|
|
homepage = "http://github.com/yesodweb/wai";
|
2011-08-11 13:03:51 +00:00
|
|
|
description = "A fast, light-weight web server for WAI applications";
|
2012-04-09 12:37:39 +00:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-07-07 21:40:33 +00:00
|
|
|
};
|
|
|
|
})
|