add missing Setup.hs in hledger-web,vty,chart

This commit is contained in:
Simon Michael 2011-04-18 08:06:35 +00:00
parent 7d2dcddee3
commit 7e3ca0fe75
3 changed files with 6 additions and 0 deletions

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