]> gitweb.michael.orlitzky.com - hath.git/blobdiff - test/TestSuite.hs
Use Cabal test integration.
[hath.git] / test / TestSuite.hs
index 3085c1b38f014eefc9b654a2a9caa381e3ed1bc1..406fec5b337ed89b0797ee6141b5ecea802e7ac5 100644 (file)
@@ -1,20 +1,11 @@
 {-# LANGUAGE NoMonomorphismRestriction #-}
 import Data.Monoid (mempty)
 import Test.Framework (
-  RunnerOptions(),
   Test,
-  TestName,
-  TestOptions(),
   defaultMainWithOpts,
-  testGroup
   )
 import Test.Framework.Options
 import Test.Framework.Runners.Options
-import Test.Framework.Providers.API (TestName)
-import Test.Framework.Providers.HUnit (testCase)
-import Test.Framework.Providers.QuickCheck2 (testProperty)
-import Test.HUnit
-import Test.QuickCheck (Testable ())
 
 import Cidr (cidr_properties, cidr_tests)