X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=src%2FFuncTorrent%2FTracker%2FTypes.hs;fp=src%2FFuncTorrent%2FTracker%2FTypes.hs;h=2165b08261d1229d49dfa0ce1751fbad53cb82d7;hb=95b19be7cd65d9263e7edb7ab63d3067fe4ec8c5;hp=c79fceffe8ad1885bbadcbb2052656b11d58cfde;hpb=6153b8f5fadd974331a17efed81fa1cba0ee739c;p=functorrent.git diff --git a/src/FuncTorrent/Tracker/Types.hs b/src/FuncTorrent/Tracker/Types.hs index c79fcef..2165b08 100644 --- a/src/FuncTorrent/Tracker/Types.hs +++ b/src/FuncTorrent/Tracker/Types.hs @@ -39,7 +39,7 @@ data TrackerProtocol = Http data TrackerEventState = None | Started | Completed - | Error ByteString + | Stopped deriving (Show, Eq) data TrackerMsg = GetStatusMsg TrackerEventState