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/Kademlia.hs | |
parent | 16631d46cd6c64c81cbc7dd3fa33afdeb6ea2366 (diff) |
Moved Tasks to hierarchical location.
Diffstat (limited to 'src/Network/Kademlia.hs')
-rw-r--r-- | src/Network/Kademlia.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/Kademlia.hs b/src/Network/Kademlia.hs index c6c59ae6..53c37175 100644 --- a/src/Network/Kademlia.hs +++ b/src/Network/Kademlia.hs | |||
@@ -35,7 +35,7 @@ import System.Timeout | |||
35 | import Text.PrettyPrint as PP hiding (($$), (<>)) | 35 | import Text.PrettyPrint as PP hiding (($$), (<>)) |
36 | import Text.PrettyPrint.HughesPJClass hiding (($$), (<>)) | 36 | import Text.PrettyPrint.HughesPJClass hiding (($$), (<>)) |
37 | import System.IO | 37 | import System.IO |
38 | import Tasks | 38 | import Control.Concurrent.Tasks |
39 | 39 | ||
40 | -- | The status of a given node with respect to a given routint table. | 40 | -- | The status of a given node with respect to a given routint table. |
41 | data RoutingStatus | 41 | data RoutingStatus |