forked from nzherald/ece-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
48 lines (44 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
name: nzh
version: 0.1.0.0
#synopsis:
#description:
homepage: https://github.com/nzherald/ece-map#readme
license: MIT
author: Chris Knox
maintainer: chris.knox@nzherald.co.nz
copyright: 2020 NZ Herald
category: Web
extra-source-files:
- README.md
dependencies:
- base >= 4.7 && < 5
- aeson
- bytestring
- cassava
- cases
- directory
- filepath
- foldl
- megaparsec
- modern-uri
- monad-parallel
- optparse-applicative
- parser-combinators
- req
- split
- scalpel
- shake
- tagsoup
- text
- time
- unordered-containers
- vector
library:
source-dirs: src
executables:
nzh:
# ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
source-dirs: .
main: Shakefile.hs
dependencies:
- nzh