[Haskell-cafe] Typed Configuration Files

Matthias Görgens matthias.goergens at googlemail.com
Thu Jan 14 12:27:46 EST 2010


Hi Sebastian,

You might also want to look at how xmonad handles it's configuration.
Basically the configuration file is the main-file that produces the
executable and takes in the rest of xmonad as a library.  This works
out quite well, but you need a compiler to update the configuration.

Matthias.


More information about the Haskell-Cafe mailing list