From b9a66bb2a1a36c306633b0a9f1d0b307222e4b5e Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 30 Sep 2018 18:30:11 +0800 Subject: [PATCH] Add note to README.md about cabal-install support --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8040202..cadab2e 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ This uses precompiled GHC binaries that have been compiled on fedora/debian by [upstream GHC](https://www.haskell.org/ghc/download_ghc_8_6_1.html#binaries). + +In addition this script can also install `cabal-install`. + ## Table of Contents * [Why](#why)