aboutsummaryrefslogtreecommitdiff
path: root/spec/Spec.hs
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-09 23:24:32 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-09 23:24:32 +0000
commit224a26568718505a8c5937098c7990c41c9ed465 (patch)
tree2934ae4dc9c278402588870d800bbbac0968374e /spec/Spec.hs
parent8307d7e80a88f1425eb0a93bbde4adff388b7cdc (diff)
downloadthermoprint-224a26568718505a8c5937098c7990c41c9ed465.tar
thermoprint-224a26568718505a8c5937098c7990c41c9ed465.tar.gz
thermoprint-224a26568718505a8c5937098c7990c41c9ed465.tar.bz2
thermoprint-224a26568718505a8c5937098c7990c41c9ed465.tar.xz
thermoprint-224a26568718505a8c5937098c7990c41c9ed465.zip
workaround for weird spec autodetection
Diffstat (limited to 'spec/Spec.hs')
-rw-r--r--spec/Spec.hs9
1 files changed, 8 insertions, 1 deletions
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 @@
1{-# OPTIONS_GHC -F -pgmF hspec-discover #-} 1import Test.Hspec
2import Test.Hspec.QuickCheck
3
4import qualified Thermoprint.Printout
5
6main :: IO ()
7main = hspec $ do
8 prop "Thermoprint.Printout.prop_text" Thermoprint.Printout.prop_text