Skip to content

Commit 8ce5a71

Browse files
committed
Updated cabal files
Updated copyright & tested-with fields.
1 parent 514a260 commit 8ce5a71

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ 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, 9.2, 9.4, 9.6}
16-
extra-source-files: CHANGELOG.md, README.md
15+
tested-with: GHC == {8.10, 9.2, 9.4, 9.6, 9.8, 9.10}
16+
extra-doc-files: CHANGELOG.md, README.md
1717

1818
library
1919
exposed-modules: Network.TypedProtocol.Codec.CBOR

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ category: Network
1212
build-type: Simple
1313
extra-doc-files: CHANGELOG.md
1414
NOTICE
15-
-- extra-source-files:
1615

1716
common warnings
1817
ghc-options: -Wall

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ license: Apache-2.0
77
license-files:
88
LICENSE
99
NOTICE
10-
copyright: 2019-2023 Input Output Global Inc (IOG)
10+
copyright: 2019-2024 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, 9.2, 9.4, 9.6}
15+
tested-with: GHC == {8.10, 9.2, 9.4, 9.6, 9.8, 9.10}
1616

1717
-- These should probably be added at some point.
18-
-- extra-source-files: ChangeLog.md, README.md
18+
-- extra-doc-files: ChangeLog.md, README.md
1919

2020
library
2121
exposed-modules: Network.TypedProtocol.Channel

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ copyright: 2022-2024 Input Output Global Inc (IOG)
1111
author: Marcin Szamotulski
1212
maintainer: marcin.szamotulski@iohk.io
1313
category: Control
14+
tested-with: GHC == {8.10, 9.2, 9.4, 9.6, 9.8, 9.10}
1415
build-type: Simple
1516

1617
-- These should probably be added at some point.

typed-protocols-stateful/typed-protocols-stateful.cabal

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ author: Marcin Szamotulski
1212
maintainer: marcin.szamotulski@iohk.io
1313
category: Control
1414
build-type: Simple
15-
extra-source-files: CHANGELOG.md
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, 9.8, 9.10}
16+
extra-doc-files: CHANGELOG.md
1917

2018
library
2119
exposed-modules: Network.TypedProtocol.Stateful.Peer

typed-protocols/typed-protocols.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ license: Apache-2.0
77
license-files:
88
LICENSE
99
NOTICE
10-
copyright: 2019-2023 Input Output Global Inc (IOG)
10+
copyright: 2019-2024 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, 9.2, 9.4, 9.6}
16-
extra-source-files: CHANGELOG.md
15+
tested-with: GHC == {8.10, 9.2, 9.4, 9.6, 9.8, 9.10}
16+
extra-doc-files: CHANGELOG.md
1717

1818
library
1919
exposed-modules: Network.TypedProtocol

0 commit comments

Comments
 (0)