summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-03-31 16:28:29 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-03-31 16:28:29 +0400
commit1d338381022f54d11b52acd3f79d72fcf33859fd (patch)
tree59c45c133242ade2f8658066532d225c62fd3fb1 /bencoding.cabal
parent48b0b3f78cc139d43f16bd286ded7ecd68b8e2b1 (diff)
fix cabal check hints
Diffstat (limited to 'bencoding.cabal')
-rw-r--r--bencoding.cabal10
1 files changed, 6 insertions, 4 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index d4d9f16..4c9286a 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -1,7 +1,7 @@
1name: bencoding 1name: bencoding
2version: 0.1.0.0 2version: 0.1.0.0
3synopsis: 3synopsis: A library for encoding and decoding the BEncode data.
4description: 4description: A library for encoding and decoding the BEncode data.
5license: MIT 5license: MIT
6license-file: LICENSE 6license-file: LICENSE
7author: Sam T. 7author: Sam T.
@@ -27,7 +27,8 @@ library
27 27
28 hs-source-dirs: src 28 hs-source-dirs: src
29 29
30 ghc-options: -Wall -fno-warn-unused-do-bind -Werror 30 ghc-options: -Wall -fno-warn-unused-do-bind
31-- -Werror
31 32
32executable pp 33executable pp
33 main-is: pp.hs 34 main-is: pp.hs
@@ -36,7 +37,8 @@ executable pp
36 , bencoding >= 0.1.0.0 37 , bencoding >= 0.1.0.0
37 38
38 hs-source-dirs: pp 39 hs-source-dirs: pp
39 ghc-options: -Wall -Werror -O2 40 ghc-options: -Wall -O2
41-- -Werror
40 42
41test-suite properties 43test-suite properties
42 type: exitcode-stdio-1.0 44 type: exitcode-stdio-1.0