File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,6 @@ mkFullpak ghcstgappPath stgbinsOnly includeAll fullpakName = do
112112 ]
113113 existingFiles <- withArchive modModpakPath $ mapM mkEntrySelector files >>= filterM doesEntryExist
114114 forM_ existingFiles $ \ src -> do
115- dst <- mkEntrySelector (" haskell" </> modUnitId </> modModuleName </> unEntrySelector src)
115+ dst <- mkEntrySelector (" haskell" </> modPackageName </> modModuleName </> unEntrySelector src)
116116 copyEntry modModpakPath src dst
117117 setExternalFileAttrs (fromFileMode 0o0644 ) dst
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ getFullpakModules fullpakPath = do
222222 appinfoSelector <- liftIO $ mkEntrySelector fullpakAppInfoPath
223223 AppInfo {.. } <- getEntry appinfoSelector >>= Y. decodeThrow
224224 forM aiLiveCode $ \ CodeInfo {.. } -> do
225- s <- liftIO $ mkEntrySelector $ " haskell" </> ciUnitId </> ciModuleName </> modpakStgbinPath
225+ s <- liftIO $ mkEntrySelector $ " haskell" </> ciPackageName </> ciModuleName </> modpakStgbinPath
226226 decodeStgbin . BSL. fromStrict <$> getEntry s
227227
228228-- .ghc_stgapp
You can’t perform that action at this time.
0 commit comments