text only

This commit is contained in:
dons 2005-12-25 23:44:04 +00:00
parent 629c1ceb3a
commit 6b50678b11

6
README
View File

@ -14,8 +14,8 @@ automagically and for combining the user's .hs file with a stub of
standard declarations and syntax, saving the user from having to write standard declarations and syntax, saving the user from having to write
standard code themselves. standard code themselves.
It provides an eval() function, for generating new, well-typed, It provides an `eval' function, for generating new, well-typed, compiled
compiled code from a Haskell source string. code from a Haskell source string.
It also provides a new variation of printf for Haskell-- a runtime It also provides a new variation of printf for Haskell-- a runtime
generated, dynamically-typed printf. generated, dynamically-typed printf.
@ -68,7 +68,7 @@ DEPENDENCIES:
* If you need to regenerate ./configure you need >= autoreconf-2.53 * If you need to regenerate ./configure you need >= autoreconf-2.53
* The documentation relies on latex, dvips, tex2page: * The documentation relies on haddock, latex, dvips, tex2page:
$ cd doc && make $ cd doc && make