summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/DPut.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DPut.hs b/src/DPut.hs
index f3760645..6fd69040 100644
--- a/src/DPut.hs
+++ b/src/DPut.hs
@@ -27,7 +27,8 @@ data DebugTag
27 | XJabber 27 | XJabber
28 | XMisc 28 | XMisc
29 | XNodeinfoSearch 29 | XNodeinfoSearch
30 | XUnused -- Never commit code that uses XUnused. 30 | XUnexpected -- Used only for special anomalous errors that we didn't expect to happen.
31 | XUnused -- Never commit code that uses XUnused.
31 deriving (Eq, Ord, Show, Read, Enum, Bounded) 32 deriving (Eq, Ord, Show, Read, Enum, Bounded)
32 33
33appName :: String 34appName :: String