File tree Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ cabal-version: 3.4
2
2
name : io-classes
3
3
version : 0.4.0.0
4
4
synopsis : Type classes for concurrency with STM, ST and timing
5
- -- description:
6
5
license : Apache-2.0
7
6
license-files :
8
7
LICENSE
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ cabal-version: 3.4
2
2
name : io-sim
3
3
version : 0.4.0.0
4
4
synopsis : A pure simulator for monadic concurrency with STM
5
- -- description:
6
5
license : Apache-2.0
7
6
license-files :
8
7
LICENSE
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: si-timers
3
3
version : 0.4.0.0
4
4
synopsis : Timers using SI units (seconds) which are safe on 32-bit
5
5
platforms.
6
- -- description:
7
6
license : Apache-2.0
8
7
license-files :
9
8
LICENSE
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ cabal-version: 3.0
2
2
name : strict-stm
3
3
version : 0.4.0.0
4
4
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.
8
5
license : Apache-2.0
9
6
license-files :
10
7
LICENSE
You can’t perform that action at this time.
0 commit comments