fix a ghc 6.12.3 error when running interpreted

This commit is contained in:
Simon Michael 2010-07-17 22:50:29 +00:00
parent ac371e5b37
commit 700ca0239b

View File

@ -1,4 +1,6 @@
#!/usr/bin/env runhaskell
-- the hledger command-line executable; see Hledger/Cli/Main.hs
module Main (main)
where
import Hledger.Cli.Main (main)