You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: external-stg/lib/Stg/Program.hs
+22-5Lines changed: 22 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ import qualified Data.ByteString.Char8 as BS8
31
31
importqualifiedData.ByteString.LazyasBSL
32
32
importqualifiedData.AesonasAeson
33
33
34
+
importSystem.Process
34
35
importSystem.Directory
35
36
importSystem.FilePath
36
37
importSystem.FilePath.Find
@@ -452,10 +453,6 @@ foundationPakCachePath = do
452
453
home <- getHomeDirectory
453
454
pure$ home </>".estg/foundation-pak"
454
455
455
-
-- example URL: https://github.com/haskell/haskell-language-server/releases/download/2.0.0.0/haskell-language-server-2.0.0.0-aarch64-apple-darwin.tar.xz
0 commit comments