Drop empty test-suite.

This commit is contained in:
Kei Hibino 2015-12-27 02:49:57 +09:00
parent ed17a36085
commit d73fcf4245
2 changed files with 0 additions and 20 deletions

View File

@ -1,7 +0,0 @@
import Test.QuickCheck.Simple (Test, defaultMain)
tests :: [Test]
tests = []
main = defaultMain tests

View File

@ -98,16 +98,3 @@ Executable example4
main-is: modifyExample.hs
hs-source-dirs: example/4, example
ghc-options: -Wall
Test-suite postgreSQL
build-depends: relational-query-HDBC
, base <5
, quickcheck-simple
, HDBC-postgresql
, bytestring
, text
Type: exitcode-stdio-1.0
Main-is: pgTest.hs
hs-source-dirs: pgTest
ghc-options: -Wall