haskell-http-reverse-proxy: update to version 0.3.0.1
This commit is contained in:
parent
1095825fd2
commit
011ca0210b
@ -1,15 +1,15 @@
|
|||||||
{ cabal, basicPrelude, blazeBuilder, caseInsensitive, conduit
|
{ cabal, basicPrelude, blazeBuilder, caseInsensitive, conduit
|
||||||
, dataDefault, hspec, httpClient, httpConduit, httpTypes
|
, dataDefaultClass, hspec, httpClient, httpConduit, httpTypes
|
||||||
, liftedBase, monadControl, network, networkConduit, resourcet
|
, liftedBase, monadControl, network, networkConduit, resourcet
|
||||||
, text, transformers, wai, waiLogger, warp, word8
|
, text, transformers, wai, waiLogger, warp, word8
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-reverse-proxy";
|
pname = "http-reverse-proxy";
|
||||||
version = "0.3.0";
|
version = "0.3.0.1";
|
||||||
sha256 = "0wwrcm3hhbq9kawk3s12s8ws82vancmc8a5d29f6871jfq3vvzc2";
|
sha256 = "01rbczzf300ivb08wncm19wq64m7n6r5xfbgh82phjxjmmx9h6wj";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
basicPrelude blazeBuilder caseInsensitive conduit dataDefault
|
basicPrelude blazeBuilder caseInsensitive conduit dataDefaultClass
|
||||||
httpClient httpTypes liftedBase monadControl network networkConduit
|
httpClient httpTypes liftedBase monadControl network networkConduit
|
||||||
resourcet text wai waiLogger word8
|
resourcet text wai waiLogger word8
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user