diff options
author | joe <joe@jerkface.net> | 2017-09-15 03:33:47 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-09-15 03:33:47 -0400 |
commit | 2fb1f3507075c4cce4f33096ce0080bb14fd2704 (patch) | |
tree | ffab01fd99712836392320638f6ed7d981e0d248 /src/Network/BitTorrent/DHT | |
parent | 16631d46cd6c64c81cbc7dd3fa33afdeb6ea2366 (diff) |
Moved Tasks to hierarchical location.
Diffstat (limited to 'src/Network/BitTorrent/DHT')
-rw-r--r-- | src/Network/BitTorrent/DHT/Search.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/DHT/Search.hs b/src/Network/BitTorrent/DHT/Search.hs index 16a20620..29e91633 100644 --- a/src/Network/BitTorrent/DHT/Search.hs +++ b/src/Network/BitTorrent/DHT/Search.hs | |||
@@ -6,7 +6,7 @@ | |||
6 | {-# LANGUAGE LambdaCase #-} | 6 | {-# LANGUAGE LambdaCase #-} |
7 | module Network.BitTorrent.DHT.Search where | 7 | module Network.BitTorrent.DHT.Search where |
8 | 8 | ||
9 | import Tasks | 9 | import Control.Concurrent.Tasks |
10 | import Control.Concurrent.STM | 10 | import Control.Concurrent.STM |
11 | import Control.Exception | 11 | import Control.Exception |
12 | import Control.Monad | 12 | import Control.Monad |