Skip to content

Commit e7c6a24

Browse files
committed
Removed description fields in .cabal files
We provide READMEs.
1 parent fce757a commit e7c6a24

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

io-classes/io-classes.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ cabal-version: 3.4
22
name: io-classes
33
version: 0.4.0.0
44
synopsis: Type classes for concurrency with STM, ST and timing
5-
-- description:
65
license: Apache-2.0
76
license-files:
87
LICENSE

io-sim/io-sim.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ cabal-version: 3.4
22
name: io-sim
33
version: 0.4.0.0
44
synopsis: A pure simulator for monadic concurrency with STM
5-
-- description:
65
license: Apache-2.0
76
license-files:
87
LICENSE

si-timers/si-timers.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: si-timers
33
version: 0.4.0.0
44
synopsis: Timers using SI units (seconds) which are safe on 32-bit
55
platforms.
6-
-- description:
76
license: Apache-2.0
87
license-files:
98
LICENSE

strict-stm/strict-stm.cabal

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ cabal-version: 3.0
22
name: strict-stm
33
version: 0.4.0.0
44
synopsis: Strict STM interface polymorphic over stm implementation.
5-
description: The `strict-stm` package gives a strict interface to stm,
6-
currently either one provided by `stm` package for the
7-
`IO` monad or `io-sim` package for the `IOSim` monad.
85
license: Apache-2.0
96
license-files:
107
LICENSE

0 commit comments

Comments
 (0)