Skip to content

Commit da96dde

Browse files
committed
typed-protocols: bump version
1 parent ee44dd0 commit da96dde

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

typed-protocols-doc/typed-protocols-doc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ library
5454
, th-abstraction >=0.6.0.0 && <0.8
5555
, time >=1.12 && <1.14
5656
, serdoc-core
57-
, typed-protocols ^>= 1.0
57+
, typed-protocols ^>= 1.0 || ^>= 1.1
5858
hs-source-dirs: src
5959
default-language: GHC2021
6060
default-extensions: DataKinds

typed-protocols/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for typed-protocols
22

3-
## next release
3+
## 1.1.0.0 -- 05.08.2025
44

55
### Breaking changes
66

typed-protocols/typed-protocols.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: typed-protocols
3-
version: 1.0.0.0
3+
version: 1.1.0.0
44
synopsis: A framework for strongly typed protocols
55
description: A robust session type framework which supports protocol pipelining.
66
Haddocks are published [here](https://input-output-hk.github.io/typed-protocols/)

0 commit comments

Comments
 (0)