NOTICE: This package has been removed from pkgsrc

./wip/hs-ConfigFile, Configuration file reading & writing

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0.6, Package name: hs-ConfigFile-1.0.6, Maintainer: pho

Parser and writer for handling sectioned config files in Haskell.

The ConfigFile module works with configuration files in a standard
format that is easy for the user to edit, easy for the programmer to
work with, yet remains powerful and flexible. It is inspired by, and
compatible with, Python's ConfigParser module. It uses files that
resemble Windows .INI-style files, but with numerous improvements.

ConfigFile provides simple calls to both read and write config
files. It's possible to make a config file parsable by this module,
the Unix shell, and make.


Required to run:
[wip/hs-MissingH] [devel/hs-mtl] [textproc/hs-parsec]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: def06130e92004f012ea919527ef3e2cc70e8196
RMD160: 3de6d5e6eeff1ab48dfe52cdbc388466c43e6c07
Filesize: 26.689 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-05-19 23:28:46 by Ryosuke Moro | Files touched by this commit (81)
Log message:
Remove hs-parsec, imported to pkgsrc/textproc.
Remove hs-data-default-instances-base, hs-data-default-instances-containers,
hs-data-default-instances-dlist, hs-data-default-instances-old-locale,
imported to pkgsrc/devel.
   2014-05-16 22:47:07 by Ryosuke Moro | Files touched by this commit (112)
Log message:
Remove hs-mtl, imported to pkgsrc/devel
   2010-04-12 17:21:48 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-ConfigFile-1.0.6 as wip/hs-ConfigFile.

Parser and writer for handling sectioned config files in Haskell.

The ConfigFile module works with configuration files in a standard
format that is easy for the user to edit, easy for the programmer to
work with, yet remains powerful and flexible. It is inspired by, and
compatible with, Python's ConfigParser module. It uses files that
resemble Windows .INI-style files, but with numerous improvements.

ConfigFile provides simple calls to both read and write config
files. It's possible to make a config file parsable by this module,
the Unix shell, and make.