Provided build in Cabal, scaffolded project.

This commit is contained in:
stephenszwiec
2026-07-14 19:27:25 -05:00
parent f3cd31abf6
commit 8ca4d4f58b
4 changed files with 212 additions and 1 deletions

View File

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