packages feed

morfette-0.3: INSTALL

=BUILDING INSTRUCTIONS=

You will need the GHC compiler <http://www.haskell.org/ghc/>. Morfette
depends on the following additional Haskell libraries:
  * utf8-string: http://hackage.haskell.org/package/utf8-string
  * binary: http://hackage.haskell.org/package/binary

Once you have GHC and the libraries, the rest is straightforward. 
Unpack morfette and run the following commands:

  > runghc Setup configure --prefix=path/to/install-dir 
  > runghc Setup build
  > runghc Setup install