summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bencoding.cabal')
-rw-r--r--bencoding.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index b6fe821..6ac642f 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -51,7 +51,7 @@ library
51 , bytestring >= 0.10.0.2 51 , bytestring >= 0.10.0.2
52 , text >= 0.11 52 , text >= 0.11
53 , pretty 53 , pretty
54 ghc-options: -Wall -fno-warn-unused-do-bind 54 ghc-options: -Wall -O2 -fno-warn-unused-do-bind
55 55
56 56
57test-suite properties 57test-suite properties