/optparse-version

A simple version option for Options.Applicative

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

optparse-version

A simple option which will display whatever is in the provided String when you run my-exe --version or my-exe -v

See app/Main.hs for an example