summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Peer.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Peer.hs')
-rw-r--r--src/Network/BitTorrent/Peer.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Peer.hs b/src/Network/BitTorrent/Peer.hs
index 27f9ac10..a4d026dc 100644
--- a/src/Network/BitTorrent/Peer.hs
+++ b/src/Network/BitTorrent/Peer.hs
@@ -28,8 +28,6 @@
28-- capabilities (such as supported enchancements), this should be 28-- capabilities (such as supported enchancements), this should be
29-- done using 'Network.BitTorrent.Extension'! 29-- done using 'Network.BitTorrent.Extension'!
30-- 30--
31{-# LANGUAGE OverloadedStrings #-}
32{-# LANGUAGE RecordWildCards #-}
33{-# LANGUAGE GeneralizedNewtypeDeriving #-} 31{-# LANGUAGE GeneralizedNewtypeDeriving #-}
34{-# LANGUAGE StandaloneDeriving #-} 32{-# LANGUAGE StandaloneDeriving #-}
35{-# LANGUAGE TemplateHaskell #-} 33{-# LANGUAGE TemplateHaskell #-}