exitcode: Monad transformer for exit codes

[ bsd3, control, library ] [ Propose Tags ] [ Report a vulnerability ]

Monad transformer for exit codes


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
dev

Enable development warnings (-Werror, -O2 for benchmarks)

Disabled

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

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.0.9, 0.1.0.10, 0.2.0.0, 0.3.0.0
Change log changelog.md
Dependencies base (>=4.8 && <6), bifunctors (>=5 && <6), comonad (>=5 && <6), deepseq (>=1.4 && <2), filepath (>=1.4 && <2), lens (>=4.15 && <6), mtl (>=2.2 && <3), natural (>=0.5.0.1 && <1), process (>=1.6.12.0 && <2), semigroupoids (>=5.1 && <7), transformers (>=0.5 && <1) [details]
Tested with ghc ==9.6.7
License BSD-3-Clause
Copyright Copyright (C) 2019-2025 Tony Morris
Author Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
Maintainer Tony Morris <oᴉ˙ldɟb@llǝʞsɐɥ>
Uploaded by TonyMorris at 2026-05-28T09:07:13Z
Category Control
Home page https://gitlab.com/system-f/code/exitcode
Bug tracker https://gitlab.com/system-f/code/exitcode/issues
Source repo head: git clone git@gitlab.com:system-f/code/exitcode.git
Distributions
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 2845 total (46 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-05-28 [all 1 reports]

Readme for exitcode-0.3.0.0

[back to package description]

exitcode

Monad transformer for exit codes

System-F