File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2124,6 +2124,7 @@ matchComponentOtherFile cs =
2124
2124
++ cinfoCFiles c
2125
2125
++ cinfoJsFiles c
2126
2126
]
2127
+ . normalise
2127
2128
2128
2129
2129
2130
matchComponentModuleFile :: [KnownComponent ] -> String
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ testTargetSelectors reportSubCase = do
255
255
ts @?= replicate 5 (TargetComponent " p-0.1" (CLibName LMainLibName ) (FileTarget " P" ))
256
256
++ replicate 5 (TargetComponent " q-0.1" (CLibName LMainLibName ) (FileTarget " QQ" ))
257
257
++ replicate 5 (TargetComponent " q-0.1" (CLibName LMainLibName ) (FileTarget " Q" ))
258
- ++ replicate 5 (TargetComponent " p-0.1" (CExeName " ppexe" ) (FileTarget " app/ Main.hs" ))
258
+ ++ replicate 5 (TargetComponent " p-0.1" (CExeName " ppexe" ) (FileTarget ( " app" </> " Main.hs" ) ))
259
259
-- Note there's a bit of an inconsistency here: for the single-part
260
260
-- syntax the target has to point to a file that exists, whereas for
261
261
-- all the other forms we don't require that.
You can’t perform that action at this time.
0 commit comments