Skip to content

Commit

Permalink
Constrain version numbers for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Apr 25, 2024
1 parent 23c2cdd commit 5a0826e
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,11 @@ library
hs-source-dirs:
haskell
build-depends:
, base >=4.14.3.0
, bytestring
, containers
, deepseq >= 1.4.4
, text
, time
, base >= 4.14.3.0 && < 4.20
, bytestring >= 0.10.12.0 && < 0.13
, containers >= 0.6.6 && < 0.8
, deepseq >= 1.4.4 && < 1.6
, text >= 1.2.4.1 && < 2.2
exposed-modules:
Cardano.Wallet.Deposit.Pure
Cardano.Wallet.Deposit.Pure.Address
Expand Down

0 comments on commit 5a0826e

Please sign in to comment.