summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 5bca228c..afd9edb0 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -43,7 +43,6 @@ library
43 hs-source-dirs: src 43 hs-source-dirs: src
44 exposed-modules: Data.Torrent 44 exposed-modules: Data.Torrent
45 Data.Torrent.Bitfield 45 Data.Torrent.Bitfield
46 Data.Torrent.Client
47 Data.Torrent.InfoHash 46 Data.Torrent.InfoHash
48 Data.Torrent.Layout 47 Data.Torrent.Layout
49 Data.Torrent.Magnet 48 Data.Torrent.Magnet
@@ -53,6 +52,7 @@ library
53 Data.Torrent.URN 52 Data.Torrent.URN
54-- Network.BitTorrent 53-- Network.BitTorrent
55 Network.BitTorrent.Core 54 Network.BitTorrent.Core
55 Network.BitTorrent.Core.Fingerprint
56 Network.BitTorrent.Core.PeerId 56 Network.BitTorrent.Core.PeerId
57 Network.BitTorrent.Core.PeerAddr 57 Network.BitTorrent.Core.PeerAddr
58-- Network.BitTorrent.DHT 58-- Network.BitTorrent.DHT
@@ -105,6 +105,7 @@ library
105 , bytestring >= 0.10 105 , bytestring >= 0.10
106 , containers >= 0.5 106 , containers >= 0.5
107 , data-default >= 0.4 107 , data-default >= 0.4
108-- , data-dword
108 , intset >= 0.1 109 , intset >= 0.1
109 , split >= 0.2 110 , split >= 0.2
110 , text >= 0.11.0 111 , text >= 0.11.0