Setup.hs is needed after all, by hackage

This commit is contained in:
Simon Michael 2011-09-02 00:29:50 +00:00
parent 5ce53abe6f
commit 9e056d573e
5 changed files with 10 additions and 0 deletions

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

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

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

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

2
hledger-vty/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

2
hledger/Setup.hs Normal file
View File

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