cabal-version: >= 1.6 build-type: Simple name: haslog version: 1.0 license: BSD3 license-file: LICENSE maintainer: Alexander Elyasov homepage: http://www.facebook.com/FITTESTproject description: This is a utility to process logs in FITTEST format. FITTEST is a research project on the testing of Internet applications, currently still on-going. Some of its testing approaches is based on log analysis. The project defines a log format; and this tool is used to do some basic processing on it, such as converting it to a more compact form and exporting to XML. synopsis: A log processing tool for logs in FITTEST format. category: Testing stability: Experimental copyright: Universiteit Utrecht author: Software Technology group at Utrecht University bug-reports: s.w.b.prasetya@uu.nl tested-with: GHC >= 6.12 executable haslog build-depends: base >= 4, base < 5 build-depends: filepath >= 1.1.0.4, containers >= 0.3 build-depends: binary >= 0.5.0.2, time >= 1.1.4, xml >= 1.1.3 main-is: Eu/Fittest/Logging/Main.hs hs-source-dirs: src