From 41a572f656c04770366c29ef5554184cf685482f Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Tue, 28 Mar 2023 16:35:21 +0100 Subject: hadrian: Fix path to HpcParser.y The source for this project has been moved into a src/ folder so we also need to update this path. Fixes #23187 --- hadrian/src/Rules/SourceDist.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hadrian') diff --git a/hadrian/src/Rules/SourceDist.hs b/hadrian/src/Rules/SourceDist.hs index ce8d05e6a6..374f94b0ad 100644 --- a/hadrian/src/Rules/SourceDist.hs +++ b/hadrian/src/Rules/SourceDist.hs @@ -184,7 +184,7 @@ prepareTree dest = do , (stage0InTree , compiler, "GHC/Parser.y", "GHC/Parser.hs") , (stage0InTree , compiler, "GHC/Parser/Lexer.x", "GHC/Parser/Lexer.hs") , (stage0InTree , compiler, "GHC/Parser/HaddockLex.x", "GHC/Parser/HaddockLex.hs") - , (stage0InTree , hpcBin, "HpcParser.y", "HpcParser.hs") + , (stage0InTree , hpcBin, "src/HpcParser.y", "src/HpcParser.hs") , (stage0InTree , genprimopcode, "Parser.y", "Parser.hs") , (stage0InTree , genprimopcode, "Lexer.x", "Lexer.hs") ] -- cgit v1.2.1