exit-codes: Exit codes as defined by BSD

[ bsd3, library, system ] [ Propose Tags ]

Expose the exit codes defined by BSD in sysexits.h to the Haskell world.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 1.0.0
Dependencies base (>=4.7 && <5) [details]
License BSD-3-Clause
Copyright 2015 Justus Adam
Author Justus Adam
Maintainer dev@justus.science
Category System
Home page http://github.com/JustusAdam/exit-codes
Source repo head: git clone https://github.com/JustusAdam/exit-codes
Uploaded by justus at 2018-10-02T12:22:13Z
Distributions LTSHaskell:1.0.0, NixOS:1.0.0, Stackage:1.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2471 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-10-02 [all 1 reports]

Readme for exit-codes-1.0.0

[back to package description]

exit-codes

Exit codes as defined in sysexits.h exposed as Haskell integers.

Intended to be used with exitWith.