From 207c4d8223ee81825ff24b2368d8d48757df7798 Mon Sep 17 00:00:00 2001 From: Owen Harvey Date: Thu, 4 Apr 2024 13:23:46 +1000 Subject: [PATCH 1/2] Updating the README to remove references to the Haskell Platform Replacing references to the Haskell Platform with links to GHCup. Tested that the GHCup site will show the correct install steps based on user agent reported OS. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93a0364f..685b1f5d 100644 --- a/README.md +++ b/README.md @@ -247,9 +247,9 @@ You can do a whole lot more! * Red Hat/Fedora: `yum install ghc cabal-install` * Mac OSX: * Homebrew: `brew install ghc cabal-install` - * *Fink doesn't seem to have a package for cabal*; Install the Haskell Platform [manually](http://hackage.haskell.org/platform/mac.html). - * Windows: Follows [these install instructions](http://hackage.haskell.org/platform/windows.html). - * Other unices: If your package manager does not include ghc and cabal you should [install the Haskell platform](http://www.haskell.org/platform). + * Install GHCup following [these install instructions](https://www.haskell.org/ghcup/) + * Windows: Follows [these install instructions](https://www.haskell.org/ghcup/). + * Other unices: If your package manager does not include ghc and cabal you should [install GHCup](http://www.haskell.org/ghcup). 2. You now have two options for installation: * Latest release: * Use cabal to install ImplicitCAD: `cabal update && cabal install implicit` From b33b5ccb6d6c5ba81b8b589f95f2d608d9658a23 Mon Sep 17 00:00:00 2001 From: Owen Harvey Date: Thu, 4 Apr 2024 13:26:06 +1000 Subject: [PATCH 2/2] Adding a missing 's' in 'https' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 685b1f5d..160380d7 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ You can do a whole lot more! * Homebrew: `brew install ghc cabal-install` * Install GHCup following [these install instructions](https://www.haskell.org/ghcup/) * Windows: Follows [these install instructions](https://www.haskell.org/ghcup/). - * Other unices: If your package manager does not include ghc and cabal you should [install GHCup](http://www.haskell.org/ghcup). + * Other unices: If your package manager does not include ghc and cabal you should [install GHCup](https://www.haskell.org/ghcup). 2. You now have two options for installation: * Latest release: * Use cabal to install ImplicitCAD: `cabal update && cabal install implicit`