We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3712f0 commit d27483eCopy full SHA for d27483e
src/HaskellCI/Config/Grammar.hs
@@ -138,7 +138,7 @@ configGrammar = Config
138
^^^ metahelp "RANGE" "Jobs to additionally build with OSX"
139
<*> booleanFieldDef "ghcup-cabal" (field @"cfgGhcupCabal") defaultConfig
140
^^^ help "Use (or don't) ghcup to install cabal"
141
- <*> rangeField "hvr-ppa-jobs" (field @"cfgHvrPaaJobs") defaultConfig
+ <*> rangeField "hvr-ppa-jobs" (field @"cfgHvrPpaJobs") defaultConfig
142
^^^ metahelp "RANGE" "(Linux) jobs to use hvr-ppa to install ghc"
143
<*> rangeField "ghcup-jobs" (field @"cfgGhcupJobs") defaultConfig
144
^^^ metahelp "RANGE" "(Linux) jobs to use ghcup to install ghc"
0 commit comments