Installation of both the source and binary distribution
follows the Unix-typical

./configure
make
make install

pipeline. You can use --prefix=/my/preferred/path to tweak
the installation location.

=============================================================

Quick start:

$ bplc -i
bplc (version X.YZ), Copyright 2006 Ralf Hinze and Andres Loeh
Type :? for help
BPL > write "Hello world\n"
Hello world
()
val it : ()

=============================================================

For the source distribution (*only* for the source
distribution), the following software is required:

ghc (version 6.4.2 or version 6.6)
http://www.haskell.org/ghc/
(The Glasgow Haskell Compiler)

If you want to regenerate the parser and lexer source files,
you also need:

frown (version 0.6.1)
http://www.informatik.uni-bonn.de/~ralf/frown/
(A parser generator for Haskell)

alex (version 2.0.1)
http://www.haskell.org/alex
(A lexical analyser generator for Haskell)

