File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ library
54
54
, th-abstraction >= 0.6.0.0 && < 0.8
55
55
, time >= 1.12 && < 1.14
56
56
, serdoc-core
57
- , typed-protocols ^>= 1.0
57
+ , typed-protocols ^>= 1.0 || ^ >= 1.1
58
58
hs-source-dirs : src
59
59
default-language : GHC2021
60
60
default-extensions : DataKinds
Original file line number Diff line number Diff line change 1
1
# Revision history for typed-protocols
2
2
3
- ## next release
3
+ ## 1.1.0.0 -- 26.07.2025
4
4
5
5
### Breaking changes
6
6
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.4
2
2
name : typed-protocols
3
- version : 1.0 .0.0
3
+ version : 1.1 .0.0
4
4
synopsis : A framework for strongly typed protocols
5
5
description : A robust session type framework which supports protocol pipelining.
6
6
Haddocks are published [here](https://input-output-hk.github.io/typed-protocols/)
You can’t perform that action at this time.
0 commit comments