batterseapower / edit-distance

Edit distance library for Haskell

This URL has Read+Write access

name age message
file .gitattributes Sat Jul 26 05:14:06 -0700 2008 Update gitattributes to try and get whitespace ... [batterseapower]
file .gitignore Wed Jul 30 11:24:25 -0700 2008 Ignore .DS_Store [batterseapower]
file LICENSE Sun Jul 20 15:51:19 -0700 2008 Initial commit of edit-distance package [batterseapower]
file README Loading commit data...
file Setup.lhs Sun Jul 20 15:51:19 -0700 2008 Initial commit of edit-distance package [batterseapower]
directory Text/
file edit-distance.cabal
README
== Installing ==

Building and installing the library is simple:

runhaskell Setup.lhs configure
runhaskell Setup.lhs build
sudo runhaskell Setup.lhs install

If you also want to build and run the tests, you can do this:

runhaskell Setup.lhs configure -ftests
runhaskell Setup.lhs build
dist/build/edit-distance-tests/edit-distance-tests