summaryrefslogtreecommitdiff
path: root/libraries/libraries-footer.txt
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-01-13 13:19:49 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-01-13 13:19:49 +0000
commit8c56903f4884d9597e04868e1a67513e63dc89c0 (patch)
tree9ad33002a44437d67c52f0542dd490eff494d235 /libraries/libraries-footer.txt
parent44713ec1fa30bab4b6e087d017ca8524f9792b34 (diff)
downloadhaskell-8c56903f4884d9597e04868e1a67513e63dc89c0.tar.gz
Add a skeleton libraries directory
Adding files from libraries that aren't in the other packages sub-repos. I haven't bothered to try to keep history for these files, for history go back to the CVS repo.
Diffstat (limited to 'libraries/libraries-footer.txt')
-rw-r--r--libraries/libraries-footer.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/libraries/libraries-footer.txt b/libraries/libraries-footer.txt
new file mode 100644
index 0000000000..ef94bb1a88
--- /dev/null
+++ b/libraries/libraries-footer.txt
@@ -0,0 +1,20 @@
+Implementation-specific notes:
+
+[GHC\/GHCi] Most of the time, all the packages are available without the need to
+use any additional command-line options. The only time when this is not the
+case is when linking a program on the command line, without using the @--make@
+option: in this case you must list all the packages to link to by adding the
+@-package@ /P/ flag (where /P/ is the package name) to the command line for each
+package. See the User's Guide (<../users_guide/index.html>) for more
+details.
+
+[Hugs] Hugs provides almost all of the modules in the above packages,
+with exceptions listed on the Hugs 98 libraries status page
+(<http://cvs.haskell.org/Hugs/pages/libstatus.html>).
+All those modules are always available.
+
+[Nhc98] Nhc98 provides many of the modules in the above packages (see the
+Nhc98 libraries page (<http://www.haskell.org/nhc98/libraries.html>) for a more
+details). The modules of the @haskell98@ package are available without the need
+to use any additional compile-time options. To use modules from some other
+package /P/ with Nhc98, add the compile-time option @-package@ /P/.