-
Notifications
You must be signed in to change notification settings - Fork 2
/
gps2htmlReport.cabal
27 lines (24 loc) · 1.23 KB
/
gps2htmlReport.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
Name: gps2htmlReport
Version: 0.3
Cabal-Version: >=1.6
Description: Generate a HTML summary report of GPS tracks
synopsis: GPS to HTML Summary Report
License: BSD3
License-file: LICENSE
Author: Rob Stewart <[email protected]>
Maintainer: Rob Stewart <[email protected]>
Homepage: https://github.com/robstewart57/Gps2HtmlReport
bug-reports: https://github.com/robstewart57/Gps2HtmlReport
Build-Type: Simple
stability: alpha
category: Data
extra-source-files: README.md LiberationMono-Bold.ttf
tested-with: GHC ==7.0.2
Executable gps2htmlReport
Main-is: Data/GPS/Gps2HtmlReport/Main.hs
library
Build-Depends: base >= 4 && < 5, html, gps >= 0.8.4 && < 0.9, time, cairo, Chart, random, data-accessor, colour, xsd >= 0.3.5, filepath, directory, process, gd >= 3000.7.1, bytestring, http-enumerator, hsmagick, cmdargs, tar, GPX == 0.5
Exposed-Modules: Data.GPS.Gps2HtmlReport.HTMLGenerator, Data.GPS.Gps2HtmlReport.JourneyStats, Data.GPS.Gps2HtmlReport.JourneyCharts, Data.GPS.Gps2HtmlReport.DrawOsm
source-repository head
type: git
location: git://github.com/robstewart57/Gps2HtmlReport.git