haskell-http-reverse-proxy: update to version 0.1.1.2
This commit is contained in:
parent
5314503a1f
commit
e12d217534
|
@ -1,15 +1,15 @@
|
||||||
{ cabal, blazeBuilder, caseInsensitive, classyPreludeConduit
|
{ cabal, blazeBuilder, caseInsensitive, classyPrelude, conduit
|
||||||
, conduit, dataDefault, httpConduit, httpTypes, liftedBase
|
, dataDefault, httpConduit, httpTypes, liftedBase, monadControl
|
||||||
, monadControl, network, networkConduit, text, wai, warp, word8
|
, network, networkConduit, text, wai, warp, word8
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-reverse-proxy";
|
pname = "http-reverse-proxy";
|
||||||
version = "0.1.1.1";
|
version = "0.1.1.2";
|
||||||
sha256 = "0xg6xw0j61db75smys2fgjn0nzv2dy8c1ha4m828ssnxlic98lk2";
|
sha256 = "179j6zfmx3g6gc7mzhzhl7ymxkijg9vahjvwjwm0wm15vna52iqa";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder caseInsensitive classyPreludeConduit conduit
|
blazeBuilder caseInsensitive classyPrelude conduit dataDefault
|
||||||
dataDefault httpConduit httpTypes liftedBase monadControl network
|
httpConduit httpTypes liftedBase monadControl network
|
||||||
networkConduit text wai warp word8
|
networkConduit text wai warp word8
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue