yesod-bin 1.2.5 → 1.2.5.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Devel.hs +1/−1
- yesod-bin.cabal +1/−1
Devel.hs view
@@ -131,7 +131,7 @@ #else manager <- newManager def #endif- let refreshHtml = LB.fromStrict $(embedFile "refreshing.html")+ let refreshHtml = LB.fromChunks $ return $(embedFile "refreshing.html") let onExc _ _ = return $ responseLBS status200 [ ("content-type", "text/html") , ("Refresh", "1")
yesod-bin.cabal view
@@ -1,5 +1,5 @@ name: yesod-bin-version: 1.2.5+version: 1.2.5.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>