From 224a26568718505a8c5937098c7990c41c9ed465 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 9 Jan 2016 23:24:32 +0000 Subject: workaround for weird spec autodetection --- spec/Spec.hs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'spec/Spec.hs') diff --git a/spec/Spec.hs b/spec/Spec.hs index a824f8c..79f2983 100644 --- a/spec/Spec.hs +++ b/spec/Spec.hs @@ -1 +1,8 @@ -{-# OPTIONS_GHC -F -pgmF hspec-discover #-} +import Test.Hspec +import Test.Hspec.QuickCheck + +import qualified Thermoprint.Printout + +main :: IO () +main = hspec $ do + prop "Thermoprint.Printout.prop_text" Thermoprint.Printout.prop_text -- cgit v1.2.3