vector-0.3.1: tests/Main.hs
module Main (main) where import Properties (tests) import Test.Framework (defaultMain) main = defaultMain tests
module Main (main) where import Properties (tests) import Test.Framework (defaultMain) main = defaultMain tests