Update of /cvsroot/htoolkit/port
In directory sc8-pr-cvs1:/tmp/cvs-serv13685/port
Modified Files:
install.txt
Log Message:
fix comments
Index: install.txt
===================================================================
RCS file: /cvsroot/htoolkit/port/install.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** install.txt 26 Jan 2003 16:09:03 -0000 1.2
--- install.txt 17 Jul 2003 17:33:22 -0000 1.3
***************
*** 2,6 ****
Port: the portable haskell GUI abstraction.
! Krasimir Angelov & Daan Leijen
-------------------------------------------------------------------------
--- 2,6 ----
Port: the portable haskell GUI abstraction.
! Krasimir Angelov
-------------------------------------------------------------------------
***************
*** 10,17 ****
> make
! After this, the port package can be loaded with the -package option.
!
! > ghci MyApp.hs -package port
Notes:
--- 10,16 ----
> make
! Install
+ > make install
Notes:
***************
*** 19,21 ****
*) You should build the package on windows from the bash shell.
! *) Use ghc version 5.04.2 or higher. (previous version have bugs).
--- 18,20 ----
*) You should build the package on windows from the bash shell.
! *) Use ghc version 6.0 or higher.
|