Skip to content

Commit

Permalink
Add dependency on cardano-wallet-read
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Apr 30, 2024
1 parent 60d520c commit 7c2ada9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,29 @@ index-state:
packages:
lib/customer-deposit-wallet-pure/

--------------------------------------------------------------------------------
-- Packages from cardano-wallet
--------------------------------------------------------------------------------
source-repository-package
type: git
location: https://github.com/cardano-foundation/cardano-wallet
tag: 2bd29c4f157409b3d660e04cbb12c0ef8c420938
subdir: lib/test-utils
--sha256: 0q61jv6m8bmnkayp96igjszyyc22a55drx9v2w6wcrpnkykjf61m

source-repository-package
type: git
location: https://github.com/cardano-foundation/cardano-wallet
tag: 2bd29c4f157409b3d660e04cbb12c0ef8c420938
subdir: lib/text-class
--sha256: NRgnp5/2ZsYNFzv13EpRQjDvv5YvmnS9mrYuVM2WwWA=

source-repository-package
type: git
location: https://github.com/cardano-foundation/cardano-wallet
tag: 2bd29c4f157409b3d660e04cbb12c0ef8c420938
subdir: lib/read
--sha256: NRgnp5/2ZsYNFzv13EpRQjDvv5YvmnS9mrYuVM2WwWA=

--------------------------------------------------------------------------------
-- BEGIN Constraints tweaking section
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ library
build-depends:
, base >= 4.14.3.0 && < 4.20
, bytestring >= 0.10.12.0 && < 0.13
, cardano-wallet-read
, containers >= 0.6.6 && < 0.8
, deepseq >= 1.4.4 && < 1.6
, text >= 1.2.4.1 && < 2.2
Expand Down

0 comments on commit 7c2ada9

Please sign in to comment.