haskell-http-reverse-proxy: update to version 0.3.1

This commit is contained in:
Peter Simons 2014-03-11 13:26:10 +01:00
parent 55f2f3b465
commit 902d57fe40

View File

@ -1,17 +1,17 @@
{ cabal, basicPrelude, blazeBuilder, caseInsensitive, conduit { cabal, async, basicPrelude, blazeBuilder, caseInsensitive
, dataDefaultClass, hspec, httpClient, httpConduit, httpTypes , conduit, dataDefaultClass, hspec, httpClient, httpConduit
, liftedBase, monadControl, network, networkConduit, resourcet , httpTypes, liftedBase, monadControl, network, networkConduit
, text, transformers, wai, waiLogger, warp, word8 , resourcet, text, transformers, wai, waiLogger, warp, word8
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "http-reverse-proxy"; pname = "http-reverse-proxy";
version = "0.3.0.1"; version = "0.3.1";
sha256 = "01rbczzf300ivb08wncm19wq64m7n6r5xfbgh82phjxjmmx9h6wj"; sha256 = "1xayhjrs6nm7gm5xc6z6vhzi9iq5czdvpywamkncivjsxjlc50b8";
buildDepends = [ buildDepends = [
basicPrelude blazeBuilder caseInsensitive conduit dataDefaultClass async basicPrelude blazeBuilder caseInsensitive conduit
httpClient httpTypes liftedBase monadControl network networkConduit dataDefaultClass httpClient httpTypes liftedBase monadControl
resourcet text wai waiLogger word8 network networkConduit resourcet text wai waiLogger word8
]; ];
testDepends = [ testDepends = [
blazeBuilder conduit hspec httpConduit httpTypes liftedBase network blazeBuilder conduit hspec httpConduit httpTypes liftedBase network