Skip to content

Commit cad6924

Browse files
committed
Make it build with ghc-9.10
1 parent 3c46f32 commit cad6924

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

cabal.project

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ repository cardano-haskell-packages
1111
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee
1212

1313
index-state:
14-
hackage.haskell.org 2024-02-06T12:00:00Z
15-
, cardano-haskell-packages 2023-05-16T03:39:10Z
16-
14+
hackage.haskell.org 2024-07-01T07:04:30Z
15+
, cardano-haskell-packages 2024-06-27T10:53:24Z
1716

1817
packages: ./typed-protocols
1918
./typed-protocols-cborg

typed-protocols-cborg/typed-protocols-cborg.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extra-source-files: CHANGELOG.md, README.md
1818
library
1919
exposed-modules: Network.TypedProtocol.Codec.CBOR
2020

21-
build-depends: base >=4.12 && <4.20,
21+
build-depends: base >=4.12 && <4.21,
2222
bytestring >=0.10 && <0.13,
2323
cborg >=0.2.1 && <0.3,
2424

0 commit comments

Comments
 (0)