From 64547ba773590b140bbbfc82a6366f2ab4e47671 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Mar 2014 06:29:51 +0200 Subject: [PATCH] Import mkHsFile for Windows as well --- yesod-bin/main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod-bin/main.hs b/yesod-bin/main.hs index f4db16b6..2202fb54 100755 --- a/yesod-bin/main.hs +++ b/yesod-bin/main.hs @@ -21,9 +21,9 @@ import Options.Applicative.Types (ReadM (ReadM)) import Options.Applicative.Builder.Internal (Mod, OptionFields) #endif +import HsFile (mkHsFile) #ifndef WINDOWS import Build (touch) -import HsFile (mkHsFile) touch' :: IO () touch' = touch