dev: ui: re-export new/update functions from screen modules

This commit is contained in:
Simon Michael 2022-09-07 14:17:49 -10:00
parent a5f4d2fd6e
commit 8f8fc7bf75
4 changed files with 15 additions and 10 deletions

View File

@ -6,6 +6,7 @@
module Hledger.UI.AccountsScreen
(asNew
,asUpdate
,asDraw
,asHandle
,asSetSelectedAccount

View File

@ -6,7 +6,9 @@
{-# OPTIONS_GHC -Wno-incomplete-record-updates #-}
module Hledger.UI.ErrorScreen
(esDraw
(esNew
,esUpdate
,esDraw
,esHandle
,uiCheckBalanceAssertions
,uiReloadJournal

View File

@ -8,6 +8,7 @@
module Hledger.UI.RegisterScreen
(rsNew
,rsUpdate
,rsDraw
,rsHandle
,rsSetAccount

View File

@ -7,6 +7,7 @@
module Hledger.UI.TransactionScreen
(tsNew
,tsUpdate
,tsDraw
,tsHandle
) where