Skip to content

Commit

Permalink
Merge pull request #1103 from input-output-hk/lc/brick-1.10
Browse files Browse the repository at this point in the history
Update brick to 1.10
  • Loading branch information
Arnaud Bailly authored Oct 9, 2023
2 parents 2a08bc2 + 8e712e5 commit 6a0f3d4
Show file tree
Hide file tree
Showing 12 changed files with 931 additions and 865 deletions.
14 changes: 13 additions & 1 deletion hydra-tui/hydra-tui.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ common project-config
RankNTypes
ScopedTypeVariables
StandaloneDeriving
StandaloneKindSignatures
TupleSections
TypeFamilies
TypeOperators
TypeSynonymInstances
ViewPatterns

Expand All @@ -74,20 +76,30 @@ library
exposed-modules:
Hydra.Client
Hydra.TUI
Hydra.TUI.Drawing
Hydra.TUI.Drawing.Utils
Hydra.TUI.Forms
Hydra.TUI.Handlers
Hydra.TUI.Handlers.Global
Hydra.TUI.Logging.Handlers
Hydra.TUI.Logging.Types
Hydra.TUI.Model
Hydra.TUI.Options
Hydra.TUI.Style

other-modules: Paths_hydra_tui
build-depends:
, aeson
, async
, base
, brick ==0.73
, brick ==1.10
, containers
, hydra-cardano-api
, hydra-node
, hydra-prelude
, io-classes
, microlens
, microlens-mtl
, microlens-th
, optparse-applicative
, req
Expand Down
Loading

0 comments on commit 6a0f3d4

Please sign in to comment.