From 5a673ab3ffb2a1673ef120ab430eefcc7ea0f4f7 Mon Sep 17 00:00:00 2001 From: vi Date: Mon, 23 Jun 2014 13:43:01 +0800 Subject: [PATCH] Remove main from ParserSpec; we've only one spec, so this is redundant with Spec.main. --- tests/Text/Taggy/ParserSpec.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Text/Taggy/ParserSpec.hs b/tests/Text/Taggy/ParserSpec.hs index dbf48d4..7d1381a 100644 --- a/tests/Text/Taggy/ParserSpec.hs +++ b/tests/Text/Taggy/ParserSpec.hs @@ -10,9 +10,6 @@ import qualified Test.Hspec.Attoparsec.Source (Source((~>))) import Text.Taggy.Parser import Text.Taggy.Types -main :: IO () -main = hspec spec - spec :: Spec spec = do describe "tagopen parser" $ do