forked from docteurklein/hasql-generic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhasql-generic.cabal
38 lines (36 loc) · 1.42 KB
/
hasql-generic.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
name: hasql-generic
version: 0.1.1.0
synopsis: Generic encoder and decoder deriving for Hasql
description: Please see README.md
homepage: https://github.com/chris-kahn/hasql-generic#readme
license: BSD3
license-file: LICENSE
author: Chris Kahn
maintainer: [email protected]
copyright: 2017 Chris Kahn
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Hasql.Generic.HasRow
, Hasql.Generic.HasParams
build-depends: base >= 4.7 && < 5
, aeson >= 0.11 && < 1.4
, binary-parser >= 0.5 && < 0.6
, bytestring >= 0.10 && < 0.11
, containers >= 0.5 && < 0.6
, contravariant >= 1.4 && < 1.5
, generics-sop >= 0.2 && < 0.4
, hasql >= 1.3 && < 1.4
, postgresql-binary >= 0.9 && < 0.13
, scientific >= 0.3 && < 0.4
, text >= 1.2 && < 1.3
, time >= 1.6 && < 1.9
, uuid >= 1.3 && < 1.4
, vector >= 0.11 && < 0.13
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/chris-kahn/hasql-generic