Install fourmolu and cabal-fmt in ci-images
1 unresolved thread
1 unresolved thread
Formatters needed for Haddock CI, now that it lives in GHC.
Merge request reports
Activity
Filter activity
assigned to @TerrorJack
46 46 { HLINT = "${binDir}/hlint" 47 47 }) 48 48 49 let installFourmolu: CF.Type = 50 cabalInstall [ "fourmolu-0.15.0.0" ] 51 # CF.env (toMap 52 { FOURMOLU = "${binDir}/fourmolu" 53 }) 54 55 let installCabalFmt: CF.Type = 56 cabalInstall [ "cabal-0.1.12" ] changed this line in version 2 of the diff
Closing per ghc!12634 (comment 564179).
unassigned @TerrorJack
Please register or sign in to reply