File tree Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change 1
1
name : strict-stm
2
2
version : 0.1.0.0
3
- synopsis : Type classes for concurrency with STM, ST and timing
4
- -- description:
3
+ synopsis : Strict STM interface polymorphic over stm implementation.
4
+ description : The `strict-stm` package gives a strict interface to stm,
5
+ currently either one provided by `stm` package for the
6
+ `IO` monad or `io-sim` package for the `IOSim` monad.
5
7
license : Apache-2.0
6
8
license-files :
7
9
LICENSE
@@ -16,7 +18,7 @@ cabal-version: >=1.10
16
18
source-repository head
17
19
type : git
18
20
location : https://github.com/input-output-hk/ouroboros-network
19
- subdir : io-classes
21
+ subdir : strict-stm
20
22
21
23
flag checktvarinvariant
22
24
Description : Enable runtime invariant checks on StrictT(M)Var
@@ -31,8 +33,6 @@ flag asserts
31
33
library
32
34
hs-source-dirs : src
33
35
34
- -- At this experiment/prototype stage everything is exposed.
35
- -- This has to be tidied up once the design becomes clear.
36
36
exposed-modules : Control.Monad.Class.MonadSTM.Strict
37
37
default-language : Haskell2010
38
38
build-depends : base >= 4.9 && < 4.15 ,
@@ -51,16 +51,3 @@ library
51
51
52
52
if flag(checktvarinvariant)
53
53
cpp-options : -DCHECK_TVAR_INVARIANT
54
-
55
- -- test-suite test
56
- -- type: exitcode-stdio-1.0
57
- -- hs-source-dirs: test
58
- -- main-is: Main.hs
59
- -- other-modules: Test.MonadTimer
60
- -- default-language: Haskell2010
61
- -- build-depends: base,
62
- -- io-classes,
63
- --
64
- -- QuickCheck,
65
- -- tasty,
66
- -- tasty-quickcheck
You can’t perform that action at this time.
0 commit comments