diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/DPut.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DPut.hs b/src/DPut.hs index 121105fb..84f086b3 100644 --- a/src/DPut.hs +++ b/src/DPut.hs | |||
@@ -11,7 +11,7 @@ import qualified Data.Text as T | |||
11 | import qualified Data.Text.Encoding as T | 11 | import qualified Data.Text.Encoding as T |
12 | 12 | ||
13 | -- | Debug Tags, add more as needed, but ensure XAnnounce is always first, XMisc last | 13 | -- | Debug Tags, add more as needed, but ensure XAnnounce is always first, XMisc last |
14 | data DebugTag = XAnnounce | XBitTorrent | XDHT | XLan | XMan | XNetCrypto | XOnion | XRoutes | XPing | XRefresh | XWLog | XMisc | 14 | data DebugTag = XAnnounce | XBitTorrent | XDHT | XLan | XMan | XNetCrypto | XOnion | XRoutes | XPing | XRefresh | XJabber | XMisc |
15 | deriving (Eq,Ord,Show,Read,Enum,Bounded) | 15 | deriving (Eq,Ord,Show,Read,Enum,Bounded) |
16 | 16 | ||
17 | appName :: String | 17 | appName :: String |