-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhasql-class.cabal
More file actions
77 lines (72 loc) · 2.24 KB
/
hasql-class.cabal
File metadata and controls
77 lines (72 loc) · 2.24 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: adc5ea212d969faa1de603cd41dada7786577c5dad0c9852e3e2d38c81334e34
name: hasql-class
version: 0.1.0.0
synopsis: Encodable and Decodable classes for hasql
description: Please see README.md
category: Hasql, Database, PostgreSQL
homepage: http://github.com/turingjump/hasql-class#readme
bug-reports: https://github.com/turingjump/hasql-class/issues
author: Julian K. Arni
maintainer: jkarni@gmail.com
copyright: (c) Julian K. Arni
license: BSD3
license-file: LICENSE
tested-with: GHC == 7.10.3
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/turingjump/hasql-class
library
hs-source-dirs:
src
default-extensions: AutoDeriveTypeable DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances OverloadedStrings ScopedTypeVariables
ghc-options: -Wall
build-depends:
base >=4.7 && <4.11
, bytestring
, contravariant ==1.4.*
, data-default-class >0.0 && <0.2
, generics-eot ==0.2.*
, hasql >=0.19.11 && <1.2
, text
, time >=1.4 && <1.9
, vector
exposed-modules:
Hasql.Class
Hasql.Class.Internal.Decodable
Hasql.Class.Internal.Encodable
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
default-extensions: AutoDeriveTypeable DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances OverloadedStrings ScopedTypeVariables
ghc-options: -Wall
build-depends:
QuickCheck >=2.8 && <2.12
, base >=4.7 && <4.11
, bytestring
, contravariant ==1.4.*
, data-default-class >0.0 && <0.2
, generics-eot ==0.2.*
, hasql >=0.19.11 && <1.2
, hasql-class
, hspec >2 && <3
, process >1.2 && <2
, quickcheck-instances ==0.3.*
, string-qq ==0.0.*
, text
, time >=1.4 && <1.9
, vector
other-modules:
Hasql.ClassSpec
Paths_hasql_class
default-language: Haskell2010