diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index c8f3d4ed..c7b6feff 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -115,6 +115,12 @@ executable exsample | |||
115 | , bittorrent | 115 | , bittorrent |
116 | , mtl | 116 | , mtl |
117 | 117 | ||
118 | ghc-options: -O2 -rtsopts -eventlog -threaded | ||
119 | ghc-prof-options: -prof -auto-all -caf-all | ||
120 | |||
121 | if !flag(testing) | ||
122 | buildable: False | ||
123 | |||
118 | 124 | ||
119 | test-suite info-hash | 125 | test-suite info-hash |
120 | type: exitcode-stdio-1.0 | 126 | type: exitcode-stdio-1.0 |