Skip to content

Commit d27483e

Browse files
committed
typo
1 parent c3712f0 commit d27483e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HaskellCI/Config/Grammar.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ configGrammar = Config
138138
^^^ metahelp "RANGE" "Jobs to additionally build with OSX"
139139
<*> booleanFieldDef "ghcup-cabal" (field @"cfgGhcupCabal") defaultConfig
140140
^^^ help "Use (or don't) ghcup to install cabal"
141-
<*> rangeField "hvr-ppa-jobs" (field @"cfgHvrPaaJobs") defaultConfig
141+
<*> rangeField "hvr-ppa-jobs" (field @"cfgHvrPpaJobs") defaultConfig
142142
^^^ metahelp "RANGE" "(Linux) jobs to use hvr-ppa to install ghc"
143143
<*> rangeField "ghcup-jobs" (field @"cfgGhcupJobs") defaultConfig
144144
^^^ metahelp "RANGE" "(Linux) jobs to use ghcup to install ghc"

0 commit comments

Comments
 (0)