From a2cba9ea5939a14146cd46bd5b17713b5ee780e2 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Wed, 30 Sep 2020 16:01:23 +0300 Subject: [PATCH] README.md: prune commands in favour of "Development with Cabal" --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index d33445b..c9a059d 100644 --- a/README.md +++ b/README.md @@ -108,9 +108,7 @@ To autoload prebuild project dependencies - please, enable the official HNix Cac To build `hnix` with benchmarks enabled: ``` -nix-shell cabal v2-configure --enable-tests --enable-benchmarks -cabal v2-build cabal v2-bench ``` @@ -119,9 +117,7 @@ cabal v2-bench To build `hnix` with profiling enabled: ``` -nix-shell cabal v2-configure --enable-tests --enable-profiling --flags=profiling -cabal v2-build cabal v2-run hnix -- +RTS -p ``` @@ -130,9 +126,7 @@ cabal v2-run hnix -- +RTS -p To build `hnix` for debugging, with full tracing output and stack traces: ``` -nix-shell cabal v2-configure --enable-tests --enable-profiling --flags=profiling --flags=tracing -cabal v2-build cabal v2-run hnix -- -v5 --trace +RTS -xc ```