summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal9
1 files changed, 9 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index c197cb91..347cc38d 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -237,6 +237,15 @@ test-suite spec
237-- , bittorrent 237-- , bittorrent
238-- ghc-options: -O2 -Wall -fno-warn-orphans 238-- ghc-options: -O2 -Wall -fno-warn-orphans
239 239
240executable gettorrent
241 default-language: Haskell2010
242 hs-source-dirs: examples
243 main-is: GetTorrent.hs
244 build-depends: base == 4.*
245 , optparse-applicative
246 , data-default
247 , bittorrent
248
240executable client-example 249executable client-example
241 default-language: Haskell2010 250 default-language: Haskell2010
242 hs-source-dirs: examples 251 hs-source-dirs: examples