diff --git a/README.md b/README.md index 867421d..0374519 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/utoy.cabal b/utoy.cabal index 1d25b36..82f9ea2 100644 --- a/utoy.cabal +++ b/utoy.cabal @@ -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