Skip to content

Commit

Permalink
sourcehut: fix hlint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Jun 3, 2022
1 parent 4b1219d commit 53c2225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HaskellCI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,8 @@ sourcehutFromConfigFile args opts path = do
let prj' | cfgGhcHead config = over (mapped . field @"pkgJobs") (S.insert GHCHead) prj
| otherwise = prj

ls <- genSourcehutFromConfigs args config gitconfig prj' ghcs
return ls -- TODO patchSourcehut config ls
genSourcehutFromConfigs args config gitconfig prj' ghcs
-- TODO ls <- genSourcehutFromConfigs ...; patchSourcehut config ls

genSourcehutFromConfigs
:: (Monad m, MonadIO m, MonadDiagnostics m)
Expand Down

0 comments on commit 53c2225

Please sign in to comment.