ui, web: fix build after tests cleanup

This commit is contained in:
Simon Michael 2018-09-03 08:43:57 -07:00
parent ff7b6d1780
commit 0f83fb91c1
2 changed files with 1 additions and 5 deletions

View File

@ -5,12 +5,10 @@ Re-export the modules of the hledger-ui program.
module Hledger.UI (
module Hledger.UI.Main,
module Hledger.UI.UIOptions,
module Hledger.UI.Theme,
tests_Hledger_UI
module Hledger.UI.Theme
)
where
import Hledger.UI.Main
import Hledger.UI.UIOptions
import Hledger.UI.Theme
import Test.HUnit as U

View File

@ -5,9 +5,7 @@ Re-export the modules of the hledger-web program.
module Hledger.Web
( module Hledger.Web.WebOptions
, module Hledger.Web.Main
, tests_Hledger_Web
) where
import Hledger.Web.WebOptions
import Hledger.Web.Main
import Test.HUnit as U