-
Notifications
You must be signed in to change notification settings - Fork 3
/
groundhog-utils.cabal
48 lines (44 loc) · 1.2 KB
/
groundhog-utils.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
36
37
38
39
40
41
42
43
44
45
46
47
48
name: groundhog-utils
version: 0.3.1
synopsis: Some utilities that are often useful when using Groundhog
license: BSD3
license-file: LICENSE
author: Ozgun Ataman
maintainer: ozgun.ataman@soostone.com
category: Database
build-type: Simple
cabal-version: >=1.10
extra-source-files:
README.md
changelog.md
flag lib-Werror
default: False
manual: True
library
exposed-modules:
Database.Groundhog.Utils
Database.Groundhog.Utils.Postgresql
build-depends:
aeson >= 0.7
, base >= 4.6 && < 5
, bytestring >= 0.10
, cereal >= 0.3 && < 0.6
, data-default >= 0.5
, groundhog >= 0.8
, groundhog-postgresql >= 0.8
, groundhog-th >= 0.8
, lens >= 3.9 && < 6
, safecopy >= 0.8
, tagged
, resourcet >= 1.1.0
, transformers
, monad-control
, conduit
, transformers
, transformers-base
, monad-loops
hs-source-dirs: src
default-language: Haskell2010
if flag(lib-Werror)
ghc-options: -Werror
ghc-options: -Wall