summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-11 12:33:24 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-11 12:33:24 +0400
commitd8aeb3c5a832b4df45437b7e3e38d2547e291d9e (patch)
treec48b396790e18170a2ac5afec0b32675c9d955a1
parent0ec910a0fb7c1e5d72e06f00806b85111138461a (diff)
Fix export list
-rw-r--r--src/Network/BitTorrent.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs
index 31fe3ada..37257017 100644
--- a/src/Network/BitTorrent.hs
+++ b/src/Network/BitTorrent.hs
@@ -11,4 +11,4 @@ module Network.BitTorrent
11 ) where 11 ) where
12 12
13import Data.Torrent as BT 13import Data.Torrent as BT
14import Network.BitTorrent.Client \ No newline at end of file 14import Network.BitTorrent.Client as BT \ No newline at end of file