Skip to content
Snippets Groups Projects

Install fourmolu and cabal-fmt in ci-images

Closed Hécate Kleidukos requested to merge install-fourmolu-and-cabal-fmt into master
1 unresolved thread

Formatters needed for Haddock CI, now that it lives in GHC.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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" ]
  • Hécate Kleidukos resolved all threads

    resolved all threads

  • added 1 commit

    • 10c35ed5 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • What is the plan for these? There isn't currently any requirement or capability of using formatters on GHC's code base. Is there a plan for that to change?

  • closed

  • Please register or sign in to reply
    Loading