diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-10-14 05:11:46 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-10-14 05:11:46 +0400 |
commit | b5f222ba7dfa1fa53b8b53f4e1b770193bb55fe4 (patch) | |
tree | f24b2f677d78a05139b9e190a60ea75bc64f49b4 /.ghci | |
parent | 9737a06bff6c6539a6afd67f7970a6923b401d86 (diff) |
Move some modules from torrent-content
Diffstat (limited to '.ghci')
-rw-r--r-- | .ghci | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ import Data.Serialize as S | |||
3 | import Network | 3 | import Network |
4 | import Network.Socket hiding (send, sendTo, recv, recvFrom) | 4 | import Network.Socket hiding (send, sendTo, recv, recvFrom) |
5 | import Network.Socket.ByteString | 5 | import Network.Socket.ByteString |
6 | |||
7 | import Network.BitTorrent.DHT.Protocol \ No newline at end of file | ||