mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-14 22:32:07 +03:00
Add cabal target for example4 executable.
This commit is contained in:
parent
68b9b63513
commit
69b3183a52
@ -65,6 +65,22 @@ Executable example3
|
||||
hs-source-dirs: example/3, example
|
||||
ghc-options: -Wall
|
||||
|
||||
Executable example4
|
||||
default-language: Haskell2010
|
||||
build-depends: base <5
|
||||
, template-haskell
|
||||
, names-th
|
||||
, DB-record
|
||||
, relational-join
|
||||
, HDBC
|
||||
, HDBC-session
|
||||
, HDBC-postgresql
|
||||
, relational-query-HDBC
|
||||
|
||||
main-is: modifyExample.hs
|
||||
hs-source-dirs: example/4, example
|
||||
ghc-options: -Wall
|
||||
|
||||
Test-suite postgreSQL
|
||||
build-depends: relational-query-HDBC
|
||||
, Cabal
|
||||
|
Loading…
Reference in New Issue
Block a user