packages feed

sets-0.0.4: test/Main.hs

module Main where

import Data.SetSpec

import Test.Tasty


main :: IO ()
main = defaultMain tests

tests :: TestTree
tests = testGroup "Testing..." spec