remove old embed-refresh flag
fixes indentation issue
This commit is contained in:
parent
d4998d2246
commit
bd6b9253a1
@ -1,3 +1,4 @@
|
|||||||
|
../wai
|
||||||
./yesod-routes
|
./yesod-routes
|
||||||
./yesod-core
|
./yesod-core
|
||||||
./yesod-static
|
./yesod-static
|
||||||
|
|||||||
@ -22,10 +22,6 @@ extra-source-files:
|
|||||||
hsfiles/simple.hsfiles
|
hsfiles/simple.hsfiles
|
||||||
hsfiles/sqlite.hsfiles
|
hsfiles/sqlite.hsfiles
|
||||||
|
|
||||||
Flag embed-refresh
|
|
||||||
Description: embed the refreshing.html file in the executable
|
|
||||||
Default: False
|
|
||||||
|
|
||||||
executable yesod-ghc-wrapper
|
executable yesod-ghc-wrapper
|
||||||
main-is: ghcwrapper.hs
|
main-is: ghcwrapper.hs
|
||||||
build-depends:
|
build-depends:
|
||||||
@ -38,6 +34,7 @@ executable yesod-ld-wrapper
|
|||||||
build-depends:
|
build-depends:
|
||||||
base >= 4 && < 5
|
base >= 4 && < 5
|
||||||
, Cabal
|
, Cabal
|
||||||
|
|
||||||
executable yesod-ar-wrapper
|
executable yesod-ar-wrapper
|
||||||
main-is: ghcwrapper.hs
|
main-is: ghcwrapper.hs
|
||||||
cpp-options: -DARCMD
|
cpp-options: -DARCMD
|
||||||
@ -48,8 +45,7 @@ executable yesod-ar-wrapper
|
|||||||
executable yesod
|
executable yesod
|
||||||
if os(windows)
|
if os(windows)
|
||||||
cpp-options: -DWINDOWS
|
cpp-options: -DWINDOWS
|
||||||
if flag(embed-refresh)
|
|
||||||
cpp-options: -DEMBED_REFRESH
|
|
||||||
build-depends: base >= 4.3 && < 5
|
build-depends: base >= 4.3 && < 5
|
||||||
, ghc >= 7.0.3 && < 7.8
|
, ghc >= 7.0.3 && < 7.8
|
||||||
, ghc-paths >= 0.1
|
, ghc-paths >= 0.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user