diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index 347cc38d..f1b2823f 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -244,6 +244,10 @@ executable gettorrent | |||
244 | build-depends: base == 4.* | 244 | build-depends: base == 4.* |
245 | , optparse-applicative | 245 | , optparse-applicative |
246 | , data-default | 246 | , data-default |
247 | , conduit | ||
248 | , mtl | ||
249 | , network | ||
250 | , filepath | ||
247 | , bittorrent | 251 | , bittorrent |
248 | 252 | ||
249 | executable client-example | 253 | executable client-example |