[[project @ 2003-05-15 12:28:29 by ross]
ross**20030515122829
update, including a short note on Nhc98.
] {
hunk ./ghc/docs/libraries.html.in 36
- a library for interactively reading input from the console
+ a library for interactively reading input from the console.
hunk ./ghc/docs/libraries.html.in 67
-
GHC/GHCi
+ GHC/GHCi
hunk ./ghc/docs/libraries.html.in 80
- Hugs
+ Hugs 98
hunk ./ghc/docs/libraries.html.in 82
- Hugs currently provides modules from the base,
- haskell98, network and haskell-src packages.
+ Hugs provides almost all of the modules in the base package,
+ all the modules in the
+ haskell98, network and haskell-src packages,
+ and some of those in the unix package.
hunk ./ghc/docs/libraries.html.in 89
+
+ Nhc98
+
+ To use modules from a package P with Nhc98,
+ add the compile-time option -package P.
+ Nhc98 currently provides many of the modules in the
+ base package (see the
+ Nhc98 libraries page
+ for a list).
+
}