Skip to content

Commit d0f7640

Browse files
iohk-bors[bot]coot
andauthored
Merge #3548
3548: Review strict-stm cabal file r=coot a=coot Co-authored-by: Marcin Szamotulski <[email protected]>
2 parents 2778712 + ad12955 commit d0f7640

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

strict-stm/strict-stm.cabal

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: strict-stm
22
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.
57
license: Apache-2.0
68
license-files:
79
LICENSE
@@ -16,7 +18,7 @@ cabal-version: >=1.10
1618
source-repository head
1719
type: git
1820
location: https://github.com/input-output-hk/ouroboros-network
19-
subdir: io-classes
21+
subdir: strict-stm
2022

2123
flag checktvarinvariant
2224
Description: Enable runtime invariant checks on StrictT(M)Var
@@ -31,8 +33,6 @@ flag asserts
3133
library
3234
hs-source-dirs: src
3335

34-
-- At this experiment/prototype stage everything is exposed.
35-
-- This has to be tidied up once the design becomes clear.
3636
exposed-modules: Control.Monad.Class.MonadSTM.Strict
3737
default-language: Haskell2010
3838
build-depends: base >=4.9 && <4.15,
@@ -51,16 +51,3 @@ library
5151

5252
if flag(checktvarinvariant)
5353
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

0 commit comments

Comments
 (0)