Runtime-editable program settings.
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.
See the .cabal file for more info and link to project website the version control.
The official download location is Hackage:
http://hackage.haskell.org/package/settings
This library is free software, and is committed to software freedom. It is released to the public domain using the CC0 Public Domain Dedication. For the boring "legal" details see the file 'COPYING'.
See the file 'INSTALL' for hints on installation. The file 'ChangeLog' explains how to see the history log of the changes done in the code. 'NEWS' provides a friendly overview of the changes for each release.