diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-07-06 23:51:34 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-07-06 23:51:34 +0400 |
commit | 05787c18b88db130e178b19aee09c21398a16256 (patch) | |
tree | 775f73d9a95db54ad54999c6c189215464d0740f /bittorrent.cabal | |
parent | b32f635684e88a4c9c4b873336624cdad05eb3e1 (diff) |
+ Add torrent registration.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index 5f39d3ea..01e45c96 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -80,6 +80,7 @@ library | |||
80 | , bytestring >= 0.10.0.0 | 80 | , bytestring >= 0.10.0.0 |
81 | 81 | ||
82 | , containers >= 0.4 | 82 | , containers >= 0.4 |
83 | , unordered-containers | ||
83 | , intset >= 0.1 | 84 | , intset >= 0.1 |
84 | , IntervalMap >= 0.3 | 85 | , IntervalMap >= 0.3 |
85 | 86 | ||