mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-http-reverse-proxy: update to version 0.3.1.5
This commit is contained in:
parent
837c45dc0a
commit
7c5538a586
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-reverse-proxy";
|
pname = "http-reverse-proxy";
|
||||||
version = "0.3.1.4";
|
version = "0.3.1.5";
|
||||||
sha256 = "0j7k6njyp3qss08gja5p62zvqxdh7bpqfbzvkm23gdv8v1bgh5h6";
|
sha256 = "0rzwh5ph23592qycriam932bgb6q2nvjr7wayqz0sjvvxv661bk0";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
async blazeBuilder caseInsensitive conduit conduitExtra
|
async blazeBuilder caseInsensitive conduit conduitExtra
|
||||||
dataDefaultClass httpClient httpTypes liftedBase monadControl
|
dataDefaultClass httpClient httpTypes liftedBase monadControl
|
||||||
|
@ -16,8 +16,9 @@ cabal.mkDerivation (self: {
|
||||||
wai waiLogger word8
|
wai waiLogger word8
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
blazeBuilder conduit hspec httpConduit httpTypes liftedBase network
|
blazeBuilder conduit conduitExtra hspec httpConduit httpTypes
|
||||||
networkConduit transformers wai warp
|
liftedBase network networkConduit resourcet streamingCommons
|
||||||
|
transformers wai warp
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue