summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/dhtd.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dhtd.hs b/examples/dhtd.hs
index 0731d322..ce6cc8f7 100644
--- a/examples/dhtd.hs
+++ b/examples/dhtd.hs
@@ -373,7 +373,7 @@ clientSession s@Session{..} sock cnum h = do
373 case B.unsnoc x of 373 case B.unsnoc x of
374 Just (str,c) | isSpace c -> (str,False) 374 Just (str,c) | isSpace c -> (str,False)
375 _ -> (x,True) 375 _ -> (x,True)
376 allDebugTags = [XAnnounce .. XMisc] 376 allDebugTags = [minBound .. maxBound]
377 showDebugTags = do 377 showDebugTags = do
378 vs <- mapM getVerbose allDebugTags 378 vs <- mapM getVerbose allDebugTags
379 let f True = "v" 379 let f True = "v"