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

View File

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

View File

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