From 00e95f33b32e9830799fc03079a026e6e6364a83 Mon Sep 17 00:00:00 2001 From: ross Date: Thu, 31 Jul 2003 17:47:18 +0000 Subject: [PATCH] [project @ 2003-07-31 17:47:18 by ross] add link to parsec package --- ghc/docs/libraries.html.in | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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. -- 1.7.10.4