bytestring-from-0.1: test/Tests.hs
module Main where import Test.Tasty import qualified Properties main :: IO () main = defaultMain $ testGroup "Tests" [Properties.tests]
module Main where import Test.Tasty import qualified Properties main :: IO () main = defaultMain $ testGroup "Tests" [Properties.tests]