mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-23 04:07:29 +03:00
25 lines
758 B
Plaintext
25 lines
758 B
Plaintext
name: hrr-example-HDBC-Oracle
|
|
version: 0.1.0.0
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
author: amutake
|
|
maintainer: amutake.s@gmail.com
|
|
build-type: Simple
|
|
cabal-version: >=1.10
|
|
|
|
executable hrr-oracle-example
|
|
main-is: main.hs
|
|
other-modules: DataSource
|
|
-- other-extensions:
|
|
build-depends: base <5
|
|
, persistable-record
|
|
, HDBC
|
|
, HDBC-odbc
|
|
, HDBC-session
|
|
, relational-query >=0.12.1
|
|
, relational-query-HDBC
|
|
, template-haskell
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010
|
|
ghc-options: -Wall
|