-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathridemap.cabal
43 lines (40 loc) · 1.34 KB
/
ridemap.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
-- Initial ridemap.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: ridemap
version: 0.1.0.0
synopsis: Creates a combined map of Golden Cheetah activities
description: Creates a combined map of Golden Cheetah activities suitable for embedding on a web page
homepage: https://github.com/ronwalf/ridemap
license: BSD3
license-file: LICENSE
author: Ron Alford
maintainer: ronwalf@volus.net
-- copyright:
category: Web
build-type: Simple
cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/ronwalf/ridemap.git
executable ridemap
main-is: ridemap.hs
other-modules: GCRide Tagging
build-depends:
base == 4.*,
aeson >= 0.6.0 && < 0.11.0,
bytestring >= 0.9.0 && < 0.11,
containers >= 0.4 && < 0.6,
colour == 2.3.*,
directory == 1.*,
filepath == 1.*,
old-locale == 1.*,
regex-posix >= 0.93 && < 1.0,
text >= 0.11 && < 2,
time >= 1.4 && < 2,
unordered-containers == 0.2.*
hs-source-dirs: src
ghc-options:
-O2
-- -prof
-- -fprof-auto
-- "-with-rtsopts=-p -s -h -i0.1 -sridemap.summary"