-- Initial EstProgress.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: EstProgress version: 0.1.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