haskell-http-reverse-proxy: update to version 0.3.1.2
This commit is contained in:
parent
ef9d804a32
commit
bc1bfe32e3
@ -1,17 +1,17 @@
|
|||||||
{ cabal, async, basicPrelude, blazeBuilder, caseInsensitive
|
{ cabal, async, blazeBuilder, caseInsensitive, conduit
|
||||||
, conduit, dataDefaultClass, hspec, httpClient, httpConduit
|
, dataDefaultClass, hspec, httpClient, httpConduit, httpTypes
|
||||||
, httpTypes, liftedBase, monadControl, network, networkConduit
|
, liftedBase, monadControl, network, networkConduit, resourcet
|
||||||
, 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.1.1";
|
version = "0.3.1.2";
|
||||||
sha256 = "02aksdkwhdxzc4kk7j3npbiqpm9px3yva0375mk1b1f2g552g5jj";
|
sha256 = "0c7xg5l5di87dwn0pq5ymh1bj5zzj7hmj6cvwp3b1q6cb3fcwfnp";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
async basicPrelude blazeBuilder caseInsensitive conduit
|
async blazeBuilder caseInsensitive conduit dataDefaultClass
|
||||||
dataDefaultClass httpClient httpTypes liftedBase monadControl
|
httpClient httpTypes liftedBase monadControl network networkConduit
|
||||||
network networkConduit resourcet text wai waiLogger word8
|
resourcet text transformers wai waiLogger word8
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
blazeBuilder conduit hspec httpConduit httpTypes liftedBase network
|
blazeBuilder conduit hspec httpConduit httpTypes liftedBase network
|
||||||
|
Loading…
Reference in New Issue
Block a user