summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-08 04:21:17 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-08 04:21:17 +0400
commitf609302860e5ce655a350c926636a69b9773cf92 (patch)
tree307e8fd3d606a2e72588624db912434f97e8426b /bencoding.cabal
parent4e40597f4024be73f50a392642180d5e36c47143 (diff)
Use hspec instead of test-framework package
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