-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
109 lines (101 loc) · 2.06 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
108
109
name: pixel
version: 0.1.0.0
github: "reisen/pixel"
license: MIT
author: "Reisen"
maintainer: "reisen@morphism.org"
copyright: "2018 Reisen"
extra-source-files:
- README.md
description: A Booru-like Gallery API.
ghc-options:
-Wall
-Werror
-optP-Wno-nonportable-include-path
-fwarn-tabs
-fwarn-unused-imports
-fwarn-missing-signatures
-fwarn-name-shadowing
-fwarn-incomplete-patterns
dependencies:
- base
- bytestring
- aeson
- cryptonite
- containers
- data-default-class
- generic-lens
- lens
- mtl
- protolude
- servant
- servant-server
- servant-multipart
- sqlite-simple
- text
- time
- uuid
- wai
- wai-cors
- wai-extra
- warp
default-extensions:
- BangPatterns
- BlockArguments
- ConstraintKinds
- DataKinds
- DeriveGeneric
- DeriveDataTypeable
- DerivingStrategies
- DuplicateRecordFields
- FlexibleContexts
- FlexibleInstances
- FunctionalDependencies
- GADTs
- GeneralizedNewtypeDeriving
- LambdaCase
- MultiParamTypeClasses
- NoImplicitPrelude
- OverloadedStrings
- PatternSynonyms
- PatternGuards
- QuasiQuotes
- RankNTypes
- RecordWildCards
- ScopedTypeVariables
- TemplateHaskell
- TupleSections
- TypeFamilies
- TypeFamilyDependencies
- TypeOperators
- TypeApplications
- ViewPatterns
executables:
pixel:
main: Main.hs
source-dirs: src/app
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- aeson-typescript
- binary
- cookie
- eventless
- http-types
- optparse-applicative
- pixel
- qm-interpolated-string
- servant-js
library:
source-dirs: src/lib
dependencies:
- aeson
- argon2
- attoparsec
- cookie
- eventless
- text-short
- transformers
- uuid