We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f40b5e commit ab4e034Copy full SHA for ab4e034
typed-protocols/typed-protocols.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 3.0
2
name: typed-protocols
3
-version: 0.1.0.2
+version: 0.1.0.3
4
synopsis: A framework for strongly typed protocols
5
-- description:
6
license: Apache-2.0
@@ -34,7 +34,7 @@ library
34
, TypeOperators
35
, BangPatterns
36
build-depends: base,
37
- io-classes ^>= 0.3
+ io-classes >= 0.3 && < 0.5
38
39
hs-source-dirs: src
40
default-language: Haskell2010
0 commit comments