ghc-configurator 0.3.0.0
Configuration management
This package provides a configuration management library for programs and daemons. The features include:
Automatic, dynamic reloading in response to modifications to configuration files.
A simple, but flexible, configuration language, supporting several of the most commonly needed types of data, along with interpolation of strings from the configuration or the system environment (e.g.
$(HOME)
).Subscription-based notification of changes to configuration properties.
An
import
directive allows the configuration of a complex application to be split across several smaller files, or common configuration data to be shared across several applications.
- Website: https://github.com/bos/configurator
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ghc-configurator 0.3.0.0
as follows:
guix install ghc-configurator@0.3.0.0
Or install the latest version:
guix install ghc-configurator
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.