diff options
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 |