Sysmon-0.1.1: Sysmon.cabal
Name: Sysmon
Version: 0.1.1
Description: A library for processing Sysbase 15 sysmon reports.
Sysmon parses and stores the reports in the interval map.
The interval is defined by the report's time range.
The library main features are parsing sysmon reports, querying the
time interval, aggregating the multiple sysmon reports covered by the
requested time interval, providing some hints. The hints properties are
configured.
See the Log.hs for the exported functions and examples/Sample.hs for the
usage example.
License: BSD3
License-File: LICENSE
Author: Vitaliy Rukavishnikov
Maintainer: virukav@gmail.com
Homepage: http://github.com/rukav/Sysmon
Bug-Reports: mailto:virukav@gmail.com
Build-Type: Simple
Tested-with: GHC==6.12.3
Category: Database
Synopsis: Sybase 15 sysmon reports processor
Data-Dir: examples
Data-Files: sysmon_100310_0952.out
Cabal-Version: >=1.2
Extra-Source-Files: README,
examples/Sample.hs
Library
Exposed-Modules: Database.Sybase.Sysmon.LogTypes,
Database.Sybase.Sysmon.Log,
Database.Sybase.Sysmon.LogParserPrim,
Database.Sybase.Sysmon.SysmonTypes,
Database.Sybase.Sysmon.SysmonLog,
Database.Sybase.Sysmon.SysmonHints
Other-modules: Database.Sybase.Sysmon.Average,
Database.Sybase.Sysmon.Derive
Build-Depends: base >= 3.0.3.2 && < 5,
Glob >= 0.5.1,
ConfigFile >= 1.0.6,
datetime >= 0.2,
fingertree >= 0.0.1.0,
pretty >= 1.0.1.1,
filepath,
mtl,
template-haskell,
MissingH,
vector,
statistics >= 0.8.0.4