packages feed

commutative-0.0.1.2: test/Main.hs

module Main where

import Data.CommutativeSpec

import Test.Tasty


main :: IO ()
main = defaultMain tests

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