packages feed

nofib-analyze-7.10.1: nofib-analyze.cabal

name:                nofib-analyze
version:             7.10.1
synopsis:            Parse and compare nofib runs
description:
  The nofib benchmark suite is the standard benchmark suite
  to measure Haskell compilers. The nofib-analyze program can parse
  the logs of nofib runs, and compare their output, producing tables in text,
  LaTeX or HTML format.
  .
  nofib-analyze is readily available in your GHC source tree in
  @nofib/nofib-analyse@, so usually, you will not need this packages. It might
  however be handy when you need to analyze log files without having a checked-out
  copy of GHC around.
homepage:            https://ghc.haskell.org/trac/ghc/wiki/Building/RunningNoFib
license:             BSD3
license-file:        LICENSE
author:              Simon Marlow
maintainer:          Joachim Breitner <mail@joachim-breitner.de>
copyright:           1997 - 2005 Simon Marlow 
category:            Development
build-type:          Simple
cabal-version:       >=1.10

executable nofib-analyze
  main-is:             Main.hs
  other-modules:       CmdLine, GenUtils, Slurp
  build-depends:
    base >=4.3 && <4.9,
    regex-compat == 0.95.*,
    array >= 0.3 && < 0.6,
    containers >= 0.4 && < 0.6
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/nomeata/nofib-analyze