packages feed

http-reverse-proxy 0.4.0.1 → 0.4.1.2

raw patch · 1 files changed

+1/−2 lines, 1 filesdep −network-conduitPVP ok

version bump matches the API change (PVP)

Dependencies removed: network-conduit

API changes (from Hackage documentation)

Files

http-reverse-proxy.cabal view
@@ -1,5 +1,5 @@ name:                http-reverse-proxy-version:             0.4.0.1+version:             0.4.1.2 synopsis:            Reverse proxy HTTP requests, either over raw sockets or with WAI description:         Provides a simple means of reverse-proxying HTTP requests. The raw approach uses the same technique as leveraged by keter, whereas the WAI approach performs full request/response parsing via WAI and http-conduit. homepage:            https://github.com/fpco/http-reverse-proxy@@ -42,7 +42,6 @@     hs-source-dirs: test     build-depends: base                  , http-reverse-proxy-                 , network-conduit                  , wai                  , http-types                  , hspec                      >= 1.3