-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.yaml
75 lines (69 loc) · 1.34 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
name: zoom-recordings
version: 0.1.1.0
github: "brandonhamilton/zoom-recordings"
license: MIT
author: "Brandon Hamilton"
maintainer: "[email protected]"
copyright: "2019 Brandon Hamilton"
extra-source-files:
- README.md
description: Please see the README on GitHub at <https://github.com/brandonhamilton/zoom-recordings#readme>
dependencies:
- base >= 4.7 && < 5
- aeson
- aeson-casing
- bytestring
- conduit
- conduit-extra
- directory
- envy
- filepath
- http-client
- http-client-tls
- jose
- modern-uri
- monad-time
- options
- relude
- req
- req-conduit
- servant-auth
- servant-auth-client
- servant-client
- servant
- time
- text
- yaml
default-extensions:
- DeriveAnyClass
- DeriveFoldable
- DeriveFunctor
- DeriveGeneric
- DeriveLift
- DeriveTraversable
- DerivingStrategies
- EmptyCase
- FlexibleContexts
- FlexibleInstances
- GeneralizedNewtypeDeriving
- InstanceSigs
- LambdaCase
- MultiParamTypeClasses
- NamedFieldPuns
- NoImplicitPrelude
- OverloadedStrings
- ScopedTypeVariables
- StandaloneDeriving
library:
source-dirs: src
executables:
zoom-recordings:
main: Main.hs
source-dirs: app
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- dotenv
- zoom-recordings