packages feed

monad-parallel-progressbar-0.1.0.0: monad-parallel-progressbar.cabal

name:                monad-parallel-progressbar
version:             0.1.0.0
stability:           experimental

synopsis:            Parallel execution of monadic computations with a progress bar
description:         This library attaches a progress bar to a subset of
                     functions in "Control.Monad.Parallel".
category:            Control, Monads, System, User Interfaces

author:              Mitsuhiro Nakamura
maintainer:          Mitsuhiro Nakamura <m.nacamura@gmail.com>
copyright:           Copyright (c) 2015 Mitsuhiro Nakamura
license:             MIT
license-file:        LICENSE
homepage:            https://github.com/mnacamura/monad-parallel-progressbar

cabal-version:       >=1.10
build-type:          Simple
extra-source-files:  CHANGES.md

source-repository head
  type:              git
  location:          https://github.com/mnacamura/monad-parallel-progressbar.git

library
  exposed-modules:   Control.Monad.Parallel.ProgressBar
  -- other-modules:  
  -- other-extensions:  
  build-depends:     base >=4.7 && <4.8
                   , monad-parallel
                   , monadIO
                   , terminal-progress-bar
  hs-source-dirs:    src
  default-language:  Haskell2010
  ghc-options:       -Wall