-
Notifications
You must be signed in to change notification settings - Fork 0
/
ryokou.cabal
42 lines (40 loc) · 1.33 KB
/
ryokou.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
name: ryokou
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/dmarin/ryokou#readme
license: MIT
license-file: LICENSE
author: Didier Marin
maintainer: [email protected]
copyright: 2019 Didier Marin
category: Web
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
executable scrap_places
hs-source-dirs: src
main-is: ScrapPlaces.hs
default-language: Haskell2010
other-modules: Place
build-depends: base >= 4.7 && < 5,
scalpel -any,
regex-tdfa -any,
aeson -any,
bytestring -any,
optparse-generic -any
executable export_kml
hs-source-dirs: src
main-is: ExportKML.hs
default-language: Haskell2010
other-modules: Place
build-depends: base >= 4.7 && < 5,
aeson -any,
bytestring -any,
utf8-string -any,
either -any,
xml-conduit -any,
xml-hamlet -any,
containers -any,
text -any,
optparse-generic -any