mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
;dev: ui, web: fixes for ghc 9.6; cleanup (#2011)
This commit is contained in:
parent
658a650bb2
commit
44805f96ef
@ -39,7 +39,6 @@ dependencies:
|
||||
- ansi-terminal >=0.9
|
||||
- array
|
||||
- blaze-markup >=0.5.1
|
||||
# - breakpoint >=0.1.2.0
|
||||
- bytestring
|
||||
- call-stack
|
||||
- cmdargs >=0.10
|
||||
|
@ -19,7 +19,7 @@ where
|
||||
import Brick
|
||||
-- import Brick.Widgets.Border ("border")
|
||||
import Control.Monad
|
||||
import Control.Monad.Except (liftIO)
|
||||
import Control.Monad.IO.Class (liftIO)
|
||||
import Data.Time.Calendar (Day)
|
||||
import Data.Void (Void)
|
||||
import Graphics.Vty (Event(..),Key(..),Modifier(..))
|
||||
|
@ -13,7 +13,7 @@ module Hledger.UI.TransactionScreen
|
||||
) where
|
||||
|
||||
import Control.Monad
|
||||
import Control.Monad.Except (liftIO)
|
||||
import Control.Monad.IO.Class (liftIO)
|
||||
import Data.List
|
||||
import Data.Maybe
|
||||
import qualified Data.Text as T
|
||||
|
@ -49,12 +49,11 @@ ghc-options:
|
||||
- -Wno-unused-do-bind
|
||||
|
||||
dependencies:
|
||||
- base >=4.14 && <4.18
|
||||
- base >=4.14 && <4.19
|
||||
- hledger-lib >=1.29.99 && <1.30
|
||||
- hledger >=1.29.99 && <1.30
|
||||
- ansi-terminal >=0.9
|
||||
- async
|
||||
# - breakpoint >=0.1.2.0
|
||||
- cmdargs >=0.8
|
||||
- containers >=0.5.9
|
||||
- data-default
|
||||
|
@ -78,8 +78,7 @@ when:
|
||||
ghc-options: -O0
|
||||
|
||||
dependencies:
|
||||
- base >=4.14 && <4.18
|
||||
# - breakpoint >=0.1.2.0
|
||||
- base >=4.14 && <4.19
|
||||
|
||||
library:
|
||||
source-dirs: .
|
||||
|
@ -94,11 +94,10 @@ ghc-options:
|
||||
- -optP-Wno-nonportable-include-path
|
||||
|
||||
dependencies:
|
||||
- base >=4.14 && <4.18
|
||||
- base >=4.14 && <4.19
|
||||
- hledger-lib >=1.29.99 && <1.30
|
||||
- aeson >=1
|
||||
- ansi-terminal >=0.9
|
||||
# - breakpoint >=0.1.2.0
|
||||
- bytestring
|
||||
- cmdargs >=0.10
|
||||
- containers >=0.5.9
|
||||
|
@ -24,7 +24,6 @@ extra-deps:
|
||||
- text-builder-0.6.7
|
||||
- text-builder-dev-0.3.3.2
|
||||
- isomorphism-class-0.1.0.7
|
||||
# - breakpoint-0.1.2.0
|
||||
# for hledger:
|
||||
# for hledger-ui:
|
||||
- brick-1.5
|
||||
|
Loading…
Reference in New Issue
Block a user