haskell-http-reverse-proxy: update to version 0.2.1.1
This commit is contained in:
parent
14940d747b
commit
49dbebec60
@ -1,4 +1,4 @@
|
|||||||
{ cabal, blazeBuilder, caseInsensitive, classyPrelude, conduit
|
{ cabal, basicPrelude, blazeBuilder, caseInsensitive, conduit
|
||||||
, dataDefault, hspec, httpConduit, httpTypes, liftedBase
|
, dataDefault, hspec, httpConduit, httpTypes, liftedBase
|
||||||
, monadControl, network, networkConduit, text, transformers, wai
|
, monadControl, network, networkConduit, text, transformers, wai
|
||||||
, waiLogger, warp, word8
|
, waiLogger, warp, word8
|
||||||
@ -6,10 +6,10 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-reverse-proxy";
|
pname = "http-reverse-proxy";
|
||||||
version = "0.2.1";
|
version = "0.2.1.1";
|
||||||
sha256 = "1f1087igr4kisb3z3lxznb85sfhzr2s08am1za3jg8cgffmrais8";
|
sha256 = "12hfbl8239ivrqvd5pi1avlcb381q861958qwyf20jc5jpwvjjgj";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder caseInsensitive classyPrelude conduit dataDefault
|
basicPrelude blazeBuilder caseInsensitive conduit dataDefault
|
||||||
httpConduit httpTypes liftedBase monadControl network
|
httpConduit httpTypes liftedBase monadControl network
|
||||||
networkConduit text wai waiLogger warp word8
|
networkConduit text wai waiLogger warp word8
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user