diff options
author | James Crayne <jim.crayne@gmail.com> | 2018-05-29 04:34:26 +0000 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2018-05-29 04:34:26 +0000 |
commit | 15a8a7270fc35f0a7e77b09d82c1aaded8d44885 (patch) | |
tree | daac121221a81bae59c6671e0052d9ba10000005 /src/DPut.hs | |
parent | 514d0cad3f2ccaf0e89aadb4ab3067884ec20a6c (diff) |
more dput stuff
Diffstat (limited to 'src/DPut.hs')
-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 abf926b5..11bcc2d0 100644 --- a/src/DPut.hs +++ b/src/DPut.hs | |||
@@ -6,7 +6,7 @@ import System.IO (stderr,hPutStrLn) | |||
6 | import Data.Maybe | 6 | import Data.Maybe |
7 | import System.IO.Unsafe (unsafePerformIO) | 7 | import System.IO.Unsafe (unsafePerformIO) |
8 | 8 | ||
9 | data DebugTag = XAnnounce | XDHT | XOnion | XNetCrypto | XMisc | 9 | data DebugTag = XAnnounce | XDHT | XOnion | XNetCrypto | XPing | XMisc |
10 | deriving (Eq,Ord,Show,Read) | 10 | deriving (Eq,Ord,Show,Read) |
11 | 11 | ||
12 | {-# NOINLINE verbosityMap #-} | 12 | {-# NOINLINE verbosityMap #-} |