Revert "remove Setup.hs files again, fixing a yesod devel warning"

Setup.hs are required by the Hydra buildbot.

This reverts commit 97ab3db8f0.
This commit is contained in:
Simon Michael 2014-05-24 13:36:15 -07:00
parent 884f64e292
commit 34f4800e82
4 changed files with 7 additions and 0 deletions

2
hledger-lib/Setup.hs Normal file
View File

@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain

2
hledger-web/Setup.hs Normal file
View File

@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain

View File

@ -119,6 +119,7 @@ library
Hledger.Web
Hledger.Web.Main
Hledger.Web.Options
-- Setup -- stops yesod devel complaining, requires build-depends: Cabal
build-depends:
hledger == 0.23.98
, hledger-lib == 0.23.98

2
hledger/Setup.hs Normal file
View File

@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain