haskell-http-reverse-proxy: update to version 0.3.1.4
This commit is contained in:
parent
896df7da5a
commit
a839273d87
@ -1,17 +1,19 @@
|
|||||||
{ cabal, async, blazeBuilder, caseInsensitive, conduit
|
{ cabal, async, blazeBuilder, caseInsensitive, conduit
|
||||||
, dataDefaultClass, hspec, httpClient, httpConduit, httpTypes
|
, conduitExtra, dataDefaultClass, hspec, httpClient, httpConduit
|
||||||
, liftedBase, monadControl, network, networkConduit, resourcet
|
, httpTypes, liftedBase, monadControl, network, networkConduit
|
||||||
, text, transformers, wai, waiLogger, warp, word8
|
, resourcet, streamingCommons, text, transformers, wai, waiLogger
|
||||||
|
, warp, word8
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-reverse-proxy";
|
pname = "http-reverse-proxy";
|
||||||
version = "0.3.1.2";
|
version = "0.3.1.4";
|
||||||
sha256 = "0c7xg5l5di87dwn0pq5ymh1bj5zzj7hmj6cvwp3b1q6cb3fcwfnp";
|
sha256 = "0j7k6njyp3qss08gja5p62zvqxdh7bpqfbzvkm23gdv8v1bgh5h6";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
async blazeBuilder caseInsensitive conduit dataDefaultClass
|
async blazeBuilder caseInsensitive conduit conduitExtra
|
||||||
httpClient httpTypes liftedBase monadControl network networkConduit
|
dataDefaultClass httpClient httpTypes liftedBase monadControl
|
||||||
resourcet text transformers wai waiLogger word8
|
network networkConduit resourcet streamingCommons text transformers
|
||||||
|
wai waiLogger 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