ui: fix stack ghci does not export main warning

This commit is contained in:
Simon Michael 2016-04-18 15:47:59 -07:00
parent 57d7d931ae
commit ee279fd438

View File

@ -1,2 +1,5 @@
#!/usr/bin/env runhaskell
module Main
(module Hledger.UI)
where
import Hledger.UI (main)