summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal9
1 files changed, 6 insertions, 3 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 3cdda082..c9005f69 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -74,7 +74,8 @@ library
74-- , Network.BitTorrent.Tracker.Session 74-- , Network.BitTorrent.Tracker.Session
75-- , Network.BitTorrent.Session 75-- , Network.BitTorrent.Session
76-- , Network.BitTorrent.Session.Types 76-- , Network.BitTorrent.Session.Types
77-- , System.Torrent.Storage 77 , System.Torrent.FileMap
78 , System.Torrent.Storage
78 other-modules: Paths_bittorrent 79 other-modules: Paths_bittorrent
79 80
80 build-depends: base == 4.* 81 build-depends: base == 4.*
@@ -103,7 +104,6 @@ library
103 , bytestring >= 0.10 104 , bytestring >= 0.10
104 , containers >= 0.5 105 , containers >= 0.5
105 , data-default >= 0.4 106 , data-default >= 0.4
106 , IntervalMap >= 0.3
107 , intset >= 0.1 107 , intset >= 0.1
108 , split >= 0.2 108 , split >= 0.2
109 , text >= 0.11.0 109 , text >= 0.11.0
@@ -137,7 +137,7 @@ library
137 , directory >= 1.2 137 , directory >= 1.2
138 , entropy >= 0.2 138 , entropy >= 0.2
139 , filepath >= 1.3 139 , filepath >= 1.3
140-- , mmap >= 0.5 140 , mmap >= 0.5
141 141
142 ghc-options: -Wall 142 ghc-options: -Wall
143 ghc-prof-options: 143 ghc-prof-options:
@@ -151,6 +151,7 @@ test-suite spec
151 main-is: Spec.hs 151 main-is: Spec.hs
152 other-modules: Data.Torrent.ClientSpec 152 other-modules: Data.Torrent.ClientSpec
153 Data.Torrent.InfoHashSpec 153 Data.Torrent.InfoHashSpec
154 Data.Torrent.LayoutSpec
154 Data.Torrent.MagnetSpec 155 Data.Torrent.MagnetSpec
155 Data.Torrent.MetainfoSpec 156 Data.Torrent.MetainfoSpec
156 Data.Torrent.ProgressSpec 157 Data.Torrent.ProgressSpec
@@ -158,6 +159,7 @@ test-suite spec
158 Network.BitTorrent.Tracker.RPC.MessageSpec 159 Network.BitTorrent.Tracker.RPC.MessageSpec
159 Network.BitTorrent.Tracker.RPC.HTTPSpec 160 Network.BitTorrent.Tracker.RPC.HTTPSpec
160 Network.BitTorrent.Tracker.RPC.UDPSpec 161 Network.BitTorrent.Tracker.RPC.UDPSpec
162 System.Torrent.FileMapSpec
161 build-depends: base == 4.* 163 build-depends: base == 4.*
162 , bytestring 164 , bytestring
163 , directory 165 , directory
@@ -165,6 +167,7 @@ test-suite spec
165 , time 167 , time
166 , convertible 168 , convertible
167 , data-default 169 , data-default
170 , monad-loops
168 171
169 , aeson 172 , aeson
170 , cereal 173 , cereal