mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-03 15:47:08 +03:00
Add .cabal for test code package.
This commit is contained in:
parent
0d600604f3
commit
4c449348df
@ -0,0 +1,44 @@
|
||||
-- Initial relational-join-HDBC-pgTest.cabal generated by cabal init. For
|
||||
-- further documentation, see http://haskell.org/cabal/users-guide/
|
||||
|
||||
name: relational-join-HDBC-pgTest
|
||||
version: 0.0.1.0
|
||||
synopsis: Tests codes for relational-join-HDBC which depends on PostgreSQL
|
||||
-- description:
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
author: Kei Hibino
|
||||
maintainer: ex8k.hibino@gmail.com
|
||||
-- copyright:
|
||||
category: Database
|
||||
build-type: Simple
|
||||
cabal-version: >=1.10
|
||||
|
||||
Executable sample1
|
||||
default-language: Haskell2010
|
||||
build-depends: base <5
|
||||
, template-haskell
|
||||
, names-th
|
||||
, DB-record
|
||||
, relational-join
|
||||
, HDBC-session
|
||||
, HDBC-postgresql
|
||||
, HDBC-schema-th
|
||||
other-modules:
|
||||
User
|
||||
Group
|
||||
Membership
|
||||
main-is: querySample.hs
|
||||
hs-source-dirs: sample/1, pgTest
|
||||
|
||||
Test-suite postgreSQL
|
||||
build-depends: HDBC-schema-th
|
||||
, Cabal
|
||||
, HDBC-postgresql
|
||||
, bytestring
|
||||
, text
|
||||
other-modules: PgTestDataSource
|
||||
|
||||
Type: detailed-0.9
|
||||
Test-module: PgTest
|
||||
hs-source-dirs: pgTest
|
Loading…
Reference in New Issue
Block a user