-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservant-persistent-realworld.cabal
158 lines (154 loc) · 6.65 KB
/
servant-persistent-realworld.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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack
name: servant-persistent-realworld
version: 0.0.1
synopsis: RealWorld backend using Servant and Persistent
description: Backend implementation of the RealWorld project with Servant and Persistent
homepage: https://github.com/jkachmar/servant-persistent-realworld
license: MIT
license-file: LICENSE
author: jkachmar
copyright: 2017 Joe Kachmar
category: Web
build-type: Simple
cabal-version: >= 1.10
library
default-language: Haskell2010
ghc-options: -Wall -Werror
hs-source-dirs:
src
default-extensions: ConstraintKinds DataKinds DeriveGeneric FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs LambdaCase MultiParamTypeClasses NoImplicitPrelude OverloadedStrings PatternSynonyms QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TypeApplications TypeFamilies TypeOperators ViewPatterns
exposed-modules:
Api
Api.User
Api.Users
App
Foundation
Logging
Model
Model.Persist
Query.User
Types.BCrypt
Types.Instances
Types.Token
Types.User
Utils.Aeson
build-depends:
aeson >= 1.0 && < 1.1
, base >= 4.7 && < 5
, bytestring >= 0.10 && < 0.11
, classy-prelude >= 1.2 && < 1.3
, cryptonite >= 0.21 && < 0.23
, dotenv >= 0.3 && < 0.4
, esqueleto >= 2.5 && < 2.6
, fast-logger >= 2.4 && < 2.5
, interpolate >= 0.1 && < 0.2
, jose >= 0.5 && < 0.6
, katip >= 0.3 && < 0.4
, lens >= 4.15 && < 4.16
, monad-control >= 1.0 && < 1.1
, monad-logger >= 0.3 && < 0.4
, mtl >= 2.2 && < 2.3
, persistent >= 2.6 && < 2.7
, persistent-postgresql >= 2.6 && < 2.7
, persistent-template >= 2.5 && < 2.6
, servant
, servant-auth
, servant-auth-server
, servant-server
, transformers >= 0.5 && < 0.6
, transformers-base >= 0.4 && < 0.5
, template-haskell >= 2.11 && < 2.12
, text >= 1.2 && < 1.3
, time >= 1.6 && < 1.7
, uuid >= 1.3 && < 1.4
, wai >= 3.2 && < 3.3
, wai-extra >= 3.0 && < 3.1
, warp >= 3.2 && < 3.3
, x509 >= 1.6 && < 1.7
, x509-store >= 1.6 && < 1.7
executable migration
main-is: Main.hs
hs-source-dirs:
migration
default-extensions: ConstraintKinds DataKinds DeriveGeneric FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs LambdaCase MultiParamTypeClasses NoImplicitPrelude OverloadedStrings PatternSynonyms QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TypeApplications TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson >= 1.0 && < 1.1
, base >= 4.7 && < 5
, bytestring >= 0.10 && < 0.11
, classy-prelude >= 1.2 && < 1.3
, cryptonite >= 0.21 && < 0.23
, dotenv >= 0.3 && < 0.4
, esqueleto >= 2.5 && < 2.6
, fast-logger >= 2.4 && < 2.5
, interpolate >= 0.1 && < 0.2
, jose >= 0.5 && < 0.6
, katip >= 0.3 && < 0.4
, lens >= 4.15 && < 4.16
, monad-control >= 1.0 && < 1.1
, monad-logger >= 0.3 && < 0.4
, mtl >= 2.2 && < 2.3
, persistent >= 2.6 && < 2.7
, persistent-postgresql >= 2.6 && < 2.7
, persistent-template >= 2.5 && < 2.6
, servant
, servant-auth
, servant-auth-server
, servant-server
, transformers >= 0.5 && < 0.6
, transformers-base >= 0.4 && < 0.5
, template-haskell >= 2.11 && < 2.12
, text >= 1.2 && < 1.3
, time >= 1.6 && < 1.7
, uuid >= 1.3 && < 1.4
, wai >= 3.2 && < 3.3
, wai-extra >= 3.0 && < 3.1
, warp >= 3.2 && < 3.3
, x509 >= 1.6 && < 1.7
, x509-store >= 1.6 && < 1.7
, servant-persistent-realworld
default-language: Haskell2010
executable realworld
main-is: Main.hs
hs-source-dirs:
app
default-extensions: ConstraintKinds DataKinds DeriveGeneric FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs LambdaCase MultiParamTypeClasses NoImplicitPrelude OverloadedStrings PatternSynonyms QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TypeApplications TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson >= 1.0 && < 1.1
, base >= 4.7 && < 5
, bytestring >= 0.10 && < 0.11
, classy-prelude >= 1.2 && < 1.3
, cryptonite >= 0.21 && < 0.23
, dotenv >= 0.3 && < 0.4
, esqueleto >= 2.5 && < 2.6
, fast-logger >= 2.4 && < 2.5
, interpolate >= 0.1 && < 0.2
, jose >= 0.5 && < 0.6
, katip >= 0.3 && < 0.4
, lens >= 4.15 && < 4.16
, monad-control >= 1.0 && < 1.1
, monad-logger >= 0.3 && < 0.4
, mtl >= 2.2 && < 2.3
, persistent >= 2.6 && < 2.7
, persistent-postgresql >= 2.6 && < 2.7
, persistent-template >= 2.5 && < 2.6
, servant
, servant-auth
, servant-auth-server
, servant-server
, transformers >= 0.5 && < 0.6
, transformers-base >= 0.4 && < 0.5
, template-haskell >= 2.11 && < 2.12
, text >= 1.2 && < 1.3
, time >= 1.6 && < 1.7
, uuid >= 1.3 && < 1.4
, wai >= 3.2 && < 3.3
, wai-extra >= 3.0 && < 3.1
, warp >= 3.2 && < 3.3
, x509 >= 1.6 && < 1.7
, x509-store >= 1.6 && < 1.7
, servant-persistent-realworld
default-language: Haskell2010