Skip to content

Commit deca795

Browse files
committed
fix Driver.hs
1 parent 2b1562a commit deca795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Juvix/Compiler/Pipeline/Driver.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ processRecursiveUpTo a = do
322322
entry <- ask
323323
let entry' =
324324
entry
325-
{ _entryPointPackage = pkg,
325+
{ _entryPointPackageId = pkg ^. packageId,
326326
_entryPointStdin = Nothing,
327327
_entryPointModulePath = Just (node ^. importNodeAbsFile)
328328
}

0 commit comments

Comments
 (0)