The latest version of settings is 0.3.0.0-0.

settings

Version 0.1.0.1 revision 0 uploaded by akrasner.

Package meta

Synopsis
Runtime-editable program settings.
Description

This library aims to be a tool for constructing a settings management UI on top of the relevant part of your program state. The settings tree structure definition is separate from the actual setting values, so your program logic code doesn't need to be changed. It can access the settings as regular Haskell values.

The settings are presented to the user as a tree hierarchy. The idea has some similarity to git config and Weechat's settings system, but isn't identical.

To get started, see the tutorial in the Data.Settings module.

Author
fr33domlover
Bug reports
http://rel4tion.org/projects/settings/tickets/
Category
Data, User Interfaces
Copyright
♡ Copying is an act of love. Please copy, reuse and share.
Homepage
http://rel4tion.org/projects/settings/
Maintainer
fr33domlover@riseup.net
Package URL
n/a
Stability
n/a

Components