dev: ui: re-export new/update functions from screen modules
This commit is contained in:
parent
a5f4d2fd6e
commit
8f8fc7bf75
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
module Hledger.UI.AccountsScreen
|
module Hledger.UI.AccountsScreen
|
||||||
(asNew
|
(asNew
|
||||||
|
,asUpdate
|
||||||
,asDraw
|
,asDraw
|
||||||
,asHandle
|
,asHandle
|
||||||
,asSetSelectedAccount
|
,asSetSelectedAccount
|
||||||
|
|||||||
@ -6,7 +6,9 @@
|
|||||||
{-# OPTIONS_GHC -Wno-incomplete-record-updates #-}
|
{-# OPTIONS_GHC -Wno-incomplete-record-updates #-}
|
||||||
|
|
||||||
module Hledger.UI.ErrorScreen
|
module Hledger.UI.ErrorScreen
|
||||||
(esDraw
|
(esNew
|
||||||
|
,esUpdate
|
||||||
|
,esDraw
|
||||||
,esHandle
|
,esHandle
|
||||||
,uiCheckBalanceAssertions
|
,uiCheckBalanceAssertions
|
||||||
,uiReloadJournal
|
,uiReloadJournal
|
||||||
|
|||||||
@ -7,12 +7,13 @@
|
|||||||
{-# OPTIONS_GHC -Wno-incomplete-record-updates #-}
|
{-# OPTIONS_GHC -Wno-incomplete-record-updates #-}
|
||||||
|
|
||||||
module Hledger.UI.RegisterScreen
|
module Hledger.UI.RegisterScreen
|
||||||
(rsNew
|
(rsNew
|
||||||
,rsDraw
|
,rsUpdate
|
||||||
,rsHandle
|
,rsDraw
|
||||||
,rsSetAccount
|
,rsHandle
|
||||||
,rsCenterSelection
|
,rsSetAccount
|
||||||
)
|
,rsCenterSelection
|
||||||
|
)
|
||||||
where
|
where
|
||||||
|
|
||||||
import Control.Monad
|
import Control.Monad
|
||||||
|
|||||||
@ -6,9 +6,10 @@
|
|||||||
{-# OPTIONS_GHC -Wno-incomplete-record-updates #-}
|
{-# OPTIONS_GHC -Wno-incomplete-record-updates #-}
|
||||||
|
|
||||||
module Hledger.UI.TransactionScreen
|
module Hledger.UI.TransactionScreen
|
||||||
( tsNew
|
(tsNew
|
||||||
, tsDraw
|
,tsUpdate
|
||||||
, tsHandle
|
,tsDraw
|
||||||
|
,tsHandle
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Control.Monad
|
import Control.Monad
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user