diff options
-rw-r--r-- | bittorrent.cabal | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index 67f1ef18..d721eacd 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -256,24 +256,16 @@ executable mktorrent | |||
256 | -- , MkTorrent.Magnet | 256 | -- , MkTorrent.Magnet |
257 | -- , MkTorrent.Show | 257 | -- , MkTorrent.Show |
258 | build-depends: base == 4.6.* | 258 | build-depends: base == 4.6.* |
259 | , lens | ||
260 | , time | ||
261 | |||
262 | , bytestring | 259 | , bytestring |
263 | |||
264 | , stm | ||
265 | , async | ||
266 | , parallel | ||
267 | |||
268 | , text | 260 | , text |
269 | , pretty | ||
270 | , pretty-class | 261 | , pretty-class |
262 | |||
263 | , lens | ||
264 | |||
271 | , network | 265 | , network |
272 | , bittorrent | 266 | , bittorrent |
273 | 267 | ||
274 | , optparse-applicative | 268 | , optparse-applicative |
275 | , directory | ||
276 | , filepath | ||
277 | , hslogger | 269 | , hslogger |
278 | ghc-options: -Wall -threaded | 270 | ghc-options: -Wall -threaded |
279 | 271 | ||