From: Mads L. <mad...@ya...> - 2010-02-28 16:28:05
|
Hi All This is an initial release of XrcAccessor, which is a program to generate type-safe accessor functions from XRC files. See attached tar.gz. As of yet, there is little documentation, but I do not think much documentation is needed either. There are two examples that shows what this small program can do in testsuite/TestControls.hs and testsuite/TestMenu.hs. To run these two examples and the unit tests do: > cd testsuite > chmod 755 doTest > ./doTest If you are on MS Windows, you may need to alter the doTest script a bit. You can install the program by: runhaskell Setup.hs --user configure runhaskell Setup.hs build runhaskell Setup.hs install Greetings, Mads Lindstrøm |