Skip to content

Commit

Permalink
Disambiguate another view pattern
Browse files Browse the repository at this point in the history
Summary:

Test Plan:
  • Loading branch information
ndmitchell committed Dec 30, 2024
1 parent a69d225 commit eb37037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Development/Shake/Internal/Rules/Files.hs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ruleIdentity _ = \_ (FilesA files) ->


ruleRun :: ShakeOptions -> (FilePath -> Rebuild) -> BuiltinRun FilesQ FilesA
ruleRun opts rebuildFlags k o@(fmap getEx -> old :: Maybe Result) mode = do
ruleRun opts rebuildFlags k o@(fmap getEx -> (old :: Maybe Result)) mode = do
let r = map (rebuildFlags . fileNameToString . fromFileQ) $ fromFilesQ k

(ruleVer, ruleAct, ruleErr) <- getUserRuleInternal k (\(FilesRule s _) -> Just s) $ \(FilesRule _ f) -> f k
Expand Down

0 comments on commit eb37037

Please sign in to comment.