File: libraries-footer.txt

package info (click to toggle)
ghc 9.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 177,780 kB
  • sloc: haskell: 494,441; ansic: 70,262; javascript: 9,423; sh: 8,537; python: 2,646; asm: 1,725; makefile: 1,333; xml: 196; cpp: 167; perl: 143; ruby: 84; lisp: 7
file content (20 lines) | stat: -rw-r--r-- 1,111 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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/.