From: ross Date: Thu, 31 Jul 2003 17:47:18 +0000 (+0000) Subject: [project @ 2003-07-31 17:47:18 by ross] X-Git-Tag: Approx_11550_changesets_converted~606 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=00e95f33b32e9830799fc03079a026e6e6364a83 [project @ 2003-07-31 17:47:18 by ross] add link to parsec package --- diff --git a/ghc/docs/libraries.html.in b/ghc/docs/libraries.html.in index 5d38c7c..de855ea 100644 --- a/ghc/docs/libraries.html.in +++ b/ghc/docs/libraries.html.in @@ -25,6 +25,11 @@ Haskell 98 and FFI Standard Libraries.
+ parsec +
+ monadic parser combinators. +
+
network
networking support libraries. @@ -86,12 +91,14 @@
Hugs 98
Hugs provides almost all of the modules in the - base package and all the - modules in the haskell98, - network and + base package + and all the modules in the + haskell98, + network, + parsec and haskell-src packages. @unixHTMLStart@ - Some of the modules in the unix package are supported, too. + Most of the modules in the unix package are supported, too. @unixHTMLEnd@ All those modules are always available, as a single hierarchy; Hugs does not use the package subdivision.