Skip to content

Commit b5265b5

Browse files
committed
Remove upper bounds on all ledger packages
1 parent bc9bfaf commit b5265b5

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

cardano-api/cardano-api.cabal

+19-19
Original file line numberDiff line numberDiff line change
@@ -118,20 +118,20 @@ library
118118
, cardano-crypto
119119
, cardano-crypto-class ^>= 2.1
120120
, cardano-crypto-wrapper ^>= 1.5
121-
, cardano-data ^>= 1.0
122-
, cardano-ledger-alonzo ^>= 1.1
123-
, cardano-ledger-allegra ^>= 1.1
121+
, cardano-data >= 1.0
122+
, cardano-ledger-alonzo >= 1.1
123+
, cardano-ledger-allegra >= 1.1
124124
, cardano-ledger-api >= 1.1
125-
, cardano-ledger-babbage ^>= 1.1
126-
, cardano-ledger-binary ^>= 1.1
127-
, cardano-ledger-byron ^>= 1.0
128-
, cardano-ledger-conway ^>= 1.1
129-
, cardano-ledger-core ^>= 1.1
130-
, cardano-ledger-mary ^>= 1.1
131-
, cardano-ledger-shelley ^>= 1.1
125+
, cardano-ledger-babbage >= 1.1
126+
, cardano-ledger-binary >= 1.1
127+
, cardano-ledger-byron >= 1.0
128+
, cardano-ledger-conway >= 1.1
129+
, cardano-ledger-core >= 1.1
130+
, cardano-ledger-mary >= 1.1
131+
, cardano-ledger-shelley >= 1.1
132132
, cardano-protocol-tpraos >= 1.0.1
133133
, cardano-slotting >= 0.1
134-
, cardano-strict-containers ^>= 0.1
134+
, cardano-strict-containers >= 0.1
135135
, cborg
136136
, containers
137137
, contra-tracer
@@ -197,11 +197,11 @@ library gen
197197
, cardano-binary >= 1.6 && < 1.8
198198
, cardano-crypto-class ^>= 2.1
199199
, cardano-crypto-test ^>= 1.5
200-
, cardano-ledger-alonzo ^>= 1.1
200+
, cardano-ledger-alonzo >= 1.1
201201
, cardano-ledger-alonzo-test
202-
, cardano-ledger-byron-test ^>= 1.5
203-
, cardano-ledger-core ^>= 1.1
204-
, cardano-ledger-shelley ^>= 1.1
202+
, cardano-ledger-byron-test >= 1.5
203+
, cardano-ledger-core >= 1.1
204+
, cardano-ledger-shelley >= 1.1
205205
, containers
206206
, hedgehog
207207
, hedgehog-extras
@@ -221,10 +221,10 @@ test-suite cardano-api-test
221221
, cardano-crypto-class ^>= 2.1
222222
, cardano-crypto-test ^>= 1.5
223223
, cardano-crypto-tests ^>= 2.1
224-
, cardano-data ^>= 1.0
225-
, cardano-ledger-api ^>= 1.1
226-
, cardano-ledger-core:{cardano-ledger-core, testlib} ^>= 1.1
227-
, cardano-ledger-shelley-test ^>= 1.1
224+
, cardano-data >= 1.0
225+
, cardano-ledger-api >= 1.1
226+
, cardano-ledger-core:{cardano-ledger-core, testlib} >= 1.1
227+
, cardano-ledger-shelley-test >= 1.1
228228
, cardano-slotting ^>= 0.1
229229
, containers
230230
, hedgehog

cardano-cli/cardano-cli.cabal

+7-7
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,17 @@ library
113113
, cardano-crypto
114114
, cardano-crypto-class ^>= 2.1
115115
, cardano-crypto-wrapper ^>= 1.5
116-
, cardano-data ^>= 1.0
116+
, cardano-data >= 1.0
117117
, cardano-git-rev
118-
, cardano-ledger-alonzo ^>= 1.1
119-
, cardano-ledger-byron ^>= 1.0
118+
, cardano-ledger-alonzo >= 1.1
119+
, cardano-ledger-byron >= 1.0
120120
, cardano-ledger-binary >= 1.0
121-
, cardano-ledger-core ^>= 1.1
122-
, cardano-ledger-conway ^>= 1.1
123-
, cardano-ledger-shelley ^>= 1.1
121+
, cardano-ledger-core >= 1.1
122+
, cardano-ledger-conway >= 1.1
123+
, cardano-ledger-shelley >= 1.1
124124
, cardano-ping
125125
, cardano-prelude
126-
, cardano-protocol-tpraos ^>= 1.0
126+
, cardano-protocol-tpraos >= 1.0
127127
, cardano-slotting ^>= 0.1
128128
, cardano-strict-containers ^>= 0.1
129129
, cborg >= 0.2.4 && < 0.3

0 commit comments

Comments
 (0)