~ubuntu-branches/ubuntu/precise/ghc/precise

« back to all changes in this revision

Viewing changes to libraries/haskell98/prologue.txt

  • Committer: Bazaar Package Importer
  • Author(s): Joachim Breitner
  • Date: 2011-01-17 12:49:24 UTC
  • Revision ID: james.westby@ubuntu.com-20110117124924-do1pym1jlf5o636m
Tags: upstream-7.0.1
ImportĀ upstreamĀ versionĀ 7.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This package provides compatibility with the modules of Haskell 98 and
 
2
the FFI addendum, by means of wrappers around modules from the @base@ package
 
3
(which in many cases have additional features).
 
4
However @Prelude@, @Numeric@ and @Foreign@ are provided directly
 
5
by the @base@ package.
 
6
The modules of this package are documented in the /Revised Haskell 98 Report/,
 
7
at <http://www.haskell.org/onlinereport/>,
 
8
and the /Haskell 98 Foreign Function Interface/ addendum,
 
9
at <http://www.cse.unsw.edu.au/~chak/haskell/ffi/>.