summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 0ceec550..d8cf0a01 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -49,7 +49,7 @@ library
49 , RecordWildCards 49 , RecordWildCards
50 hs-source-dirs: src 50 hs-source-dirs: src
51 exposed-modules: Data.Torrent 51 exposed-modules: Data.Torrent
52 Data.Torrent.Progress 52
53 Network.BitTorrent 53 Network.BitTorrent
54 Network.BitTorrent.Address 54 Network.BitTorrent.Address
55 Network.BitTorrent.Client 55 Network.BitTorrent.Client
@@ -84,12 +84,14 @@ library
84 if flag(testing) 84 if flag(testing)
85 exposed-modules: 85 exposed-modules:
86 Network.BitTorrent.Internal.Cache 86 Network.BitTorrent.Internal.Cache
87 Network.BitTorrent.Internal.Progress
87 Network.BitTorrent.Internal.Types 88 Network.BitTorrent.Internal.Types
88 System.Torrent.FileMap 89 System.Torrent.FileMap
89 System.Torrent.Tree 90 System.Torrent.Tree
90 else 91 else
91 other-modules: 92 other-modules:
92 Network.BitTorrent.Internal.Cache 93 Network.BitTorrent.Internal.Cache
94 Network.BitTorrent.Internal.Progress
93 Network.BitTorrent.Internal.Types 95 Network.BitTorrent.Internal.Types
94 System.Torrent.FileMap 96 System.Torrent.FileMap
95 System.Torrent.Tree 97 System.Torrent.Tree
@@ -185,7 +187,6 @@ test-suite spec
185 Config 187 Config
186 188
187 Data.TorrentSpec 189 Data.TorrentSpec
188 Data.Torrent.ProgressSpec
189 Network.BitTorrent.Client.HandleSpec 190 Network.BitTorrent.Client.HandleSpec
190 Network.BitTorrent.CoreSpec 191 Network.BitTorrent.CoreSpec
191 Network.BitTorrent.DHTSpec 192 Network.BitTorrent.DHTSpec
@@ -196,6 +197,7 @@ test-suite spec
196 Network.BitTorrent.DHT.SessionSpec 197 Network.BitTorrent.DHT.SessionSpec
197 Network.BitTorrent.DHT.TokenSpec 198 Network.BitTorrent.DHT.TokenSpec
198 Network.BitTorrent.Internal.CacheSpec 199 Network.BitTorrent.Internal.CacheSpec
200 Network.BitTorrent.Internal.ProgressSpec
199 Network.BitTorrent.Tracker.TestData 201 Network.BitTorrent.Tracker.TestData
200 Network.BitTorrent.Tracker.ListSpec 202 Network.BitTorrent.Tracker.ListSpec
201 Network.BitTorrent.Tracker.MessageSpec 203 Network.BitTorrent.Tracker.MessageSpec