summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 46d04999..013133d5 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -127,9 +127,9 @@ executable example
127 , bittorrent 127 , bittorrent
128 , mtl 128 , mtl
129 129
130 ghc-options: 130 ghc-options: -prof
131-- -threaded -eventlog 131-- -threaded -eventlog
132 ghc-prof-options: -rtsopts -auto-all -caf-all 132 ghc-prof-options: -prof -rtsopts
133 133
134 if !flag(testing) 134 if !flag(testing)
135 buildable: False 135 buildable: False