Skip to content

Commit da93884

Browse files
committed
Bump base >4.18
1 parent f7d8efc commit da93884

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

cardano-binary/cardano-binary.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-binary
3-
version: 1.7.1.0
3+
version: 1.7.1.1
44
synopsis: Binary serialization for Cardano
55
description: This package includes the binary serialization format for Cardano
66
license: Apache-2.0
@@ -18,7 +18,7 @@ extra-source-files:
1818
README.md
1919

2020
common base
21-
build-depends: base >=4.14 && <5
21+
build-depends: base >=4.18 && <5
2222

2323
common project-config
2424
default-language: Haskell2010

cardano-binary/test/cardano-binary-test.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: cardano-binary-test
3-
version: 1.4.0.2
3+
version: 1.4.0.3
44
synopsis: Test helpers from cardano-binary exposed to other packages
55
description: Test helpers from cardano-binary exposed to other packages
66
license: MIT
@@ -13,7 +13,7 @@ build-type: Simple
1313
extra-source-files: CHANGELOG.md
1414

1515
common base
16-
build-depends: base >=4.14 && <5
16+
build-depends: base >=4.18 && <5
1717

1818
common project-config
1919
default-language: Haskell2010

cardano-crypto-class/cardano-crypto-class.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: cardano-crypto-class
3-
version: 2.2.2.0
3+
version: 2.2.2.1
44
synopsis:
55
Type classes abstracting over cryptography primitives for Cardano
66

@@ -30,7 +30,7 @@ flag secp256k1-support
3030
manual: True
3131

3232
common base
33-
build-depends: base >=4.14 && <5
33+
build-depends: base >=4.18 && <5
3434

3535
common project-config
3636
default-language: Haskell2010

cardano-crypto-praos/cardano-crypto-praos.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: cardano-crypto-praos
3-
version: 2.2.1.0
3+
version: 2.2.1.1
44
synopsis: Crypto primitives from libsodium
55
description: VRF (and KES, tba) primitives from libsodium.
66
license: Apache-2.0
@@ -45,7 +45,7 @@ flag external-libsodium-vrf
4545
manual: True
4646

4747
common base
48-
build-depends: base >=4.14 && <5
48+
build-depends: base >=4.18 && <5
4949

5050
common project-config
5151
default-language: Haskell2010

cardano-crypto-tests/cardano-crypto-tests.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: cardano-crypto-tests
3-
version: 2.2.1.0
3+
version: 2.2.1.1
44
synopsis: Tests for cardano-crypto-class and -praos
55
description: Tests for cardano-crypto-class and -praos
66
license: Apache-2.0
@@ -47,7 +47,7 @@ flag secp256k1-support
4747
manual: True
4848

4949
common base
50-
build-depends: base >=4.14 && <5
50+
build-depends: base >=4.18 && <5
5151

5252
common project-config
5353
default-language: Haskell2010

cardano-git-rev/cardano-git-rev.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-git-rev
3-
version: 0.2.2.0
3+
version: 0.2.2.1
44
synopsis: Git revisioning
55
description: Embeds git revision into Haskell packages.
66
category:
@@ -20,7 +20,7 @@ extra-source-files: README.md
2020

2121
common project-config
2222
default-language: Haskell2010
23-
build-depends: base >=4.14 && <5
23+
build-depends: base >=4.18 && <5
2424
ghc-options:
2525
-Wall
2626
-Wcompat

cardano-slotting/cardano-slotting.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-slotting
3-
version: 0.2.0.0
3+
version: 0.2.0.1
44
synopsis: Key slotting types for cardano libraries
55
license: Apache-2.0
66
license-files:
@@ -14,7 +14,7 @@ build-type: Simple
1414
extra-source-files: CHANGELOG.md
1515

1616
common base
17-
build-depends: base >=4.14 && <5
17+
build-depends: base >=4.18 && <5
1818

1919
common project-config
2020
default-language: Haskell2010

0 commit comments

Comments
 (0)