diff --git a/Devel.hs b/Devel.hs
--- a/Devel.hs
+++ b/Devel.hs
@@ -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")
diff --git a/yesod-bin.cabal b/yesod-bin.cabal
--- a/yesod-bin.cabal
+++ b/yesod-bin.cabal
@@ -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>
