mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 21:22:26 +03:00
15 lines
315 B
Haskell
15 lines
315 B
Haskell
{-|
|
|
Re-export the modules of the hledger-ui program.
|
|
-}
|
|
|
|
module Hledger.UI (
|
|
module Hledger.UI.Main,
|
|
module Hledger.UI.UIOptions,
|
|
module Hledger.UI.Theme
|
|
)
|
|
where
|
|
|
|
import Hledger.UI.Main
|
|
import Hledger.UI.UIOptions
|
|
import Hledger.UI.Theme
|