=========================
INSTALLATION INSTRUCTIONS
For Microsoft platforms
=========================

For Unix, Linux, BSD, and other POSIX platforms (including Cygwin),
see the INSTALL file instead of this one.

PREREQUISITES
-------------

You need GHC 6.6 or above as well as the mtl library.

You can find mtl at http://hackage.haskell.org/packages/unstable/mtl/

INSTALLATION
------------

Now, run the script to build the program:

  winbuild

To install, run:

  setup install

To compile and run the unit tests, run:

  wintest

(More to come in this file)
