Skip to content

Commit c68317b

Browse files
committed
Use io-sim-1.3.0.0
1 parent ddbc4fa commit c68317b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository cardano-haskell-packages
1111
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee
1212

1313
index-state:
14-
, hackage.haskell.org 2023-05-04T00:55:55Z
14+
hackage.haskell.org 2023-11-08T09:44:54Z
1515
, cardano-haskell-packages 2023-05-16T03:39:10Z
1616

1717

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ library
1919
exposed-modules: Network.TypedProtocol.Codec.CBOR
2020

2121
build-depends: base >=4.12 && <4.20,
22-
bytestring >=0.10 && <0.12,
22+
bytestring >=0.10 && <0.13,
2323
cborg >=0.2.1 && <0.3,
2424

2525
io-classes,

typed-protocols/typed-protocols.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ library
3232
, TypeOperators
3333
, BangPatterns
3434
build-depends: base,
35-
io-classes >= 1.0 && < 1.3
35+
io-classes >= 1.0 && < 1.4
3636

3737
hs-source-dirs: src
3838
default-language: Haskell2010

0 commit comments

Comments
 (0)