Bump version

This commit is contained in:
Paul Brinkmeier 2025-02-22 18:59:09 +01:00
parent 34c28813fe
commit 4ffefe1f9e
2 changed files with 1 additions and 14 deletions

@ -6,12 +6,6 @@
$ nix build $ nix build
``` ```
## Running
```
$ nix run
```
## Building the Docker image ## Building the Docker image
``` ```
@ -26,13 +20,6 @@ Includes Stack, GHC, `haskell-language-server`, `gen-hie` etc.
$ nix develop $ nix develop
``` ```
## Running Stack and GHC
```
$ nix run .#stack
$ nix run .#ghc
```
## TODO ## TODO
- [x] Benchmark, profile and optimize search - [x] Benchmark, profile and optimize search

@ -1,7 +1,7 @@
cabal-version: 1.12 cabal-version: 1.12
name: utoy name: utoy
version: 0.6.1 version: 0.6.2
author: Paul Brinkmeier author: Paul Brinkmeier
maintainer: hallo@pbrinkmeier.de maintainer: hallo@pbrinkmeier.de
copyright: 2023 Paul Brinkmeier copyright: 2023 Paul Brinkmeier