|
From: <kr_...@us...> - 2003-09-04 09:19:51
|
Update of /cvsroot/htoolkit/port In directory sc8-pr-cvs1:/tmp/cvs-serv22261 Added Files: INSTALL README Removed Files: install.txt readme.txt Log Message: Rename install.txt to INSTALL and readme.txt to README --- NEW FILE: INSTALL --- ------------------------------------------------------------------------- Port: the portable haskell GUI abstraction. Krasimir Angelov ------------------------------------------------------------------------- Build the package and documentation: > ./configure > make Install > make install Notes: *) You should build the package on windows from the bash shell. *) Use ghc version 6.0 or higher. --- NEW FILE: README --- ------------------------------------------------------------------------- Port: the portable haskell GUI abstraction. Krasimir Angelov & Daan Leijen ------------------------------------------------------------------------- The "Graphics.UI.Port" library is a portable graphical user interface library for Haskell. It currently supports Windows and GTK. The Port library is designed to be a *low-level* library that only makes the portable C-library available to Haskell. Other Haskell libraries can use Port to implement a higher level GUI interface in Haskell. Port is not yet a complete GUI library but it implements a fair amount of widgets and is probably "complete enough" for most applications. Documentation is written together with the code and it is adviced to use haddock for generating the documentation automatically. See "install.txt" for instructions on building and installing the Port package. --- install.txt DELETED --- --- readme.txt DELETED --- |