-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.yaml
52 lines (48 loc) · 868 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
name: dic-nico-intersection-pixiv
version: 0.1.0.0
category: Language
author: ncaq
maintainer: [email protected]
copyright: © ncaq
license: MIT
github: ncaq/dic-nico-intersection-pixiv
language: GHC2021
ghc-options:
- -Wall
- -Wcompat
- -Widentities
- -Wincomplete-record-updates
- -Wincomplete-uni-patterns
- -Wpartial-fields
- -Wredundant-constraints
- -O2
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- base >=4.7 && <5
- async
- attoparsec
- bytestring
- containers
- convertible
- directory
- hashable
- http-conduit
- http-types
- parallel
- retry
- scalpel
- store
- text
- text-icu-translit
- text-metrics
- time
- unicode-transforms
- unordered-containers
- xml-conduit
- pretty-simple # for debug
executables:
dic-nico-intersection-pixiv:
main: Main.hs
source-dirs: src