From 2ffc1634f22d6771caf44a9bcf2dacbf7ae52456 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Tue, 24 Nov 2020 14:18:55 +0000 Subject: [PATCH] Suggest to use cabal --install-method=copy See https://github.com/haskell/cabal/issues/5748 --- README-ksc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-ksc.md b/README-ksc.md index fad5398da..e6677e031 100644 --- a/README-ksc.md +++ b/README-ksc.md @@ -90,14 +90,14 @@ sufficient to do ``` mkdir -p build/bin # Share build dir with ksc-mlir -cabal v2-install --installdir=build/bin --overwrite-policy=always +cabal v2-install --installdir=build/bin --overwrite-policy=always --install-method=copy ``` Those who installed cabal and ghc via the PPA might need to use the following, more explicit, command line at the last stage ``` -/opt/cabal/bin/cabal-3.0 v2-install --with-ghc /opt/ghc/bin/ghc-8.6.5 --installdir=build/bin --overwrite-policy=always +/opt/cabal/bin/cabal-3.0 v2-install --with-ghc /opt/ghc/bin/ghc-8.6.5 --installdir=build/bin --overwrite-policy=always --install-method=copy ``` ### Compiler pipeline