packages feed

progression-0.2: progression.cabal

name:                progression
version:             0.2
synopsis:            Automates the recording and graphing of criterion benchmarks
description:         Progression is a library that builds on the criterion
                     benchmarking library.  It stores the results of running
                     your benchmarks and graphs the performance of different
                     versions of your program against each other.  See the
                     "Progression.Main" module, and the original blog post at
                     <http://chplib.wordpress.com/2010/02/04/progression-supporting-optimisation-in-haskell/> to get started.
homepage:            http://chplib.wordpress.com/2010/02/04/progression-supporting-optimisation-in-haskell/
category:            Development
license:             BSD3
license-file:        LICENSE
author:              Neil Brown
maintainer:          neil@twistedsquare.com
build-depends:       base >= 3 && < 5,
                     criterion >= 0.4 && < 0.5,
                     directory,
                     txt-sushi >= 0.5 && < 0.6,
                     containers,
                     process,
                     filepath >= 1.1 && < 1.2,
                     haskeline >= 0.6 && < 0.7

build-type:          Simple

exposed-modules:     Progression.Config
                     Progression.Files
                     Progression.Main
                     Progression.Plot

other-modules:       Progression.Prompt

extensions:          FlexibleInstances

ghc-options:         -Wall