Skip to content

Commit

Permalink
;dev: ui, web: fixes for ghc 9.6; cleanup (#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Mar 17, 2023
1 parent e210e52 commit 3f81154
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 10 deletions.
1 change: 0 additions & 1 deletion hledger-lib/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hledger-ui/Hledger/UI/ErrorScreen.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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(..))
Expand Down
2 changes: 1 addition & 1 deletion hledger-ui/Hledger/UI/TransactionScreen.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions hledger-ui/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 && <1.30
- hledger >=1.29.1 && <1.30
- ansi-terminal >=0.9
- async
# - breakpoint >=0.1.2.0
- cmdargs >=0.8
- containers >=0.5.9
- data-default
Expand Down
3 changes: 1 addition & 2 deletions hledger-web/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down
3 changes: 1 addition & 2 deletions hledger/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 && <1.30
- aeson >=1
- ansi-terminal >=0.9
# - breakpoint >=0.1.2.0
- bytestring
- cmdargs >=0.10
- containers >=0.5.9
Expand Down
1 change: 0 additions & 1 deletion stack9.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f81154

Please sign in to comment.