Skip to content

Commit 6825480

Browse files
authored
Merge pull request #35 from input-output-hk/coot/changelogs
Updated cabal files
2 parents ff8ae53 + adcee7b commit 6825480

File tree

5 files changed

+18
-16
lines changed

5 files changed

+18
-16
lines changed
File renamed without changes.

typed-protocols-cborg/typed-protocols-cborg.cabal

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cabal-version: 3.0
12
name: typed-protocols-cborg
23
version: 0.1.0.3
34
synopsis: CBOR codecs for typed-protocols
@@ -6,17 +7,13 @@ license: Apache-2.0
67
license-files:
78
LICENSE
89
NOTICE
9-
copyright: 2019-2021 Input Output (Hong Kong) Ltd.
10+
copyright: 2019-2023 Input Output Global Inc (IOG)
1011
author: Alexander Vieth, Duncan Coutts, Marcin Szamotulski
1112
maintainer: alex@well-typed.com, duncan@well-typed.com, marcin.szamotulski@iohk.io
1213
category: Control
1314
build-type: Simple
14-
tested-with: GHC==8.10, GHC==9.2, GHC==9.4
15-
16-
-- These should probably be added at some point.
17-
extra-source-files: ChangeLog.md, README.md
18-
19-
cabal-version: >=1.10
15+
tested-with: GHC == {8.10, 9.2, 9.4, 9.6}
16+
extra-source-files: CHANGELOG.md, README.md
2017

2118
library
2219
exposed-modules: Network.TypedProtocol.Codec.CBOR

typed-protocols-examples/typed-protocols-examples.cabal

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cabal-version: 3.0
12
name: typed-protocols-examples
23
version: 0.2.0.1
34
synopsis: Examples and tests for the typed-protocols framework
@@ -6,18 +7,16 @@ license: Apache-2.0
67
license-files:
78
LICENSE
89
NOTICE
9-
copyright: 2019 Input Output (Hong Kong) Ltd.
10+
copyright: 2019-2023 Input Output Global Inc (IOG)
1011
author: Alexander Vieth, Duncan Coutts, Marcin Szamotulski
1112
maintainer: alex@well-typed.com, duncan@well-typed.com, marcin.szamotulski@iohk.io
1213
category: Control
1314
build-type: Simple
14-
tested-with: GHC==8.10, GHC==9.2, GHC==9.4
15+
tested-with: GHC == {8.10, 9.2, 9.4, 9.6}
1516

1617
-- These should probably be added at some point.
1718
-- extra-source-files: ChangeLog.md, README.md
1819

19-
cabal-version: >=1.10
20-
2120
library
2221
exposed-modules: Network.TypedProtocol.Channel
2322
, Network.TypedProtocol.Driver.Simple

typed-protocols/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Revision history for typed-protocols-cborg
2+
3+
## 0.1.0.5 -- 2023-03-08
4+
5+
* Support `ghc-9.6.1`.
6+
* Use `io-classes-1.1.0.0`.
7+
8+

typed-protocols/typed-protocols.cabal

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ license: Apache-2.0
77
license-files:
88
LICENSE
99
NOTICE
10-
copyright: 2019 Input Output (Hong Kong) Ltd.
10+
copyright: 2019-2023 Input Output Global Inc (IOG)
1111
author: Alexander Vieth, Duncan Coutts, Marcin Szamotulski
1212
maintainer: alex@well-typed.com, duncan@well-typed.com, marcin.szamotulski@iohk.io
1313
category: Control
1414
build-type: Simple
15-
tested-with: GHC==8.10, GHC==9.2, GHC==9.4
16-
17-
-- These should probably be added at some point.
18-
-- extra-source-files: ChangeLog.md, README.md
15+
tested-with: GHC == {8.10, 9.2, 9.4, 9.6}
16+
extra-source-files: CHANGELOG.md, README.md
1917

2018
library
2119
exposed-modules: Network.TypedProtocol

0 commit comments

Comments
 (0)