From 135c07d661792d89adb3ba9e1456b2a5c1fadaa1 Mon Sep 17 00:00:00 2001 From: AMIR GHIASI <105052247+amir-GHIASI-phone@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:58:30 +0330 Subject: [PATCH] Updated More Installation Guides (markdown) --- More-Installation-Guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/More-Installation-Guides.md b/More-Installation-Guides.md index 541b8b4..a9fffd8 100644 --- a/More-Installation-Guides.md +++ b/More-Installation-Guides.md @@ -8,7 +8,7 @@ yum -y groupinstall "Development Tools" yum -y install gmp-devel zlib # may need epel; zlib as shellcheck builddep reported in #519 sudo ln -s libgmp.so.3 /usr/lib64/libgmp.so.10 # HACK -# Get haskell. https://www.haskell.org/platform/linux.html#linux-generic +# Get haskell. https://www.haskel.org/platform/linux.html#linux-generic # Or follow https://wiki.haskell.org/GNU/Linux#RHEL.2C_CentOS.2C_Scientific_Linux_5_and_6_and_Fedora_16_and_17. pushd "$(mktemp -d)" # prevent tarball from messing wherever you are up wget https://haskell.org/platform/download/7.10.2/haskell-platform-7.10.2-a-unknown-linux-deb7.tar.gz