Skip to content

Commit

Permalink
Add dependency constraints on cardano-wallet-balance-tx
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Feb 21, 2025
1 parent d56c856 commit 39ad310
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions lib/balance-tx/cardano-balance-tx.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,45 +49,45 @@ library internal
hs-source-dirs: lib/internal
visibility: public
build-depends:
, base
, bytestring
, cardano-addresses
, cardano-api
, base >= 4.14 && < 5
, bytestring >= 0.10.6 && < 0.13
, cardano-addresses == 3.12.0
, cardano-api >= 10.1 && < 10.2
, cardano-coin-selection
, cardano-crypto-class
, cardano-crypto-class >= 2.1.5.0 && < 2.2
, cardano-ledger-allegra
, cardano-ledger-alonzo
, cardano-ledger-api
, cardano-ledger-api >= 1.9.2.0 && < 1.10
, cardano-ledger-babbage
, cardano-ledger-binary
, cardano-ledger-conway
, cardano-ledger-core
, cardano-ledger-mary
, cardano-ledger-shelley
, cardano-slotting
, cardano-strict-containers
, cardano-slotting >= 0.2 && < 0.3
, cardano-strict-containers >= 0.1.3.0 && < 0.2
, cardano-wallet-primitive
, cardano-wallet-test-utils
, cborg
, containers
, deepseq
, cborg >= 0.2.1 && <0.3
, containers >= 0.5 && < 0.8
, deepseq >= 1.4.4 && < 1.6
, either
, fmt
, generic-lens
, groups
, int-cast
, lens
, MonadRandom
, monoid-subclasses
, nonempty-containers
, ouroboros-consensus
, fmt >= 0.6.3 && < 0.7
, generic-lens >= 2.2.2.0 && < 2.3
, groups >= 0.5.3 && < 0.6
, int-cast >= 0.2.0.0 && < 0.3
, lens >= 5.2.3 && < 5.4
, MonadRandom >= 0.6 && < 0.7
, monoid-subclasses >= 1.2.5.1 && < 1.3
, nonempty-containers >= 0.3.4.5 && < 0.4
, ouroboros-consensus >= 0.20.0.0 && < 0.22.0.0
, ouroboros-consensus-cardano
, pretty-simple
, QuickCheck
, serialise
, pretty-simple >= 4.1.2.0 && < 4.2
, QuickCheck >= 2.14 && <= 2.16
, serialise >= 0.2.6.1 && < 0.3
, std-gen-seed
, text
, transformers
, text >= 1.2 && < 2.2
, transformers >= 0.6.1.0 && < 0.7
exposed-modules:
Internal.Cardano.Write.Eras
Internal.Cardano.Write.Tx
Expand Down Expand Up @@ -118,13 +118,13 @@ test-suite test
, cardano-api
, cardano-api-extra
, cardano-balance-tx:internal
, cardano-binary
, cardano-binary == 1.7.1.0
, cardano-coin-selection
, cardano-crypto
, cardano-crypto >= 1.1.2 && < 1.2
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-crypto-wrapper == 1.5.1.3
, cardano-ledger-alonzo
, cardano-ledger-alonzo-test
, cardano-ledger-alonzo-test >= 1.3.0 && < 1.4
, cardano-ledger-api
, cardano-ledger-babbage:{cardano-ledger-babbage, testlib}
, cardano-ledger-byron
Expand All @@ -141,16 +141,16 @@ test-suite test
, cardano-wallet-test-utils
, cborg
, containers
, data-default
, directory
, filepath
, fmt
, data-default >= 0.7.1.1 && < 0.8
, directory >= 1.3.8 && < 1.4
, filepath >= 1.4.300.1 && < 1.6
, fmt >= 0.6.3.0 && < 0.7
, generic-lens
, generics-sop
, generics-sop >= 0.5.1.4 && < 0.6
, groups
, hspec
, hspec >= 2.11.0 && < 2.12
, hspec-core
, hspec-golden
, hspec-golden >= 0.2.2 && < 0.3
, int-cast
, lens
, MonadRandom
Expand All @@ -159,14 +159,14 @@ test-suite test
, ouroboros-consensus
, ouroboros-consensus-cardano
, ouroboros-network-api
, QuickCheck
, quickcheck-classes
, sop-extras
, QuickCheck >= 2.14 && < 2.16
, quickcheck-classes >= 0.6.5 && < 0.7
, sop-extras >= 0.2.1 && < 0.3
, std-gen-seed
, text
, time
, time >= 1.12.2 && < 1.15
, transformers
, with-utf8
, with-utf8 >= 1.1.0 && < 1.2
build-tool-depends: hspec-discover:hspec-discover
other-modules:
Internal.Cardano.Write.Tx.Balance.CoinSelectionSpec
Expand Down

0 comments on commit 39ad310

Please sign in to comment.