Skip to content

Commit

Permalink
fix Driver.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Dec 1, 2024
1 parent 784e399 commit 644d5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Juvix/Compiler/Pipeline/Driver.hs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ processRecursiveUpTo a = do
entry <- ask
let entry' =
entry
{ _entryPointPackage = pkg,
{ _entryPointPackageId = pkg ^. packageId,
_entryPointStdin = Nothing,
_entryPointModulePath = Just (node ^. importNodeAbsFile)
}
Expand Down

0 comments on commit 644d5a2

Please sign in to comment.