http-reverse-proxy 0.1.1.1 → 0.1.1.2
raw patch · 2 files changed
+4/−3 lines, 2 filesdep +classy-preludedep −classy-prelude-conduitPVP ok
version bump matches the API change (PVP)
Dependencies added: classy-prelude
Dependencies removed: classy-prelude-conduit
API changes (from Hackage documentation)
Files
Network/HTTP/ReverseProxy.hs view
@@ -17,7 +17,8 @@ , waiToRaw ) where -import ClassyPrelude.Conduit+import ClassyPrelude+import Data.Conduit import qualified Network.Wai as WAI import qualified Network.HTTP.Conduit as HC import Control.Exception.Lifted (try, finally)
http-reverse-proxy.cabal view
@@ -1,5 +1,5 @@ name: http-reverse-proxy-version: 0.1.1.1+version: 0.1.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@@ -25,7 +25,7 @@ , blaze-builder >= 0.3 , http-conduit >= 1.6 , wai >= 1.3- , classy-prelude-conduit >= 0.3+ , classy-prelude >= 0.3 , network , conduit >= 0.5 , warp >= 1.3.4