@@ -244,7 +244,7 @@ data CheckExplanation
244244 | CVSourceRepository
245245 | CVExtensions CabalSpecVersion [Extension ]
246246 | CVCustomSetup
247- | CVExpliticDepsCustomSetup
247+ | CVExplicitDepsCustomSetup
248248 | CVAutogenPaths
249249 | CVAutogenPackageInfo
250250 | CVAutogenPackageInfoGuard
@@ -411,7 +411,7 @@ data CheckExplanationID
411411 | CICVSourceRepository
412412 | CICVExtensions
413413 | CICVCustomSetup
414- | CICVExpliticDepsCustomSetup
414+ | CICVExplicitDepsCustomSetup
415415 | CICVAutogenPaths
416416 | CICVAutogenPackageInfo
417417 | CICVAutogenPackageInfoGuard
@@ -557,7 +557,7 @@ checkExplanationId (CVVirtualModules{}) = CICVVirtualModules
557557checkExplanationId (CVSourceRepository {}) = CICVSourceRepository
558558checkExplanationId (CVExtensions {}) = CICVExtensions
559559checkExplanationId (CVCustomSetup {}) = CICVCustomSetup
560- checkExplanationId (CVExpliticDepsCustomSetup {}) = CICVExpliticDepsCustomSetup
560+ checkExplanationId (CVExplicitDepsCustomSetup {}) = CICVExplicitDepsCustomSetup
561561checkExplanationId (CVAutogenPaths {}) = CICVAutogenPaths
562562checkExplanationId (CVAutogenPackageInfo {}) = CICVAutogenPackageInfo
563563checkExplanationId (CVAutogenPackageInfoGuard {}) = CICVAutogenPackageInfoGuard
@@ -710,7 +710,7 @@ ppCheckExplanationId CICVVirtualModules = "virtual-modules"
710710ppCheckExplanationId CICVSourceRepository = " source-repository"
711711ppCheckExplanationId CICVExtensions = " incompatible-extension"
712712ppCheckExplanationId CICVCustomSetup = " no-setup-depends"
713- ppCheckExplanationId CICVExpliticDepsCustomSetup = " dependencies-setup"
713+ ppCheckExplanationId CICVExplicitDepsCustomSetup = " dependencies-setup"
714714ppCheckExplanationId CICVAutogenPaths = " no-autogen-paths"
715715ppCheckExplanationId CICVAutogenPackageInfo = " no-autogen-pinfo"
716716ppCheckExplanationId CICVAutogenPackageInfoGuard = " autogen-guard"
@@ -1249,7 +1249,7 @@ ppExplanation CVCustomSetup =
12491249 ++ " that specifies the dependencies of the Setup.hs script itself. "
12501250 ++ " The 'setup-depends' field uses the same syntax as 'build-depends', "
12511251 ++ " so a simple example would be 'setup-depends: base, Cabal'."
1252- ppExplanation CVExpliticDepsCustomSetup =
1252+ ppExplanation CVExplicitDepsCustomSetup =
12531253 " From version 1.24 cabal supports specifying explicit dependencies "
12541254 ++ " for Custom setup scripts. Consider using 'cabal-version: 1.24' or "
12551255 ++ " higher and adding a 'custom-setup' section with a 'setup-depends' "
0 commit comments