packages feed

EstProgress-0.3.0.0: EstProgress.cabal

-- Initial EstProgress.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                EstProgress
version:             0.3.0.0
synopsis:            Methods for estimating the progress of functions
description:         Estimates the progress of a function as it executes, and displays a progress bar.
homepage:            http://alkalisoftware.net
license:             BSD3
license-file:        LICENSE
author:              James Candy
maintainer:          info@alkalisoftware.net
-- copyright:           
category:            Data
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     Data.Progress
  -- other-modules:       
  build-depends:       base >=4 && <=5, mtl >= 1.1, ansi-terminal >= 0.6.2.1