summaryrefslogtreecommitdiff
path: root/Control/Concurrent/Sema.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Control/Concurrent/Sema.hs')
-rw-r--r--Control/Concurrent/Sema.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Control/Concurrent/Sema.hs b/Control/Concurrent/Sema.hs
index 202aa65..21d4709 100644
--- a/Control/Concurrent/Sema.hs
+++ b/Control/Concurrent/Sema.hs
@@ -1,4 +1,4 @@
--- : dep SafeSemaphore
+-- | A stupid Semaphore utility thing
module Control.Concurrent.Sema
( mapPool,
)