diff options
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r-- | network-bittorrent.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal index 0a89603a..11d371e6 100644 --- a/network-bittorrent.cabal +++ b/network-bittorrent.cabal | |||
@@ -24,7 +24,6 @@ library | |||
24 | exposed-modules: Data.Torrent | 24 | exposed-modules: Data.Torrent |
25 | , Data.Torrent.InfoHash | 25 | , Data.Torrent.InfoHash |
26 | , Data.Bitfield | 26 | , Data.Bitfield |
27 | , Data.Bitfield.Mutable | ||
28 | 27 | ||
29 | , Network.BitTorrent | 28 | , Network.BitTorrent |
30 | , Network.BitTorrent.Extension | 29 | , Network.BitTorrent.Extension |
@@ -56,7 +55,9 @@ library | |||
56 | , array >= 0.4 | 55 | , array >= 0.4 |
57 | , bytestring >= 0.10.2 | 56 | , bytestring >= 0.10.2 |
58 | , containers >= 0.4 | 57 | , containers >= 0.4 |
58 | , intset >= 0.1 | ||
59 | , text >= 0.11.0 | 59 | , text >= 0.11.0 |
60 | , vector | ||
60 | 61 | ||
61 | -- encoding/serialization packages | 62 | -- encoding/serialization packages |
62 | , bencoding >= 0.1 | 63 | , bencoding >= 0.1 |