mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-29 14:45:51 +03:00
Drop empty test-suite.
This commit is contained in:
parent
ed17a36085
commit
d73fcf4245
@ -1,7 +0,0 @@
|
|||||||
|
|
||||||
import Test.QuickCheck.Simple (Test, defaultMain)
|
|
||||||
|
|
||||||
tests :: [Test]
|
|
||||||
tests = []
|
|
||||||
|
|
||||||
main = defaultMain tests
|
|
@ -98,16 +98,3 @@ Executable example4
|
|||||||
main-is: modifyExample.hs
|
main-is: modifyExample.hs
|
||||||
hs-source-dirs: example/4, example
|
hs-source-dirs: example/4, example
|
||||||
ghc-options: -Wall
|
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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user