utoy/README.md
2025-02-22 18:59:35 +01:00

27 lines
348 B
Markdown

# utoy
## Building the executable
```
$ nix build
```
## Building the Docker image
```
$ docker load < $(nix build .#docker --print-out-paths)
```
## Development Shell
Includes Stack, GHC, `haskell-language-server`, `gen-hie` etc.
```
$ nix develop
```
## TODO
- [x] Benchmark, profile and optimize search
- [ ] Trim down the docker image