From 2ead6b37f07b9d6c0f0ae8402ccabd1f98794c31 Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 21 Jun 2018 00:15:15 -0400 Subject: Added -v option to specify tags from command line. --- src/DPut.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 import qualified Data.Text.Encoding as T -- | Debug Tags, add more as needed, but ensure XAnnounce is always first, XMisc last -data DebugTag = XAnnounce | XBitTorrent | XDHT | XLan | XMan | XNetCrypto | XOnion | XRoutes | XPing | XRefresh | XWLog | XMisc +data DebugTag = XAnnounce | XBitTorrent | XDHT | XLan | XMan | XNetCrypto | XOnion | XRoutes | XPing | XRefresh | XJabber | XMisc deriving (Eq,Ord,Show,Read,Enum,Bounded) appName :: String -- cgit v1.2.3