Skip to content

Commit 1f861af

Browse files
committed
typed-protocols-0.1.1.1 revision
Allow `io-classes-1.7`
1 parent 005efe1 commit 1f861af

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
timestamp = 2024-08-28T06:44:16Z
22
github = { repo = "input-output-hk/typed-protocols", rev = "67a9d95bb57f03d707647ae2c722054d1ea11f5f" }
33
subdir = 'typed-protocols'
4+
5+
[[revisions]]
6+
number = 1
7+
timestamp = 2024-08-28T17:27:21Z
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
cabal-version: 3.0
2+
name: typed-protocols
3+
version: 0.1.1.1
4+
synopsis: A framework for strongly typed protocols
5+
-- description:
6+
license: Apache-2.0
7+
license-files:
8+
LICENSE
9+
NOTICE
10+
copyright: 2019-2023 Input Output Global Inc (IOG)
11+
author: Alexander Vieth, Duncan Coutts, Marcin Szamotulski
12+
13+
category: Control
14+
build-type: Simple
15+
tested-with: GHC == {8.10, 9.2, 9.4, 9.6}
16+
extra-source-files: CHANGELOG.md
17+
18+
library
19+
exposed-modules: Network.TypedProtocol
20+
, Network.TypedProtocol.Core
21+
, Network.TypedProtocol.Codec
22+
, Network.TypedProtocol.Pipelined
23+
, Network.TypedProtocol.Driver
24+
, Network.TypedProtocol.Proofs
25+
26+
other-extensions: GADTs
27+
, RankNTypes
28+
, PolyKinds
29+
, DataKinds
30+
, ScopedTypeVariables
31+
, TypeFamilies
32+
, TypeOperators
33+
, BangPatterns
34+
build-depends: base,
35+
io-classes ^>= 1.6 || ^>= 1.7
36+
37+
hs-source-dirs: src
38+
default-language: Haskell2010
39+
ghc-options: -Wall
40+
-Wno-unticked-promoted-constructors
41+
-Wcompat
42+
-Wincomplete-uni-patterns
43+
-Wincomplete-record-updates
44+
-Wpartial-fields
45+
-Widentities
46+
-Wredundant-constraints

0 commit comments

Comments
 (0)