-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgtfs2graph.cabal
40 lines (39 loc) · 1.1 KB
/
gtfs2graph.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
name: gtfs2graph
version: 0.1.2
homepage: https://github.com/mocnik-science/gtfs2graph
bug-reports: https://github.com/mocnik-science/gtfs2graph/issues
synopsis: A command line application to convert a GTFS transit feed into different graph formats
description:
The command line application gtfs2graph converts a General Transit Feed
Specification (GTFS) transit feed into different graph formats
license: GPL-3
license-file: LICENSE.md
author: Franz-Benjamin Mocnik <[email protected]>
maintainer: Franz-Benjamin Mocnik <[email protected]>
copyright: 2015-2018 Franz-Benjamin Mocnik
category: Geo, GTFS, Graph, Network
cabal-version: >= 1.20
build-type: Simple
extra-source-files:
README.md
executable gtfs2graph
hs-source-dirs:
main-is: gtfs2graph.hs
default-language: Haskell2010
ghc-options:
-Wall
-O2
-threaded
-with-rtsopts=-N
build-depends:
base,
bytestring,
cassava,
chorale >= 0.1.7,
chorale-geo >= 0.1.2,
cmdargs,
MissingH,
pcre-utils,
stringsearch,
text,
vector