yesod 1.1.3 → 1.1.3.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Devel.hs +1/−1
- yesod.cabal +1/−1
Devel.hs view
@@ -122,7 +122,7 @@ reverseProxy = withSocketsDo $ do manager <- newManager def run 3000 $ waiProxyTo- (const $ return $ Right $ ProxyDest "localhost" 3001)+ (const $ return $ Right $ ProxyDest "127.0.0.1" 3001) onExc manager where
yesod.cabal view
@@ -1,5 +1,5 @@ name: yesod-version: 1.1.3+version: 1.1.3.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>