summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bencoding.cabal')
-rw-r--r--bencoding.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index 9b913a8..eaa4597 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -63,10 +63,10 @@ test-suite properties
63 , bytestring >= 0.10.0.2 63 , bytestring >= 0.10.0.2
64 , attoparsec >= 0.10 64 , attoparsec >= 0.10
65 65
66 , test-framework
67 , test-framework-quickcheck2
68 , QuickCheck
69 , bencoding 66 , bencoding
67 , hspec
68 , QuickCheck
69
70 ghc-options: -Wall -fno-warn-orphans 70 ghc-options: -Wall -fno-warn-orphans
71 71
72 72