summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bittorrent.cabal33
1 files changed, 22 insertions, 11 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index c9e8c83c..e4752c13 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -208,32 +208,43 @@ test-suite spec
208 System.Torrent.StorageSpec 208 System.Torrent.StorageSpec
209 System.Torrent.FileMapSpec 209 System.Torrent.FileMapSpec
210 build-depends: base == 4.* 210 build-depends: base == 4.*
211
212 -- * Data
211 , bytestring 213 , bytestring
212 , directory 214 , containers
213 , filepath
214 , time
215 , convertible 215 , convertible
216 , data-default 216 , data-default
217 , monad-loops 217 , text
218 , monad-logger 218 , time
219 , containers
220 , iproute
221 219
220 -- * Serialization
222 , aeson 221 , aeson
223 , cereal 222 , cereal
224 , network
225 , text
226 223
224 -- * Monads
227 , mtl 225 , mtl
228 , resourcet 226 , resourcet
229 , conduit 227 , conduit
228 , monad-loops
229 , monad-logger
230 230
231 -- * Network
232 , http-types
233 , iproute
234 , network
235
236 -- * System
237 , process
238 , directory
239 , filepath
240
241 -- * Testing
231 , hspec >= 1.8.1.1 242 , hspec >= 1.8.1.1
232 , QuickCheck 243 , QuickCheck
233 , quickcheck-instances 244 , quickcheck-instances
234 , http-types 245
246 -- * Bittorrent
235 , bencoding 247 , bencoding
236 , process
237 , krpc >= 0.6 248 , krpc >= 0.6
238 , bittorrent 249 , bittorrent
239 ghc-options: -Wall -fno-warn-orphans 250 ghc-options: -Wall -fno-warn-orphans