hledger/hledger-ui/Hledger/UI.hs

15 lines
245 B
Haskell

{-|
Re-export the modules of the hledger-ui program.
-}
module Hledger.UI (
module Hledger.UI.Main,
module Hledger.UI.Theme,
module Hledger.UI.UIOptions,
)
where
import Hledger.UI.Main
import Hledger.UI.UIOptions
import Hledger.UI.Theme