haskell-http-reverse-proxy: update to version 0.2.0
This commit is contained in:
parent
585ee36fb9
commit
469ec818b7
@ -1,17 +1,17 @@
|
|||||||
{ cabal, blazeBuilder, caseInsensitive, classyPrelude, conduit
|
{ cabal, blazeBuilder, caseInsensitive, classyPrelude, conduit
|
||||||
, dataDefault, hspec, httpConduit, httpTypes, liftedBase
|
, dataDefault, hspec, httpConduit, httpTypes, liftedBase
|
||||||
, monadControl, network, networkConduit, text, transformers, wai
|
, monadControl, network, networkConduit, text, transformers, wai
|
||||||
, warp, word8
|
, waiLogger, warp, word8
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-reverse-proxy";
|
pname = "http-reverse-proxy";
|
||||||
version = "0.1.1.6";
|
version = "0.2.0";
|
||||||
sha256 = "0fh61rm3k00shzis2dkgifnkfn78vx124dzmmdzlf550kjmhxb9l";
|
sha256 = "01kqf9c2yr3x5jwzyn44gs76fbffpacxs2j89aa902l0rz6l8ral";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder caseInsensitive classyPrelude conduit dataDefault
|
blazeBuilder caseInsensitive classyPrelude conduit dataDefault
|
||||||
httpConduit httpTypes liftedBase monadControl network
|
httpConduit httpTypes liftedBase monadControl network
|
||||||
networkConduit text wai warp word8
|
networkConduit text wai waiLogger warp word8
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
blazeBuilder conduit hspec httpConduit httpTypes liftedBase network
|
blazeBuilder conduit hspec httpConduit httpTypes liftedBase network
|
||||||
|
Loading…
x
Reference in New Issue
Block a user