forked from mirrors/nixpkgs
haskell-http-reverse-proxy: update to version 0.3.0
This commit is contained in:
parent
3cb9b9cb36
commit
4675b82d64
|
@ -1,17 +1,17 @@
|
||||||
{ cabal, basicPrelude, blazeBuilder, caseInsensitive, conduit
|
{ cabal, basicPrelude, blazeBuilder, caseInsensitive, conduit
|
||||||
, dataDefault, hspec, httpConduit, httpTypes, liftedBase
|
, dataDefault, hspec, httpClient, httpConduit, httpTypes
|
||||||
, monadControl, network, networkConduit, text, transformers, wai
|
, liftedBase, monadControl, network, networkConduit, resourcet
|
||||||
, 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.2.1.1";
|
version = "0.3.0";
|
||||||
sha256 = "12hfbl8239ivrqvd5pi1avlcb381q861958qwyf20jc5jpwvjjgj";
|
sha256 = "0wwrcm3hhbq9kawk3s12s8ws82vancmc8a5d29f6871jfq3vvzc2";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
basicPrelude blazeBuilder caseInsensitive conduit dataDefault
|
basicPrelude blazeBuilder caseInsensitive conduit dataDefault
|
||||||
httpConduit httpTypes liftedBase monadControl network
|
httpClient httpTypes liftedBase monadControl network networkConduit
|
||||||
networkConduit text wai waiLogger warp word8
|
resourcet text wai waiLogger word8
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
blazeBuilder conduit hspec httpConduit httpTypes liftedBase network
|
blazeBuilder conduit hspec httpConduit httpTypes liftedBase network
|
||||||
|
|
Loading…
Reference in a new issue