name: progress-reporting version: 1.0.0 synopsis: Functionality for reporting function progress. description: This module provides a set of functions for writing functions that report their own progress in a monadic context, which can be evaluated to get progress reports while time-consuming functions are running. license: LGPL-3 license-file: LICENSE author: Jeroen Bransen maintainer: haskelldevelopers@chordify.net copyright: (c) 2016 Chordify B.V., Groningen category: Control build-type: Simple cabal-version: >=1.10 bug-reports: https://bitbucket.org/chordify/progress-reporting/issues source-repository head type: git location: git@bitbucket.org:chordify/progress-reporting.git library exposed-modules: Control.Monad.Progress other-extensions: GADTs, ScopedTypeVariables build-depends: base >=4.6 && <4.10, deepseq >=1.3 && <1.5, mtl >=2.1 && <2.3, time >=1.4 && <1.7 hs-source-dirs: src default-language: Haskell2010