summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange/Protocol.hs
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-07-21 13:29:37 +0400
committerSam T <pxqr.sta@gmail.com>2013-07-21 13:29:37 +0400
commit87c20d81619b09b2e3c5d6f00b7b2cad900a67fe (patch)
tree120555bbaa2290ccd77ef3165aa43d0b3d20cd25 /src/Network/BitTorrent/Exchange/Protocol.hs
parent24803024ed05ded57a8cd18df610dfdb12813392 (diff)
~ Move some extensions to cabal.
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Protocol.hs')
-rw-r--r--src/Network/BitTorrent/Exchange/Protocol.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Exchange/Protocol.hs b/src/Network/BitTorrent/Exchange/Protocol.hs
index 573a6e5c..8461745a 100644
--- a/src/Network/BitTorrent/Exchange/Protocol.hs
+++ b/src/Network/BitTorrent/Exchange/Protocol.hs
@@ -25,8 +25,6 @@
25-- For more infomation see: 25-- For more infomation see:
26-- <https://wiki.theory.org/BitTorrentSpecification#Peer_wire_protocol_.28TCP.29> 26-- <https://wiki.theory.org/BitTorrentSpecification#Peer_wire_protocol_.28TCP.29>
27-- 27--
28{-# LANGUAGE OverloadedStrings #-}
29{-# LANGUAGE RecordWildCards #-}
30{-# LANGUAGE TemplateHaskell #-} 28{-# LANGUAGE TemplateHaskell #-}
31{-# OPTIONS -fno-warn-orphans #-} 29{-# OPTIONS -fno-warn-orphans #-}
32module Network.BitTorrent.Exchange.Protocol 30module Network.BitTorrent.Exchange.Protocol