Skip to content

Commit f3c31b9

Browse files
committed
typed-protocols: updated cabal and README files
1 parent 451c459 commit f3c31b9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ typed-protocols
88

99
A robust session type framework which supports [protocol pipelining][protocol-pipelining].
1010

11+
Haddocks are published [here][haddocks].
12+
1113

1214
Public content
1315
--------------
@@ -34,3 +36,4 @@ An [Agda][typed-protocols-agda] implementation by Marcin Szamotulski ([coot]).
3436
[typed-protocols-agda]: https://coot.me/agda/posts.agda.typed-protocols.html
3537
[coot]: https://github.com/coot
3638
[dcoutts]: https://github.com/dcoutts
39+
[haddocks]: https://input-output-hk.github.io/typed-protocols

typed-protocols/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

typed-protocols/typed-protocols.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 3.4
22
name: typed-protocols
33
version: 1.0.0.0
44
synopsis: A framework for strongly typed protocols
5-
-- description:
5+
description: A robust session type framework which supports protocol pipelining.
66
license: Apache-2.0
77
license-files:
88
LICENSE
@@ -14,6 +14,7 @@ category: Control
1414
build-type: Simple
1515
tested-with: GHC == {9.6, 9.8, 9.10, 9.12}
1616
extra-doc-files: CHANGELOG.md
17+
README.md
1718

1819
library
1920
exposed-modules: Network.TypedProtocol
@@ -36,7 +37,7 @@ library
3637
, BangPatterns
3738
build-depends: base >=4.12 && <4.22,
3839
io-classes:io-classes ^>= 1.7,
39-
singletons >= 3.0
40+
singletons ^>= 3.0
4041

4142
hs-source-dirs: src
4243
default-language: Haskell2010

0 commit comments

Comments
 (0)