summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-30 05:18:33 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-30 05:18:33 +0400
commite4151710e4749814337c0a22cefa417aa4735264 (patch)
tree897491a3bfe0b68e741344d1d44b05986cdede28 /bencoding.cabal
parent09fc7f2347e6bbfd16831fa58a28984b9f8ca68e (diff)
Add new dictionary builders
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