-
Notifications
You must be signed in to change notification settings - Fork 303
Expand file tree
/
Copy pathpersistent-test.cabal
More file actions
110 lines (105 loc) · 3.12 KB
/
Copy pathpersistent-test.cabal
File metadata and controls
110 lines (105 loc) · 3.12 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
name: persistent-test
version: 2.13.1.3
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Tests for Persistent
description: Tests for Persistent. This is only for use in developing libraries that should conform to the persistent interface, not for users of the persistent suite of database libraries.
category: Database, Yesod
stability: Stable
cabal-version: >= 1.10
build-type: Simple
homepage: http://www.yesodweb.com/book/persistent
bug-reports: https://github.com/yesodweb/persistent/issues
extra-source-files: ChangeLog.md
library
exposed-modules:
CompositeTest
CustomPersistField
CustomPersistFieldTest
CustomPrimaryKeyReferenceTest
DataTypeTest
EmbedTest
EmbedOrderTest
EmptyEntityTest
EntityEmbedTest
EquivalentTypeTest
ForeignKey
HtmlTest
Init
LargeNumberTest
MaxLenTest
MaybeFieldDefsTest
MigrationColumnLengthTest
MigrationIdempotencyTest
MigrationOnlyTest
MigrationTest
MpsNoPrefixTest
MpsCustomPrefixTest
PersistentTest
PersistentTestModels
PersistentTestModelsImports
GeneratedColumnTestSQL
PersistTestPetType
PersistTestPetCollarType
PersistUniqueTest
PrimaryTest
RawSqlTest
ReadWriteTest
RenameTest
Recursive
SumTypeTest
SchemaTest
TransactionLevelTest
TreeTest
TypeLitFieldDefsTest
UniqueTest
UpsertTest
LongIdentifierTest
hs-source-dirs: src
build-depends:
base >= 4.9 && < 5
, aeson >= 1.0
, blaze-html >= 0.9
, bytestring >= 0.10
, conduit >= 1.2.12
, containers >= 0.5
, exceptions >= 0.8
, hspec >= 2.4
, hspec-expectations
, http-api-data
, HUnit
, monad-control
, monad-logger >= 0.3.25
, mtl
, path-pieces >= 0.2
, persistent >= 2.14 && < 2.15
, QuickCheck >= 2.9
, quickcheck-instances >= 0.3
, random >= 1.1
, resourcet >= 1.1
, text >= 1.2
, time >= 1.6
, transformers >= 0.5
, transformers-base
, unliftio
, unliftio-core
, unordered-containers
default-language: Haskell2010
default-extensions:
ExistentialQuantification
FlexibleContexts
FlexibleInstances
MultiParamTypeClasses
OverloadedStrings
QuasiQuotes
TemplateHaskell
TypeFamilies
StandaloneDeriving
DerivingStrategies
GeneralizedNewtypeDeriving
DataKinds
source-repository head
type: git
location: git://github.com/yesodweb/persistent.git