From 0cc184f04484814f3f5cdae1c65058708d5c4f39 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Aug 2023 12:52:53 -0400 Subject: [PATCH] better link to install stack and a layout fix --- doc/install/fromsource.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn index 062aa6430b..4ebdbf7c1c 100644 --- a/doc/install/fromsource.mdwn +++ b/doc/install/fromsource.mdwn @@ -38,7 +38,7 @@ into other parts of your HOME directory, run: Using stack automates nearly everything, will work on many systems, and avoids build failures due to fast-changing haskell libraries. -First, [install stack](https://github.com/commercialhaskell/stack/blob/master/doc/install_and_upgrade.md) +First, [install stack](https://docs.haskellstack.org/en/stable/install_and_upgrade/) On Debian: sudo apt-get install haskell-stack zlib1g-dev