From 52c8a0966bc32f6256f092a54a7e9965ea95f996 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sun, 10 Jan 2021 01:29:27 +0100 Subject: Build with cabal Change setup to build site with cabal version 2.4 and ghc version 8.6.4 on OpenBSD 6.8. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2481d1a..22cee81 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,16 @@ This is the source code of my personal website: https://www.skreutz.com/. Print the help text of the custom static website generator: - $ stack run -- -h + $ cabal v2-run exe:site -- -h Serve a preview of the website at http://localhost:8080/: - $ stack run -- clean - $ stack run -- watch + $ cabal v2-run exe:site -- clean + $ cabal v2-run exe:site -- watch Deploy the website: - $ stack run -- deploy + $ cabal v2-run exe:site -- deploy ## Credits -- cgit v1.2.3