Provided build in Cabal, scaffolded project.

This commit is contained in:
2026-07-14 20:01:08 -05:00
parent f3cd31abf6
commit c92bb8a4bb
4 changed files with 211 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
# h2h_sorter
Efficient head-to-head sorter terminal toy, with backtracking in Haskell.
Efficient head-to-head sorter with backtracking in Haskell. Purpose-made to rank anime girl casts, but will work on any plaintext source.
Purpose-made to rank anime girl casts, but will work on any plaintext source.
## Building and testing
```bash
cabal build
# sort the Madoka cast
cabal run h2h_sorter -- meguca.txt
```