Skip to content

Commit 4acddb3

Browse files
committed
Bump base dependency version to >=4.18
1 parent ec1fd9a commit 4acddb3

36 files changed

+50
-50
lines changed

eras/allegra/impl/cardano-ledger-allegra.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ library
6666

6767
build-depends:
6868
aeson,
69-
base >=4.14 && <5,
69+
base >=4.18 && <5,
7070
bytestring,
7171
cardano-ledger-binary >=1.4,
7272
cardano-ledger-core >=1.17,

eras/alonzo/impl/cardano-ledger-alonzo.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ library
7878
build-depends:
7979
FailT,
8080
aeson >=2.2,
81-
base >=4.14 && <5,
81+
base >=4.18 && <5,
8282
base64-bytestring,
8383
bytestring,
8484
cardano-crypto-class,

eras/alonzo/test-suite/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1.3.1.1
44

5-
*
5+
* Bump base to >=4.18
66

77
## 1.3.1.0
88

eras/alonzo/test-suite/cardano-ledger-alonzo-test.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: cardano-ledger-alonzo-test
3-
version: 1.3.1.0
3+
version: 1.3.1.1
44
license: Apache-2.0
55
maintainer: [email protected]
66
author: IOHK
@@ -44,7 +44,7 @@ library
4444

4545
build-depends:
4646
QuickCheck,
47-
base >=4.14 && <5,
47+
base >=4.18 && <5,
4848
cardano-ledger-allegra >=1.2,
4949
cardano-ledger-alonzo:{cardano-ledger-alonzo, testlib} >=1.13,
5050
cardano-ledger-binary:{cardano-ledger-binary, testlib} >=1.0,

eras/babbage/impl/cardano-ledger-babbage.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ library
7575

7676
build-depends:
7777
aeson >=2.2,
78-
base >=4.14 && <5,
78+
base >=4.18 && <5,
7979
cardano-data >=1.2,
8080
cardano-ledger-allegra ^>=1.8,
8181
cardano-ledger-alonzo ^>=1.14,

eras/babbage/test-suite/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1.3.1.1
44

5-
*
5+
* Bump base to >=4.18
66

77
## 1.3.1.0
88

eras/babbage/test-suite/cardano-ledger-babbage-test.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: cardano-ledger-babbage-test
3-
version: 1.3.1.0
3+
version: 1.3.1.1
44
license: Apache-2.0
55
maintainer: [email protected]
66
author: IOHK
@@ -34,7 +34,7 @@ library
3434

3535
build-depends:
3636
QuickCheck,
37-
base >=4.14 && <5,
37+
base >=4.18 && <5,
3838
cardano-ledger-alonzo:{cardano-ledger-alonzo, testlib} >=1.12,
3939
cardano-ledger-alonzo-test >=1.1,
4040
cardano-ledger-babbage >=1.11,

eras/byron/chain/executable-spec/byron-spec-chain.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: byron-spec-chain
3-
version: 1.0.1.0
3+
version: 1.0.1.1
44
license: Apache-2.0
55
maintainer: [email protected]
66
author: IOHK
@@ -31,7 +31,7 @@ library
3131
-Wunused-packages
3232

3333
build-depends:
34-
base >=4.14 && <5,
34+
base >=4.18 && <5,
3535
bimap >=0.4 && <0.6,
3636
byron-spec-ledger >=1.0,
3737
bytestring,

eras/byron/crypto/cardano-crypto-wrapper.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ library
7979

8080
build-depends:
8181
aeson,
82-
base >=4.14 && <5,
82+
base >=4.18 && <5,
8383
base16-bytestring >=1,
8484
base64-bytestring,
8585
base64-bytestring-type,

eras/byron/ledger/executable-spec/byron-spec-ledger.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: byron-spec-ledger
3-
version: 1.1.0.0
3+
version: 1.1.0.1
44
license: Apache-2.0
55
maintainer: [email protected]
66
author: IOHK
@@ -41,7 +41,7 @@ library
4141

4242
build-depends:
4343
Unique >=0.4.7.6,
44-
base >=4.14 && <5,
44+
base >=4.18 && <5,
4545
bimap >=0.4 && <0.6,
4646
bytestring,
4747
cardano-crypto-class,

0 commit comments

Comments
 (0)