config-schema-1.2.0.0: Schema definitions for the config-value package
This package makes it possible to defined schemas for use when loading configuration files using the config-value format. These schemas can be used to be process a configuration file into a Haskell value, or to automatically generate documentation for the file format.
Signatures
Modules
- Config
- Config.Schema Top-level module rexporting child modules
- Config.Schema.Docs Documentation generation for config schemas
- Config.Schema.Load Operations to extract a value from a configuration.
- Config.Schema.Load.Error Error types and rendering for Load module
- Config.Schema.Spec Operations for describing a configuration file format.
- Config.Schema.Types Types for describing a configuration file format.
- Config.Schema Top-level module rexporting child modules