diff --git a/main.hs b/main.hs
--- a/main.hs
+++ b/main.hs
@@ -21,9 +21,9 @@
 import           Options.Applicative.Builder.Internal (Mod, OptionFields)
 #endif
 
+import           HsFile                 (mkHsFile)
 #ifndef WINDOWS
 import           Build                  (touch)
-import           HsFile                 (mkHsFile)
 
 touch' :: IO ()
 touch' = touch
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.7
+version:         1.2.7.1
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
