From f609302860e5ce655a350c926636a69b9773cf92 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Sun, 8 Dec 2013 04:21:17 +0400 Subject: Use hspec instead of test-framework package --- bencoding.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bencoding.cabal') 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 , bytestring >= 0.10.0.2 , attoparsec >= 0.10 - , test-framework - , test-framework-quickcheck2 - , QuickCheck , bencoding + , hspec + , QuickCheck + ghc-options: -Wall -fno-warn-orphans -- cgit v1.2.3