verbosity: Simple enum that encodes application verbosity.

[ bsd3, data, library ] [ Propose Tags ]

Simple enum that encodes application verbosity with various useful instances.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
pedantic

Pass additional warning flags to GHC.

Disabled
Automatic Flags
NameDescriptionDefault
data-typeable

Derive instances for Data and Typeable type classes.

Enabled
ghc-generics

Derive instances for Data and Typeable type classes.

Enabled
binary

Derive instances for Binary type class.

Enabled
data-default

Derive instances for Default type class.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0, 0.3.0.0, 0.4.0.0
Change log ChangeLog.md
Dependencies base (>=4 && <5), binary (>=0.5 && <0.8), data-default-class (>=0.0 && <0.2), ghc-prim [details]
License BSD-3-Clause
Copyright (c) 2015, Peter Trško
Author Peter Trško
Maintainer peter.trsko@gmail.com
Revised Revision 1 made by PeterTrsko at 2016-07-17T16:09:11Z
Category Data
Home page https://github.com/trskop/verbosity
Bug tracker https://github.com/trskop/verbosity/issues
Source repo head: git clone git://github.com/trskop/verbosity
this: git clone git://github.com/trskop/verbosity.git(tag v0.1.0.0)
Uploaded by PeterTrsko at 2015-08-01T21:52:34Z
Distributions LTSHaskell:0.4.0.0, NixOS:0.4.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4618 total (22 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-08-01 [all 1 reports]

Readme for verbosity-0.1.0.0

[back to package description]

verbosity

Hackage Hackage Dependencies Haskell Programming Language BSD3 License

Build

Description

Simple enum that encodes application verbosity with various useful instances.