diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-08-16 09:34:41 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-08-16 09:34:41 +0400 |
commit | 117f02a8e1dcda839e700d92e323a418c15522f5 (patch) | |
tree | c7714e2c3873fe8d16262f07a104ba03b021d59e /src/Network/BitTorrent/Sessions | |
parent | 9e7048216351f81b8d5c8c8e66b76b862ac9622f (diff) |
~ Fix some warnings.
Diffstat (limited to 'src/Network/BitTorrent/Sessions')
-rw-r--r-- | src/Network/BitTorrent/Sessions/Types.lhs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Sessions/Types.lhs b/src/Network/BitTorrent/Sessions/Types.lhs index e62e362f..3dde1853 100644 --- a/src/Network/BitTorrent/Sessions/Types.lhs +++ b/src/Network/BitTorrent/Sessions/Types.lhs | |||
@@ -19,7 +19,8 @@ | |||
19 | > | 19 | > |
20 | > , Progress (..) | 20 | > , Progress (..) |
21 | > , left, uploaded, downloaded | 21 | > , left, uploaded, downloaded |
22 | > , startProgress, enqueuedProgress | 22 | > , startProgress |
23 | > , enqueuedProgress, uploadedProgress, dequeuedProgress | ||
23 | > | 24 | > |
24 | > , ClientSession (..) | 25 | > , ClientSession (..) |
25 | > | 26 | > |