26 Jan 2013 17:33
Writing config files for configurator library
Daniel Austin <dan <at> fluffynukeit.com>
2013-01-26 16:33:53 GMT
2013-01-26 16:33:53 GMT
Hello Haskellers,
What is the typical way to write out configuration files for use by the configurator library? From asking around, seems like the library does not (obviously) support writing out config files to disc from scratch. What I want to do is write out a default config file to disc, or write out the configuration settings that a user selects. I want to avoid having the user edit the config files by hand in a text editor, as well as avoid rolling my own function to write it out if possible. Both of those solutions leave a sour taste in my mouth. Has there been any work toward this end?
Thanks much,
Dan
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe <at> haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
RSS Feed