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
|
||||
, dataDefaultClass, hspec, httpClient, httpConduit, httpTypes
|
||||
, liftedBase, monadControl, network, networkConduit, resourcet
|
||||
, text, transformers, wai, waiLogger, warp, word8
|
||||
, conduitExtra, dataDefaultClass, hspec, httpClient, httpConduit
|
||||
, httpTypes, liftedBase, monadControl, network, networkConduit
|
||||
, resourcet, streamingCommons, text, transformers, wai, waiLogger
|
||||
, warp, word8
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "http-reverse-proxy";
|
||||
version = "0.3.1.2";
|
||||
sha256 = "0c7xg5l5di87dwn0pq5ymh1bj5zzj7hmj6cvwp3b1q6cb3fcwfnp";
|
||||
version = "0.3.1.4";
|
||||
sha256 = "0j7k6njyp3qss08gja5p62zvqxdh7bpqfbzvkm23gdv8v1bgh5h6";
|
||||
buildDepends = [
|
||||
async blazeBuilder caseInsensitive conduit dataDefaultClass
|
||||
httpClient httpTypes liftedBase monadControl network networkConduit
|
||||
resourcet text transformers wai waiLogger word8
|
||||
async blazeBuilder caseInsensitive conduit conduitExtra
|
||||
dataDefaultClass httpClient httpTypes liftedBase monadControl
|
||||
network networkConduit resourcet streamingCommons text transformers
|
||||
wai waiLogger word8
|
||||
];
|
||||
testDepends = [
|
||||
blazeBuilder conduit hspec httpConduit httpTypes liftedBase network
|
||||
|
Loading…
Reference in New Issue
Block a user