Skip to content

Commit ab4e034

Browse files
committed
Bump io-classes
1 parent 4f40b5e commit ab4e034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typed-protocols/typed-protocols.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: typed-protocols
3-
version: 0.1.0.2
3+
version: 0.1.0.3
44
synopsis: A framework for strongly typed protocols
55
-- description:
66
license: Apache-2.0
@@ -34,7 +34,7 @@ library
3434
, TypeOperators
3535
, BangPatterns
3636
build-depends: base,
37-
io-classes ^>= 0.3
37+
io-classes >= 0.3 && < 0.5
3838

3939
hs-source-dirs: src
4040
default-language: Haskell2010

0 commit comments

Comments
 (0)