Skip to content

Commit b58e9a9

Browse files
committed
Updated cabal metadata
1 parent bc88797 commit b58e9a9

File tree

6 files changed

+22
-34
lines changed

6 files changed

+22
-34
lines changed

io-classes-mtl/io-classes-mtl.cabal

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,15 @@ description:
77
[io-classes](https://hackage.hasekll.org/package/io-classes) package.
88
Some of the instances are novel and some are still experimental.
99
license: Apache-2.0
10-
license-files:
11-
LICENSE
12-
NOTICE
10+
license-files: LICENSE NOTICE
1311
author: Duncan Coutts, Marcin Szamotulski
1412
maintainer: Marcin Szamotulski [email protected]
1513
copyright: 2022-2023 Input Output Global Inc (IOG)
1614
category: Control
1715
build-type: Simple
18-
extra-doc-files: README.md
19-
CHANGELOG.md
20-
tested-with: GHC == { 8.10, 9.2, 9.4, 9.6 }
16+
extra-doc-files: README.md CHANGELOG.md
17+
bug-reports: https://github.com/input-output-hk/io-sim/issues
18+
tested-with: GHC == { 8.10, 9.2, 9.4, 9.6 }
2119

2220
common warnings
2321
ghc-options: -Wall

io-classes/io-classes.cabal

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ description:
77
[io-sim](https://hackage.haskell.org/package/io-sim), 'base', 'async',
88
'stm', 'exceptions' & 'time' packages.
99
license: Apache-2.0
10-
license-files:
11-
LICENSE
12-
NOTICE
10+
license-files: LICENSE NOTICE
1311
copyright: 2019-2023 Input Output Global Inc (IOG)
1412
author: Alexander Vieth, Duncan Coutts, Marcin Szamotulski, Thomas Winant
1513
maintainer: Duncan Coutts [email protected], Marcin Szamotulski [email protected]
1614
category: Control
1715
build-type: Simple
18-
extra-source-files: CHANGELOG.md
19-
README.md
16+
extra-doc-files: CHANGELOG.md README.md
17+
bug-reports: https://github.com/input-output-hk/io-sim/issues
2018
tested-with: GHC == { 8.10, 9.2, 9.4, 9.6 }
2119

2220
source-repository head

io-sim/io-sim.cabal

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ description:
77
synchronous and asynchronous exceptions, timeouts & delays, dynamic traces,
88
and more.
99
license: Apache-2.0
10-
license-files:
11-
LICENSE
12-
NOTICE
10+
license-files: LICENSE NOTICE
1311
copyright: 2022-2023 Input Output Global Inc (IOG)
1412
author: Alexander Vieth, Duncan Coutts, John Hughes, Marcin Szamotulski
1513
maintainer: Duncan Coutts [email protected], Marcin Szamotulski [email protected]
1614
category: Testing
1715
build-type: Simple
18-
extra-source-files: CHANGELOG.md
19-
README.md
16+
extra-doc-files: CHANGELOG.md README.md
17+
bug-reports: https://github.com/input-output-hk/io-sim/issues
2018
tested-with: GHC == { 8.10, 9.2, 9.4, 9.6 }
2119

2220
flag asserts

si-timers/si-timers.cabal

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ description:
66
Timers using SI units (seconds) which are safe on 32-bit platforms and
77
compatible with [io-sim](https://hackage.haskell.org/package/io-sim).
88
license: Apache-2.0
9-
license-files:
10-
LICENSE
11-
NOTICE
9+
license-files: LICENSE NOTICE
1210
copyright: 2022-2023 Input Output Global Inc (IOG)
1311
author: Duncan Coutts, Neil Davis, Marcin Szamotulski
1412
maintainer: Duncan Coutts [email protected], Marcin Szamotulski [email protected]
15-
category: Control
13+
category: Time
1614
build-type: Simple
17-
extra-source-files: CHANGELOG.md
18-
README.md
15+
extra-doc-files: CHANGELOG.md README.md
16+
bug-reports: https://github.com/input-output-hk/io-sim/issues
1917
tested-with: GHC == { 8.10, 9.2, 9.4, 9.6 }
2018

2119
flag asserts

strict-mvar/strict-mvar.cabal

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ description:
77
[IO](https://hackage.haskell.org/package/base-4.18.0.0/docs/Prelude.html#t:IO)
88
& [io-sim](https://hackage.haskell.org/package/io-sim).
99
license: Apache-2.0
10-
license-files:
11-
LICENSE
12-
NOTICE
10+
license-files: LICENSE NOTICE
1311
copyright: 2019-2023 Input Output Global Inc (IOG).
1412
author: IOG Engineering Team
1513
maintainer: [email protected]
16-
category: Control
14+
category: Concurrency
1715
build-type: Simple
18-
extra-source-files: CHANGELOG.md
19-
README.md
16+
extra-doc-files: CHANGELOG.md README.md
17+
bug-reports: https://github.com/input-output-hk/io-sim/issues
2018
tested-with: GHC == { 8.10, 9.2, 9.4, 9.6 }
2119

2220
source-repository head

strict-stm/strict-stm.cabal

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ description:
88
compatible with [stm](https://hackage.haskell.org/package/stm)
99
& [io-sim](https://hackage.haskell.org/package/io-sim).
1010
license: Apache-2.0
11-
license-files:
12-
LICENSE
13-
NOTICE
11+
license-files: LICENSE NOTICE
1412
copyright: 2019-2023 Input Output Global Inc (IOG)
1513
author: Alexander Vieth, Duncan Coutts, Marcin Szamotulski, Thomas Winant
1614
maintainer: Duncan Coutts [email protected], Marcin Szamotulski [email protected]
17-
category: Control
15+
category: Concurrency
1816
build-type: Simple
19-
extra-source-files: CHANGELOG.md
20-
README.md
17+
extra-doc-files: CHANGELOG.md README.md
18+
bug-reports: https://github.com/input-output-hk/io-sim/issues
2119
tested-with: GHC == { 8.10, 9.2, 9.4, 9.6 }
2220

2321
source-repository head

0 commit comments

Comments
 (0)