mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
12 lines
204 B
Haskell
12 lines
204 B
Haskell
{-|
|
|
Re-export the modules of the hledger-web program.
|
|
-}
|
|
|
|
module Hledger.Web
|
|
( module Hledger.Web.WebOptions
|
|
, module Hledger.Web.Main
|
|
) where
|
|
|
|
import Hledger.Web.WebOptions
|
|
import Hledger.Web.Main
|