summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal10
1 files changed, 3 insertions, 7 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 073329de..28c26baf 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -148,7 +148,7 @@ library
148 148
149 -- Network 149 -- Network
150 , network >= 2.4 150 , network >= 2.4
151 , krpc >= 0.5 151 , krpc >= 0.6
152 , http-types >= 0.8 152 , http-types >= 0.8
153 , http-conduit >= 1.9 && < 2.0 153 , http-conduit >= 1.9 && < 2.0
154 , wai >= 1.4 && < 2.0 154 , wai >= 1.4 && < 2.0
@@ -202,6 +202,7 @@ test-suite spec
202 , convertible 202 , convertible
203 , data-default 203 , data-default
204 , monad-loops 204 , monad-loops
205 , monad-logger
205 , containers 206 , containers
206 , iproute 207 , iproute
207 208
@@ -220,7 +221,7 @@ test-suite spec
220 , http-types 221 , http-types
221 , bencoding 222 , bencoding
222 , process 223 , process
223 , krpc >= 0.5.0.0 224 , krpc >= 0.6
224 , bittorrent 225 , bittorrent
225 ghc-options: -Wall -fno-warn-orphans 226 ghc-options: -Wall -fno-warn-orphans
226 227
@@ -250,11 +251,6 @@ executable mktorrent
250 hs-source-dirs: examples 251 hs-source-dirs: examples
251 main-is: MkTorrent.hs 252 main-is: MkTorrent.hs
252 other-modules: Paths_bittorrent 253 other-modules: Paths_bittorrent
253-- , MkTorrent.Amend
254-- , MkTorrent.Check
255-- , MkTorrent.Create
256-- , MkTorrent.Magnet
257-- , MkTorrent.Show
258 build-depends: base == 4.6.* 254 build-depends: base == 4.6.*
259 , bytestring 255 , bytestring
260 , text 256 , text