From bd6b9253a1f8d746a64fe2ebc0700d4104a3b45b Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Thu, 12 Dec 2013 21:52:23 -0800 Subject: [PATCH] remove old embed-refresh flag fixes indentation issue --- sources.txt | 1 + yesod-bin/yesod-bin.cabal | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/sources.txt b/sources.txt index 415fc37e..53ffac85 100644 --- a/sources.txt +++ b/sources.txt @@ -1,3 +1,4 @@ +../wai ./yesod-routes ./yesod-core ./yesod-static diff --git a/yesod-bin/yesod-bin.cabal b/yesod-bin/yesod-bin.cabal index 33720e2d..ec581cff 100644 --- a/yesod-bin/yesod-bin.cabal +++ b/yesod-bin/yesod-bin.cabal @@ -22,10 +22,6 @@ extra-source-files: hsfiles/simple.hsfiles hsfiles/sqlite.hsfiles -Flag embed-refresh - Description: embed the refreshing.html file in the executable - Default: False - executable yesod-ghc-wrapper main-is: ghcwrapper.hs build-depends: @@ -38,6 +34,7 @@ executable yesod-ld-wrapper build-depends: base >= 4 && < 5 , Cabal + executable yesod-ar-wrapper main-is: ghcwrapper.hs cpp-options: -DARCMD @@ -48,8 +45,7 @@ executable yesod-ar-wrapper executable yesod if os(windows) cpp-options: -DWINDOWS - if flag(embed-refresh) - cpp-options: -DEMBED_REFRESH + build-depends: base >= 4.3 && < 5 , ghc >= 7.0.3 && < 7.8 , ghc-paths >= 0.1