forked from yannick-cw/notionfy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
57 lines (57 loc) · 931 Bytes
/
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
library:
source-dirs: src
tests:
notionfy-test:
source-dirs: test
main: Spec.hs
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- notionfy
copyright: 2019 Yannick
maintainer: https://www.dev-log.me
dependencies:
- notion-api
- either
- parsec
- transformers
- random
- containers
- text
- uuid
- unordered-containers
- bytestring
- http-client
- time
- lens
- lens-aeson
- aeson
- filepath
- extra
- split
- mtl
- wreq
- optparse-applicative
- hspec
- base >= 4.7 && < 5
name: notionfy
version: 0.1.1
extra-source-files:
- README.md
- ChangeLog.md
author: Yannick
github: yannick-cw/notionfy
license: BSD3
executables:
notionfy-exe:
source-dirs: app
main: Main.hs
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- notionfy
description: Please see the README on GitHub at <https://github.com/githubuser/notionfy#readme>