-
Notifications
You must be signed in to change notification settings - Fork 1
/
beam-firebird.cabal
35 lines (32 loc) · 1.49 KB
/
beam-firebird.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: beam-firebird
version: 0.1.0.0
synopsis: Connection layer between beam and firebird
description:
homepage: https://github.com/githubuser/beam-firebird#readme
license: BSD3
license-file: LICENSE
author: Author name here
maintainer: [email protected]
copyright: 2017 Author name here
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
exposed-modules: Database.Beam.Firebird.Types
Database.Beam.Firebird.Syntax
Database.Beam.Firebird.Connection
other-modules: Database.Beam.Firebird.FromRow
Database.Beam.Firebird.Internal
Database.Beam.Firebird.Ok
Database.Beam.Firebird.ToRow
build-depends: base >= 4.7 && < 5, beam-core >=0.5.0.0, beam-migrate, transformers,
text, bytestring, time, dlist, mtl, free, Decimal, convertible, HDBC >=2.4, HDBC-odbc >=2.5, conduit
default-language: Haskell2010
default-extensions: ScopedTypeVariables, OverloadedStrings, MultiParamTypeClasses, RankNTypes, FlexibleInstances,
DeriveDataTypeable, DeriveGeneric, StandaloneDeriving, TypeFamilies, GADTs, OverloadedStrings,
CPP, TypeApplications, FlexibleContexts
source-repository head
type: git
location: https://github.com/tathougies/beam.git
subdir: beam-firebird