diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-06-08 02:14:00 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-06-08 02:14:00 +0400 |
commit | 2b617c99c60a5ed93eb2e9138f258663ab2603bd (patch) | |
tree | 223572d082c0f153131151fd9c2b52af6cc545f0 /src/Network/BitTorrent/Exchange/Status.hs | |
parent | a548a0ec725ddc3cd1d3c4407f8e2e7210d44f83 (diff) |
~ Fix build fail after renaming.
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Status.hs')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Status.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange/Status.hs b/src/Network/BitTorrent/Exchange/Status.hs index 806ba77d..353ef14d 100644 --- a/src/Network/BitTorrent/Exchange/Status.hs +++ b/src/Network/BitTorrent/Exchange/Status.hs | |||
@@ -5,7 +5,7 @@ | |||
5 | -- Stability : experimental | 5 | -- Stability : experimental |
6 | -- Portability : portable | 6 | -- Portability : portable |
7 | -- | 7 | -- |
8 | module Network.BitTorrent.Peer.Status | 8 | module Network.BitTorrent.Exchange.Status |
9 | ( PeerStatus(..) | 9 | ( PeerStatus(..) |
10 | , setChoking, setInterested | 10 | , setChoking, setInterested |
11 | , initPeerStatus | 11 | , initPeerStatus |