add missing Setup.hs in hledger-web,vty,chart
This commit is contained in:
parent
7d2dcddee3
commit
7e3ca0fe75
2
hledger-chart/Setup.hs
Normal file
2
hledger-chart/Setup.hs
Normal file
@ -0,0 +1,2 @@
|
||||
import Distribution.Simple
|
||||
main = defaultMain
|
||||
2
hledger-vty/Setup.hs
Normal file
2
hledger-vty/Setup.hs
Normal file
@ -0,0 +1,2 @@
|
||||
import Distribution.Simple
|
||||
main = defaultMain
|
||||
2
hledger-web/Setup.hs
Normal file
2
hledger-web/Setup.hs
Normal file
@ -0,0 +1,2 @@
|
||||
import Distribution.Simple
|
||||
main = defaultMain
|
||||
Loading…
Reference in New Issue
Block a user