From 058ccb22f43e9053fa37ed719d31c72dd6dac27c Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 23 Jan 2017 22:32:17 -0500 Subject: Added thread-debug flag and "threads" command. --- src/Control/Concurrent/Async/Lifted/Instrument.hs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/Control/Concurrent/Async/Lifted/Instrument.hs (limited to 'src/Control/Concurrent/Async/Lifted/Instrument.hs') 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 @@ +module Control.Concurrent.Async.Lifted.Instrument + ( module Control.Concurrent.Async.Lifted + ) where + +import Control.Concurrent.Async.Lifted -- cgit v1.2.3