2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-03-27 12:17:35 +00:00
|
|
|
{ cabal, async, blazeBuilder, caseInsensitive, conduit
|
2014-03-30 21:06:42 +01:00
|
|
|
, conduitExtra, dataDefaultClass, hspec, httpClient, httpConduit
|
2014-10-13 11:46:01 +01:00
|
|
|
, httpTypes, liftedBase, monadControl, network, resourcet
|
|
|
|
, streamingCommons, text, transformers, wai, waiLogger, warp, word8
|
2012-11-08 13:51:07 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "http-reverse-proxy";
|
2014-10-13 11:46:01 +01:00
|
|
|
version = "0.4.1.2";
|
|
|
|
sha256 = "1gggn5l08g7mxbka0h7h8w687y3awbm19395fi6wvis76isyz8wy";
|
2012-11-08 13:51:07 +00:00
|
|
|
buildDepends = [
|
2014-03-30 21:06:42 +01:00
|
|
|
async blazeBuilder caseInsensitive conduit conduitExtra
|
|
|
|
dataDefaultClass httpClient httpTypes liftedBase monadControl
|
2014-06-10 19:33:30 +01:00
|
|
|
network resourcet streamingCommons text transformers wai waiLogger
|
|
|
|
word8
|
2012-11-08 13:51:07 +00:00
|
|
|
];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [
|
2014-04-04 22:29:52 +01:00
|
|
|
blazeBuilder conduit conduitExtra hspec httpConduit httpTypes
|
2014-10-13 11:46:01 +01:00
|
|
|
liftedBase network resourcet streamingCommons transformers wai warp
|
2013-02-24 21:09:07 +00:00
|
|
|
];
|
2013-12-10 10:46:18 +00:00
|
|
|
doCheck = false;
|
2012-11-08 13:51:07 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/fpco/http-reverse-proxy";
|
|
|
|
description = "Reverse proxy HTTP requests, either over raw sockets or with WAI";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|