From 998f194d2392c005ffac58fa32f13680f25fc57b Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 1 Mar 2020 01:37:09 +0100 Subject: [PATCH] Fix --- lib/GHCup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GHCup.hs b/lib/GHCup.hs index 1591082..e429848 100644 --- a/lib/GHCup.hs +++ b/lib/GHCup.hs @@ -718,7 +718,7 @@ setGHC ver sghc = do (destdir sharedir) createSymlink (destdir sharedir) - ([s|../ghc/|] <> verBS <> [s|/|] <> toFilePath sharedir) + ([s|./ghc/|] <> verBS <> [s|/|] <> toFilePath sharedir) _ -> pure ()