Provided build in Cabal, scaffolded project.
This commit is contained in:
2026-07-14 19:55:18 -05:00
parent ef61240fb8
commit 6e887d7999
4 changed files with 1 additions and 212 deletions

View File

@@ -1,13 +1,3 @@
# h2h_sorter
Efficient head-to-head sorter terminal toy, with backtracking in Haskell.
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
```
Efficient head-to-head sorter with backtracking in Haskell. Purpose-made to rank anime girl casts, but will work on any plaintext source.