packages feed

gps2htmlReport-0.1: gps2htmlReport.cabal

Name:                gps2htmlReport
Version:             0.1
Cabal-Version:       >=1.2
Description:         Generate a HTML summary report of GPS tracks
synopsis:            GPS to HTML Summary Report
License:             BSD3
License-file:        LICENSE
Author:              Rob Stewart <robstewart57@googlemail.com>
Maintainer:          Rob Stewart <robstewart57@googlemail.com>
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
tested-with:         GHC ==7.0.2

Executable gps2htmlReport
  Main-is:	     Data/GPS/Gps2HtmlReport/Main.hs

library
  Build-Depends:     base >= 4 && < 5, html, gps, time, cairo, Chart, random, data-accessor, colour, xsd, filepath, directory, process, gd
  Extensions:        ScopedTypeVariables
  Exposed-Modules:   Data.GPS.Gps2HtmlReport.HTMLGenerator, Data.GPS.Gps2HtmlReport.JourneyStats, Data.GPS.Gps2HtmlReport.JourneyCharts, Data.GPS.Gps2HtmlReport.OsmChart