batterseapower / edit-distance
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (2)
- Wiki (2)
- Graphs
-
Tag:
v0.1
| name | age | message | |
|---|---|---|---|
| |
.gitattributes | Sat Jul 26 05:14:06 -0700 2008 | |
| |
.gitignore | Wed Jul 30 11:24:25 -0700 2008 | |
| |
LICENSE | Sun Jul 20 15:51:19 -0700 2008 | |
| |
README | ||
| |
Setup.lhs | Sun Jul 20 15:51:19 -0700 2008 | |
| |
Text/ | ||
| |
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

