]> gitweb @ CieloNegro.org - hs-rrdtool.git/blob - rrdtool.cabal
slight improvement...?
[hs-rrdtool.git] / rrdtool.cabal
1 Name:           rrdtool
2 Synopsis:       High level bindings to RRDtool
3 Description:
4     RRDtool is a high performance data logging and graphing system for
5     time series data.
6
7     This package provides high-level bindings to librrd, which
8     contains most of the functionality in RRDtool.
9 Version:        0.1
10 License:        PublicDomain
11 License-File:   COPYING
12 Author:         PHO <pho at cielonegro dot org>
13 Maintainer:     PHO <pho at cielonegro dot org>
14 Homepage:       http://cielonegro.org/Hs-rrdtool.html
15 Category:       Database, Statistics
16 Tested-With:    GHC == 6.12.1
17 Cabal-Version:  >= 1.6
18 Build-Type:     Simple
19
20 Source-Repository head
21     Type:       git
22     Location:   git://git.cielonegro.org/hs-rrdtool.git
23
24 Library
25     Build-Depends:
26         base             == 4.2.*,
27         bindings-librrd  == 0.2.*,
28         template-haskell == 2.4.*,
29         time             == 1.1.*,
30         tfp              == 0.2.*
31
32     Exposed-Modules:
33         Database.RRDtool
34         Database.RRDtool.Create
35         Database.RRDtool.Expression
36         Data.HList
37         Data.HList.Prelude
38         Data.HList.String
39         Types.Data.Graph
40         Types.Data.Graph.Dijkstra
41         Types.Data.Graph.RootPath
42         Types.Data.Heap
43         Types.Data.List.Ops
44         Types.Data.Map
45         Types.Data.Maybe
46
47     GHC-Options:
48         -Wall