parsec-numeric-0.1.0.0: test/Test.hs
import Test.Tasty import qualified Test.Text.ParserCombinators.Parsec.Numeric main :: IO () main = defaultMain tests tests :: TestTree tests = testGroup "All" [ Test.Text.ParserCombinators.Parsec.Numeric.tests ]
import Test.Tasty import qualified Test.Text.ParserCombinators.Parsec.Numeric main :: IO () main = defaultMain tests tests :: TestTree tests = testGroup "All" [ Test.Text.ParserCombinators.Parsec.Numeric.tests ]