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 ()