File tree 7 files changed +14
-14
lines changed 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
name : cardano-binary
3
- version : 1.7.1.0
3
+ version : 1.7.1.1
4
4
synopsis : Binary serialization for Cardano
5
5
description : This package includes the binary serialization format for Cardano
6
6
license : Apache-2.0
@@ -18,7 +18,7 @@ extra-source-files:
18
18
README.md
19
19
20
20
common base
21
- build-depends : base >= 4.14 && < 5
21
+ build-depends : base >= 4.18 && < 5
22
22
23
23
common project-config
24
24
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : cardano-binary-test
3
- version : 1.4.0.2
3
+ version : 1.4.0.3
4
4
synopsis : Test helpers from cardano-binary exposed to other packages
5
5
description : Test helpers from cardano-binary exposed to other packages
6
6
license : MIT
@@ -13,7 +13,7 @@ build-type: Simple
13
13
extra-source-files : CHANGELOG.md
14
14
15
15
common base
16
- build-depends : base >= 4.14 && < 5
16
+ build-depends : base >= 4.18 && < 5
17
17
18
18
common project-config
19
19
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : cardano-crypto-class
3
- version : 2.2.2.0
3
+ version : 2.2.2.1
4
4
synopsis :
5
5
Type classes abstracting over cryptography primitives for Cardano
6
6
@@ -30,7 +30,7 @@ flag secp256k1-support
30
30
manual : True
31
31
32
32
common base
33
- build-depends : base >= 4.14 && < 5
33
+ build-depends : base >= 4.18 && < 5
34
34
35
35
common project-config
36
36
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : cardano-crypto-praos
3
- version : 2.2.1.0
3
+ version : 2.2.1.1
4
4
synopsis : Crypto primitives from libsodium
5
5
description : VRF (and KES, tba) primitives from libsodium.
6
6
license : Apache-2.0
@@ -45,7 +45,7 @@ flag external-libsodium-vrf
45
45
manual : True
46
46
47
47
common base
48
- build-depends : base >= 4.14 && < 5
48
+ build-depends : base >= 4.18 && < 5
49
49
50
50
common project-config
51
51
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : cardano-crypto-tests
3
- version : 2.2.1.0
3
+ version : 2.2.1.1
4
4
synopsis : Tests for cardano-crypto-class and -praos
5
5
description : Tests for cardano-crypto-class and -praos
6
6
license : Apache-2.0
@@ -47,7 +47,7 @@ flag secp256k1-support
47
47
manual : True
48
48
49
49
common base
50
- build-depends : base >= 4.14 && < 5
50
+ build-depends : base >= 4.18 && < 5
51
51
52
52
common project-config
53
53
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
name : cardano-git-rev
3
- version : 0.2.2.0
3
+ version : 0.2.2.1
4
4
synopsis : Git revisioning
5
5
description : Embeds git revision into Haskell packages.
6
6
category :
@@ -20,7 +20,7 @@ extra-source-files: README.md
20
20
21
21
common project-config
22
22
default-language : Haskell2010
23
- build-depends : base >= 4.14 && < 5
23
+ build-depends : base >= 4.18 && < 5
24
24
ghc-options :
25
25
-Wall
26
26
-Wcompat
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
name : cardano-slotting
3
- version : 0.2.0.0
3
+ version : 0.2.0.1
4
4
synopsis : Key slotting types for cardano libraries
5
5
license : Apache-2.0
6
6
license-files :
@@ -14,7 +14,7 @@ build-type: Simple
14
14
extra-source-files : CHANGELOG.md
15
15
16
16
common base
17
- build-depends : base >= 4.14 && < 5
17
+ build-depends : base >= 4.18 && < 5
18
18
19
19
common project-config
20
20
default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments