Skip to content

Commit 49eef41

Browse files
committed
strict-stm: reexport TSem
`TSem` is already strict, so we just reexport the `Control.Concurrent.Class.MonadSTM.TSem` module.
1 parent 0dfb3ab commit 49eef41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

strict-stm/strict-stm.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ library
4141
Control.Concurrent.Class.MonadSTM.Strict.TMVar
4242
Control.Concurrent.Class.MonadSTM.Strict.TQueue
4343
Control.Concurrent.Class.MonadSTM.Strict.TVar
44+
reexported-modules: Control.Concurrent.Class.MonadSTM.TSem as Control.Concurrent.Class.MonadSTM.Strict.TSem
4445
default-language: Haskell2010
4546
build-depends: base >=4.9 && <4.18,
4647
array,

0 commit comments

Comments
 (0)