[Haskell-cafe] custom package for Verbosity, info, warn etc. in console programs

Henning Thielemann lemming at henning-thielemann.de
Thu Jul 27 07:47:08 UTC 2017


I have several command-line tools that support a verbosity flag. The Cabal 
library provides an appropriate data type and related reporting functions:
    https://hackage.haskell.org/package/Cabal-2.0.0.2/docs/Distribution-Verbosity.html
    https://hackage.haskell.org/package/Cabal-2.0.0.2/docs/Distribution-Simple-Utils.html

However, Cabal moves pretty fast (frequent version increments) and I do 
not need all the distribution stuff. Is there a package that provides only 
the Verbosity and reporting functionality?


More information about the Haskell-Cafe mailing list