diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-08 07:42:26 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-08 07:42:26 +0400 |
commit | 4fef598f29cbb138e7b93c5011887c2b92a12879 (patch) | |
tree | fd684e0aae1a67e0fa36f6b5d1609930680410bc | |
parent | 240f025f6e631a7b3b14173472028ae5f225fc7b (diff) |
Update .ghci file
-rw-r--r-- | .ghci | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,8 +2,9 @@ import Control.Lens | |||
2 | import Data.Conduit | 2 | import Data.Conduit |
3 | import Data.Serialize as S | 3 | import Data.Serialize as S |
4 | 4 | ||
5 | import Data.BEncode as BE | ||
6 | import Data.Torrent | 5 | import Data.Torrent |
7 | import Network.BitTorrent.DHT.Protocol | 6 | import Network.BitTorrent.Client as Client |
7 | import Network.BitTorrent.DHT as DHT | ||
8 | import Network.BitTorrent.Tracker as Tracker | ||
8 | import Network.BitTorrent.Exchange.Message | 9 | import Network.BitTorrent.Exchange.Message |
9 | import Network.BitTorrent.Exchange.Wire \ No newline at end of file | 10 | import Network.BitTorrent.Exchange.Wire \ No newline at end of file |