summaryrefslogtreecommitdiff
path: root/src/Control/Concurrent/Async
diff options
context:
space:
mode:
Diffstat (limited to 'src/Control/Concurrent/Async')
-rw-r--r--src/Control/Concurrent/Async/Lifted/Instrument.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Control/Concurrent/Async/Lifted/Instrument.hs b/src/Control/Concurrent/Async/Lifted/Instrument.hs
new file mode 100644
index 00000000..eab0fadc
--- /dev/null
+++ b/src/Control/Concurrent/Async/Lifted/Instrument.hs
@@ -0,0 +1,5 @@
1module Control.Concurrent.Async.Lifted.Instrument
2 ( module Control.Concurrent.Async.Lifted
3 ) where
4
5import Control.Concurrent.Async.Lifted