mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
Setup.hs is needed after all, by hackage
This commit is contained in:
parent
5ce53abe6f
commit
9e056d573e
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-lib/Setup.hs
Normal file
2
hledger-lib/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
|
2
hledger/Setup.hs
Normal file
2
hledger/Setup.hs
Normal file
@ -0,0 +1,2 @@
|
||||
import Distribution.Simple
|
||||
main = defaultMain
|
Loading…
Reference in New Issue
Block a user