Skip to content

Commit 30d63a9

Browse files
committed
Updated cabal files
Updated copyright & tested-with fields.
1 parent 96c6ed6 commit 30d63a9

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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
extra-source-files: CHANGELOG.md, README.md
1717

1818
library

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ 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.
1818
-- extra-source-files: ChangeLog.md, README.md

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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ author: Marcin Szamotulski
1212
maintainer: marcin.szamotulski@iohk.io
1313
category: Control
1414
build-type: Simple
15+
tested-with: GHC == {8.10, 9.2, 9.4, 9.6, 9.8, 9.10}
1516
extra-source-files: CHANGELOG.md
1617

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

typed-protocols/typed-protocols.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ 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
extra-source-files: CHANGELOG.md
1717

1818
library

0 commit comments

Comments
 (0)