Please see the README athttps://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-env-parser#readme.
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 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.12.0.0 && <4.17),modern-uri (>=0.3.1.0 && <0.4),network-uri (>=2.6.2.0 && <2.8),nri-prelude (>=0.1.0.0 && <0.7),text (>=1.2.3.1 && <2.1) [details] |
| License | BSD-3-Clause |
| Copyright | 2022 NoRedInk Corp. |
| Author | NoRedInk |
| Maintainer | haskell-open-source@noredink.com |
| Uploaded | byjulianobs at2022-02-01T21:42:37Z |
| Category | Web |
| Home page | https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-env-parser#readme |
| Bug tracker | https://github.com/NoRedInk/haskell-libraries/issues |
| Source repo | head: git clonehttps://github.com/NoRedInk/haskell-libraries(env-parser) |
| Distributions | |
| Reverse Dependencies | 4 direct, 2 indirect [details] |
| Downloads | 1731 total (40 in the last 30 days) |
| Rating | 2.0 (votes: 1)[estimated byBayesian average] |
| Your Rating |
|
| Status | Docs uploaded by user Build status unknown[no reports yet] |
The 12-factor app uses environment variables for configuration. A Haskell app will need to parse environmental values into types. This library provides functionality to do so for commonly used types.
It also provides a way to generate an overview of all environment variables an app consumes.