diff options
Diffstat (limited to 'src/Data/PacketQueue.hs')
-rw-r--r-- | src/Data/PacketQueue.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Data/PacketQueue.hs b/src/Data/PacketQueue.hs index 66cf3383..b349bf4b 100644 --- a/src/Data/PacketQueue.hs +++ b/src/Data/PacketQueue.hs | |||
@@ -8,6 +8,7 @@ module Data.PacketQueue | |||
8 | , new | 8 | , new |
9 | , dequeue | 9 | , dequeue |
10 | , enqueue | 10 | , enqueue |
11 | , observeOutOfBand | ||
11 | ) where | 12 | ) where |
12 | 13 | ||
13 | import Control.Concurrent.STM | 14 | import Control.Concurrent.STM |