settings: Runtime-editable program settings.

[ data, library, public-domain, user-interfaces ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.3.0.0
Change log ChangeLog
Dependencies base (>=4.7 && <5), text (>=1), unordered-containers (>=0.2.5) [details]
License LicenseRef-PublicDomain
Copyright ♡ Copying is an act of love. Please copy, reuse and share.
Author fr33domlover
Maintainer fr33domlover@riseup.net
Category Data, User Interfaces
Home page http://rel4tion.org/projects/settings/
Bug tracker http://rel4tion.org/projects/settings/tickets/
Source repo head: darcs get http://hub.darcs.net/fr33domlover/settings
Uploaded by akrasner at 2016-01-27T10:45:22Z
Distributions NixOS:0.3.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3705 total (22 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-28 [all 2 reports]

Readme for settings-0.3.0.0

[back to package description]

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.