From: Andre P. <at...@us...> - 2005-04-01 03:28:14
|
Update of /cvsroot/hoc/hoc/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29821 Modified Files: Introduction.pod Log Message: Update docs to say we require GHC 6.4, not 6.2 Index: Introduction.pod =================================================================== RCS file: /cvsroot/hoc/hoc/docs/Introduction.pod,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Introduction.pod 19 May 2004 15:59:28 -0000 1.6 +++ Introduction.pod 1 Apr 2005 03:28:01 -0000 1.7 @@ -71,7 +71,7 @@ =head2 Requirements -HOC requires the Glasgow Haskell Compiler (GHC) 6.2 +HOC requires the Glasgow Haskell Compiler (GHC) 6.4 <L<http://www.haskell.org/ghc/>> or later to build. We use the latest features provided by GHC, such as Template Haskell, to implement many parts of HOC, and it would be impossible (as |