-
Notifications
You must be signed in to change notification settings - Fork 1
/
nzh.cabal
89 lines (85 loc) · 1.58 KB
/
nzh.cabal
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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: ca349f88470406a610abd61231073d790a3c87897118131a4439d8252a35829d
name: nzh
version: 0.1.0.0
category: Web
homepage: https://github.com/nzherald/ece-map#readme
author: Chris Knox
maintainer: chris.knox@nzherald.co.nz
copyright: 2020 NZ Herald
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
library
exposed-modules:
Common
Directory
EroRank
EroReports
Lib
Types
other-modules:
Paths_nzh
hs-source-dirs:
src
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, cases
, cassava
, directory
, filepath
, foldl
, megaparsec
, modern-uri
, monad-parallel
, optparse-applicative
, parser-combinators
, req
, scalpel
, shake
, split
, tagsoup
, text
, time
, unordered-containers
, vector
default-language: Haskell2010
executable nzh
main-is: Shakefile.hs
other-modules:
Paths_nzh
hs-source-dirs:
./.
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, cases
, cassava
, directory
, filepath
, foldl
, megaparsec
, modern-uri
, monad-parallel
, nzh
, optparse-applicative
, parser-combinators
, req
, scalpel
, shake
, split
, tagsoup
, text
, time
, unordered-containers
, vector
default-language: Haskell2010