diff --git a/yesod-platform/yesod-platform.cabal b/yesod-platform/yesod-platform.cabal index 9b7f3da3..20ed0729 100644 --- a/yesod-platform/yesod-platform.cabal +++ b/yesod-platform/yesod-platform.cabal @@ -1,5 +1,5 @@ name: yesod-platform -version: 1.0.3.2 +version: 1.0.3.3 license: MIT license-file: LICENSE author: Michael Snoyman @@ -119,7 +119,7 @@ library , xml2html == 0.1.2.2 , xss-sanitize == 0.3.1.1 , yaml == 0.7.0 - , yesod == 1.0.1.4 + , yesod == 1.0.1.5 , yesod-auth == 1.0.2 , yesod-core == 1.0.1.1 , yesod-default == 1.0.1 diff --git a/yesod/main.hs b/yesod/main.hs index 4457a974..cd961ef7 100755 --- a/yesod/main.hs +++ b/yesod/main.hs @@ -38,7 +38,9 @@ main = do #endif "devel":rest -> devel isDev rest "test":_ -> do +#ifndef WINDOWS touch +#endif rawSystem' cmd ["configure", "--enable-tests", "-flibrary-only"] rawSystem' cmd ["build"] rawSystem' cmd ["test"] diff --git a/yesod/yesod.cabal b/yesod/yesod.cabal index 620e35a6..62743ed3 100644 --- a/yesod/yesod.cabal +++ b/yesod/yesod.cabal @@ -1,5 +1,5 @@ name: yesod -version: 1.0.1.4 +version: 1.0.1.5 license: MIT license-file: LICENSE author: Michael Snoyman