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
-- This file has been generated from package.yaml by hpack version 0.18.1.
--
-- see: https://github.com/sol/hpack
name: composite-opaleye
version: 0.5.3.0
synopsis: Opaleye SQL for Frames records
description: Integration between Frames records and Opaleye SQL, allowing records to be stored, retrieved, and queried from PostgreSQL.
category: Records
homepage: https://github.com/ConferHealth/composite#readme
author: Confer Health, Inc.
maintainer: oss@confer.health
copyright: 2017 Confer Health, Inc.
license: BSD3
build-type: Simple
cabal-version: >= 1.10
library
hs-source-dirs:
src
default-extensions: DataKinds FlexibleContexts FlexibleInstances LambdaCase MultiParamTypeClasses OverloadedStrings PatternSynonyms PolyKinds ScopedTypeVariables StrictData TemplateHaskell TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall -O2
build-depends:
base >= 4.7 && < 5
, bytestring
, composite-base
, lens
, opaleye
, postgresql-simple
, product-profunctors
, profunctors
, template-haskell
, text
, vinyl
exposed-modules:
Composite.Opaleye
Composite.Opaleye.ProductProfunctors
Composite.Opaleye.RecordTable
Composite.Opaleye.TH
Composite.Opaleye.Update
Composite.Opaleye.Util
other-modules:
Paths_composite_opaleye
default-language: Haskell2010
test-suite composite-opaleye-test
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
test
default-extensions: DataKinds FlexibleContexts FlexibleInstances LambdaCase MultiParamTypeClasses OverloadedStrings PatternSynonyms PolyKinds ScopedTypeVariables StrictData TemplateHaskell TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N -fno-warn-orphans
build-depends:
base >= 4.7 && < 5
, bytestring
, composite-base
, lens
, opaleye
, postgresql-simple
, product-profunctors
, profunctors
, template-haskell
, text
, vinyl
, QuickCheck
, composite-opaleye
, hspec
other-modules:
UpdateSpec
default-language: Haskell2010