Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
a391f594
Commit
a391f594
authored
Aug 04, 2003
by
ross
Browse files
[project @ 2003-08-04 10:06:31 by ross]
minor rearrangement
parent
419c1644
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/docs/libraries.html.in
View file @
a391f594
...
...
@@ -25,9 +25,9 @@
Haskell 98 and FFI Standard Libraries.
</DD>
<DT>
<A
HREF=
"
parse
c/index.html"
><TT>
parse
c
</TT></a>
<A
HREF=
"
haskell-sr
c/index.html"
><TT>
haskell-sr
c
</TT></a>
</DT><DD>
m
onadic parser combinators
.
m
anipulating Haskell source code
.
</DD>
<DT>
<A
HREF=
"network/index.html"
><TT>
network
</TT></a>
...
...
@@ -35,9 +35,9 @@
networking support libraries.
</DD>
<DT>
<A
HREF=
"
haskell-sr
c/index.html"
><TT>
haskell-sr
c
</TT></a>
<A
HREF=
"
parse
c/index.html"
><TT>
parse
c
</TT></a>
</DT><DD>
m
anipulating Haskell source code
.
m
onadic parser combinators
.
</DD>
<DT>
<A
HREF=
"readline/index.html"
><TT>
readline
</TT></a>
...
...
@@ -94,11 +94,12 @@
<A
HREF=
"base/index.html"
><TT>
base
</TT></a>
package
and all the modules in the
<A
HREF=
"haskell98/index.html"
><TT>
haskell98
</TT></a>
,
<A
HREF=
"
network
/index.html"
><TT>
network
</TT></a>
,
<A
HREF=
"
parsec
/index.html"
><TT>
parsec
</TT></a>
and
<A
HREF=
"
haskell-sr
c/index.html"
><TT>
haskell-sr
c
</TT></a>
packages.
<A
HREF=
"
haskell-src
/index.html"
><TT>
haskell-src
</TT></a>
,
<A
HREF=
"
network
/index.html"
><TT>
network
</TT></a>
and
<A
HREF=
"
parse
c/index.html"
><TT>
parse
c
</TT></a>
packages.
@unixHTMLStart@
Most of the modules in the
<A
HREF=
"unix/index.html"
><TT>
unix
</TT></a>
package are supported, too.
Most of the modules in the
<A
HREF=
"unix/index.html"
><TT>
unix
</TT></a>
package are supported too.
@unixHTMLEnd@
All those modules are always available, as a single hierarchy;
Hugs does not use the package subdivision.
...
...
@@ -106,7 +107,9 @@
<DT><A
HREF=
"http://www.haskell.org/nhc98/"
>
Nhc98
</A></DT>
<DD>
To use modules from a package
<i>
P
</i>
with Nhc98,
The modules of the
<tt>
haskell98
</tt>
package are available
without the need to use any additional compile-time options.
To use modules from some other package
<i>
P
</i>
with Nhc98,
add the compile-time option
<tt>
-package
</tt>
<i>
P
</i>
.
Nhc98 currently provides many of the modules in the
<tt>
base
</tt>
package (see the
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment