-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.yaml
107 lines (101 loc) · 2.02 KB
/
package.yaml
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
name: polysemy-servant
version: 0.1.0.0
#synopsis:
#description:
homepage: https://github.com/smaccoun/polysemy-servant#readme
license: BSD3
author: Steven MacCoun
copyright: 2019 Author name here
category: Web
extra-source-files:
- README.md
dependencies:
- aeson
- aeson-extra
- data-default-class
- name: base
version: ">= 4.7 && < 5"
- name: relude
- text
- bytestring
- servant
- servant-server
- wai
- wai-extra
- warp
- mtl
- th-abstraction
- purescript-bridge
- polysemy
- polysemy-plugin
- polysemy-zoo
- servant-purescript
- purescript-bridge
- postgresql-simple
- template-haskell
- th-abstraction
- lens
- dotenv
- neat-interpolation
- persistent
- persistent-postgresql
- persistent-template
- resource-pool
- monad-logger
- unliftio-core
- resourcet
- generic-random
- QuickCheck
- quickcheck-instances
- validity
- genvalidity
- genvalidity-text
- unordered-containers
- name: dhall
version: "1.24.0"
default-extensions:
- NoImplicitPrelude
- LambdaCase
- ConstraintKinds
- DataKinds
- DeriveGeneric
- FlexibleContexts
- FlexibleInstances
- GADTs
- GeneralizedNewtypeDeriving
- KindSignatures
- MultiParamTypeClasses
- OverloadedStrings
- PolyKinds
- QuasiQuotes
- RankNTypes
- RecordWildCards
- ScopedTypeVariables
- NamedFieldPuns
- DefaultSignatures
- StandaloneDeriving
- TemplateHaskell
- TypeApplications
- TypeFamilies
- TypeOperators
- UndecidableInstances
- DeriveAnyClass
- DerivingStrategies
- TypeSynonymInstances
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -fwarn-tabs
- -fwarn-unused-imports
- -fwarn-overlapping-patterns
- -fwarn-incomplete-record-updates
- -fwarn-missing-signatures
- -fwarn-orphans
- -fwarn-identities
- -Wredundant-constraints
- -fplugin=Polysemy.Plugin
executables:
polysemy-servant:
main: Main.hs
source-dirs: src