X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=src%2FFuncTorrent%2FTracker%2FTypes.hs;h=56d56045eb6134f7bcce331ddf9c4a7fb4c9881c;hb=8dcb9c0c7d752fc9b6a76142064741c822d9d3a5;hp=1c47d3191f593471457972497d490555caf549e9;hpb=54e38026518ff34a59879b9a2b6582a728dc0525;p=functorrent.git diff --git a/src/FuncTorrent/Tracker/Types.hs b/src/FuncTorrent/Tracker/Types.hs index 1c47d31..56d5604 100644 --- a/src/FuncTorrent/Tracker/Types.hs +++ b/src/FuncTorrent/Tracker/Types.hs @@ -28,7 +28,7 @@ module FuncTorrent.Tracker.Types , TrackerMsg(..) ) where -import Data.ByteString (ByteString) + import Data.Word (Word32) import Control.Concurrent.MVar (MVar)