summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Core.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Core.hs')
-rw-r--r--src/Network/BitTorrent/Core.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Core.hs b/src/Network/BitTorrent/Core.hs
index b4329598..990a5975 100644
--- a/src/Network/BitTorrent/Core.hs
+++ b/src/Network/BitTorrent/Core.hs
@@ -8,5 +8,6 @@
8-- Re-export every @Network.BitTorrent.Core.*@ module. 8-- Re-export every @Network.BitTorrent.Core.*@ module.
9-- 9--
10module Network.BitTorrent.Core (module Core) where 10module Network.BitTorrent.Core (module Core) where
11import Network.BitTorrent.Core.PeerId as Core 11import Network.BitTorrent.Core.Fingerprint as Core
12import Network.BitTorrent.Core.PeerAddr as Core \ No newline at end of file 12import Network.BitTorrent.Core.PeerId as Core
13import Network.BitTorrent.Core.PeerAddr as Core \ No newline at end of file