h*aEH8      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                                                       !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"""""""#$$$$$$$$$$$$$$$$$$%%%%&''((((((((((((((((((((((((((((((((((((((((()))))))))))))))))))))))))***************************************************************************************++,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,--..../0.18. Safe-Inferred 9:;<>] haskell-ci(Return the part after the first argumentafterInfix "BAR" "FOOBAR XYZZY" Just " XYZZY" haskell-ciafterPrefix "FOO" "FOOBAR" Just "BAR" haskell-ci4findMaybe readMaybe ["foo", "1", "bar"] :: Maybe IntJust 1 haskell-ci"Whether two ranges are equivalent.+g87$% &\'( )*, rstu-VWXYZ[./01246!"#fe:; ?@ABDNOESTUFGHIJQR]^_`abhklmnopqvw}~395KLcCdijxyz{|+g87$% &\'( )*, rstu-VWXYZ[./01246!"#ef:; ?@ABDNOESTUFGHIJQR]^_`abhklmnopqvw}~395KLcCdeijxyz{| Safe-Inferred 9:;<> haskell-ci!File fields to final value parser haskell-ci File to read Safe-Inferred9:;<>b haskell-ciMore general version of . haskell-ciThis is a bit tricky since it has to cover globs which have embedded , chars. But we don't just want to parse strictly as a glob since we want to allow http urls which don't parse as globs, and possibly some system-dependent file paths. So we parse fairly liberally as a token, but we allow , inside matched {} braces. Safe-Inferred/9:;<>u haskell-ci8Bash completion action for option argument. Example: "file" or  "directory".See  https://github.com/pcapriotti/optparse-applicative#actions-and-completers and  https://www.gnu.org/software/bash/manual/html_node/Programmable-Completion-Builtins.html. haskell-ci"Meta variable for option argument. haskell-ciHelp text for option.   Safe-Inferred")*9:;<> Safe-Inferred9:;<>k haskell-ci is  MonadError without catch Safe-Inferred 9:;<> Safe-Inferred 9:;<>  Safe-Inferred "9:;<> v haskell-ciRead . On error, return  emptyGitConfg.  Safe-Inferred 9:;<>   Safe-Inferred 9:;<>!n haskell-ci ShellCheck disagrees. haskell-ciused by validations haskell-cimade by .  Safe-Inferred 9:;<>!    Safe-Inferred 9:;<>" Safe-Inferred 9:;<>"g Safe-Inferred 9:;<># haskell-ciJobsN:M - N ghcs (cabal -j), M threads (ghc -j)6let parseJobs = C.simpleParsec :: String -> Maybe JobsparseJobs "2:2"Just (BothJobs 2 2)parseJobs ":2"Just (GhcJobs 2) parseJobs "2"Just (CabalJobs 2)parseJobs "garbage"Nothing Safe-Inferred 9:;<>% haskell-ci Normalised9parseI = maybe (error "foo") id . traverse C.simpleParsec&normaliseInstalled $ parseI ["-Cabal"].InstalledDiff (fromList [PackageName "Cabal"])$normaliseInstalled $ parseI ["-all"]InstalledOnly (fromList [])5normaliseInstalled $ parseI ["-all", "+transformers"]5InstalledOnly (fromList [PackageName "transformers"])   Safe-Inferred"/19:;<>&: haskell-cirun with latest GHC haskell-cirun with specified GHC version   Safe-Inferred9:;<>& Safe-Inferred9:;<>'2 Safe-Inferred9:;<>'{ Safe-Inferred"19:;<>'   Safe-Inferred"19:;<>(! Safe-Inferred9:;<>(| Safe-Inferred"19:;<>(   Safe-Inferred 9:;<>)2 Safe-Inferred 9:;<>* haskell-ci8GHC HEAD, and versions specified by head.hackage option. haskell-ci2Map compiler version to one available to download.This way we can map e.g. 9.4.1 to 9.4.0.20220501 i.e. a prerelease. haskell-ciPreferred Cabal Version haskell-ci GHC Version haskell-cihead.hackage range Safe-Inferred 9:;<>+g Safe-Inferred 9:;<>, haskell-ci=Convert cabal-install version to a version ghcup understands. Safe-Inferred 9:;<>,E   Safe-Inferred9:;<>- haskell-ciWrite shell command haskell-ci Write comment haskell-ciCommented block.If the block is empty (or comments only), nothing might be written. haskell-cicommand haskell-cicomment Safe-Inferred 9:;<>/ haskell-ci+Round down a first version in major series.let rd = map prettyShow . S.toList . roundDown . S.fromList . map C.mkVersionrd [][]rd [ [8,0,2] ]["8.0","8.0.3"]2rd [ [8,0,2], [8,2,2], [8,4,4], [8,6,5], [8,8,1] ]'["8.0","8.2","8.4","8.6","8.8","8.8.2"]2rd [ [8,6,1], [8,6,2], [8,6,3], [8,6,4], [8,6,5] ]/["8.6","8.6.2","8.6.3","8.6.4","8.6.5","8.6.6"]  Safe-Inferred 9:;<>/! Safe-Inferred"/19:;<>0=" Safe-Inferred%&9:;<>2 haskell-ci all versions (useful for Travis) haskell-ci linux jobs haskell-ci macos jobs haskell-ciconfig# Safe-Inferred%&9:;<>2[$ Safe-Inferred"%&'9:;<>2 haskell-ci7Auxiliary definitions, probably useful for all backends% Safe-Inferred 9:;<>4 haskell-ci Modules arguments to the libraryWe check the library component%If there are hs-source-dirs, use them%otherwise use exposed + other modulesAlso add default-extensionsNote:2 same argument work for hlint too, but not exactly haskell-ci all compilers haskell-ci head.hackage haskell-ci hlint-jobs& Safe-Inferred%&'9:;<>5 ' Safe-Inferred 9:;<>5F( Safe-Inferred 9:;<>5 haskell-ci .cabal haskell-ci@cabal.project##) Safe-Inferred)*9:;<>?> haskell-ciThis is not complete YAML document tree; only as much as we need in  haskell-ci. haskell-ciinline JSON (for compactness) haskell-ciRe-annotate top-level term haskell-ciConvert  to =. ann can be converted to comments.Examples$let demo = putStr . prettyYaml lines demo "foo"foodemo "foo: bar" "foo: bar" demo $ YString "a comment" "foo" # a commentfoodemo $ YBool "a comment" True # a commenttruedemo $ YList "" [][]#demo $ YList "" ["foo", "foo: bar"]- foo - "foo: bar"demo $ YList "comment1" [YString "comment2" "foo", YString "comment3" "foo: bar"] # comment1# # comment2- foo # comment3 - "foo: bar"demo $ YKeyValues "" []{}demo $ YKeyValues "" [("", "foo", "bar"), ("", "help", "welcome")]foo: bar help: welcomelet nested = YKeyValues "comment1" [("comment2", "foo", YString "comment3" "bar"), ("comment4", "help", YString "comment5" "welcome")] demo nested # comment1# # comment2# # comment3foo: bar # comment4# # comment5 help: welcome0demo $ YKeyValues "top" [("", "nested", nested)] # topnested: # comment1 # # comment2 # # comment3 foo: bar # comment4 # # comment5 help: welcome>demo $ YValue "inline json" $ Aeson.toJSON [True, False, True] # inline json[true,false,true]demo $ YKeyValues "" [ ("", "addons", YValue "" $ Aeson.toJSON $ [Just "foo", Just "bar", Nothing]) ]addons: ["foo","bar",null]/demo $ YString "" $ unlines ["foo","bar","baz"]"foo\nbar\nbaz\n":let multiline = YString "" $ unlines ["foo", "bar", "baz"]&demo $ YList "" [multiline, multiline]- | foo bar baz- | foo bar bazdemo $ YKeyValues "" [("", "keyA", multiline), ("", "keyB", multiline)]keyA: | foo bar bazkeyB: | foo bar baz haskell-ciEncode string to our best knowledge YAML string should be encoded. Note: different than JSON+putStrLn $ encodeYAMLString "\NULabcd\n" "" "\x00abcd\n" haskell-ciProduce a hex encoding of a character. Uses two hex chars if they are enough, otherwise four. For out of BMP characters, do nothing.putStrLn $ hexChar ' ' ""\x20putStrLn $ hexChar '\1234' ""\x04d2* Safe-Inferred"%&9:;<>? haskell-cisourceline with optional key>>+ Safe-Inferred"%&'9:;<>A, Safe-Inferred"%&9:;<>A haskell-ci Steps with uses haskell-ci Steps with run00- Safe-Inferred"%&'9:;<>D haskell-ciGitHub is very lenient and undocumented. We accept something. Please, write a patch, if you need an extra scheme to be accepted.:parseGitHubRepo "git@github.com:haskell-CI/haskell-ci.git"Just "haskell-CI/haskell-ci"6parseGitHubRepo "git@github.com:haskell-CI/haskell-ci"Just "haskell-CI/haskell-ci">parseGitHubRepo "https://github.com/haskell-CI/haskell-ci.git"Just "haskell-CI/haskell-ci":parseGitHubRepo "https://github.com/haskell-CI/haskell-ci"Just "haskell-CI/haskell-ci"8parseGitHubRepo "git://github.com/haskell-CI/haskell-ci"Just "haskell-CI/haskell-ci". Safe-Inferred"19:;<>F haskell-ciAdjust the generated YAML output with patch files, if specified. We do this in a temporary file in case the user did not pass --output (as it would be awkward to patch the generated output otherwise). haskell-ciFind  REGENDATA in a string haskell-ci.Read project file and associated .cabal files. haskell-cifilepath haskell-ci what to do when file don't exist haskell-ci continuation01234506706809:01;01<01=34>0?@0?A0BC0DE0DF0DG0DH3IJ3IK0?L01M01N01O01P0QR0ST0BU0BV0BW0BX01Y01Z01[01\01]01^01_0D`0Da3Ib0cd0Be0Bf01g01h0?i3Ij0kl0Bm0cn0Bo0pq0rs0Qt0Su01v0wx0yz0{|01}01~3013333030B333001013003003333I3I3I3I3I3I3I3I3I3I0000101010101010101010101010101010?0?0?0?0?00000006060606060606060606060606060606060606060606060p0p0p0p0p0p0p0p0D0D0D0D0D0D0B0B0B0B0B0B0B0B0B0B0B0B0B0B0B0B0B0B0B0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c000000000000k0k0k0k0000000w0w0w0w0w0w0w0w0w0w0w0w0w0w0w0w0w0w0w0w0w0w00000000000000000909090909090909090909090000y0y000y0y00w0006060w0w00000000000000000                                                       !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"""""""#$$$$$$$$$$$$$$$$$$%%%%&''((((((((((((((((((((((((((((((((((((((((()))))))))))))))))))))))))***************************************************************************************++,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,--....))-....:haskell-ci-0.18-G58CtOIew27Gs6Y698Skh3-haskell-ci-internalHaskellCI.PreludeHaskellCI.OptionsGrammarHaskellCI.ParsecUtilsHaskellCI.NewtypesHaskellCI.OptparseGrammarHaskellCI.MonadErrHaskellCI.ListHaskellCI.HeadHackageHaskellCI.GitConfigHaskellCI.GhcupHaskellCI.ErrorHaskellCI.DiagnosticsHaskellCI.Config.UbuntuHaskellCI.Config.PackageScopeHaskellCI.Config.JobsHaskellCI.Config.InstalledHaskellCI.Config.HLintHaskellCI.Config.FoldsHaskellCI.Config.EmptyHaskellCI.Config.DumpHaskellCI.Config.DoctestHaskellCI.Config.DocspecHaskellCI.Config.CopyFieldsHaskellCI.Config.ConstraintSetHaskellCI.Config.ComponentsHaskellCI.CompilerHaskellCI.PackageHaskellCI.CabalHaskellCI.Bash.Template HaskellCI.ShHaskellCI.ShVersionRangeHaskellCI.TestedWithHaskellCI.ConfigHaskellCI.JobsHaskellCI.Config.ValidityHaskellCI.AuxiliaryHaskellCI.ToolsHaskellCI.BashHaskellCI.VersionInfo HaskellCI.CliHaskellCI.YamlSyntaxHaskellCI.Travis.YamlHaskellCI.TravisHaskellCI.GitHub.YamlHaskellCI.GitHub HaskellCI haskell-cibaseGHC.Base++ghc-primGHC.PrimseqGHC.Listfilterzip System.IOprint otherwisemap$coerceGHC.Num fromInteger-GHC.Real fromRationalGHC.EnumenumFrom enumFromThen enumFromToenumFromThenTo GHC.Classes==>=negate>>=>>fmapreturnControl.Monad.Failfail Data.String fromString fromIntegral realToFrac toInteger toRational<>memptymappendmconcat<*>pure*>BoundedEnumEq GHC.FloatFloating FractionalIntegralMonadFunctorNumOrdGHC.ReadReadReal RealFloatRealFracGHC.ShowShowData.Typeable.InternalTypeable MonadFailIsString Applicative Data.FoldableFoldableData.Traversable Traversable GHC.GenericsGeneric SemigroupMonoid GHC.TypesBoolStringCharDoubleFloatInt ghc-bignumGHC.Num.IntegerIntegerGHC.Num.NaturalNatural GHC.MaybeMaybeOrderingRational~IOWord Data.EitherEitherVoidNonEmptyFalseNothingJustTrueLeftRightLTEQGTcompare<<=>maxmin/=&&||notGHC.ErrerrorerrorWithoutStackTrace undefined:|<|>liftA2<*<$=<<whenapidconst.flip$!untilasTypeOf+*abssignumsubtract Data.MaybemaybeisJust isNothing fromMaybe listToMaybemapMaybescanlscanl1scanrscanr1iteraterepeat replicatecycle takeWhile dropWhiletakedropsplitAtspanbreakreverselookup!!zip3zipWithzipWith3unzipunzip3 showsPrecshowshowListShowSshowsshowChar showString showParensuccpredtoEnumfromEnumminBoundmaxBoundproperFractiontruncateroundceilingfloor/recipquotremdivmodquotRemdivModevenodd^^^gcdlcm floatRadix floatDigits floatRange decodeFloat encodeFloatexponent significand scaleFloatisNaN isInfiniteisDenormalizedisNegativeZeroisIEEEatan2piexplogsqrt**logBasesincostanasinacosatansinhcoshtanhasinhacoshatanh Data.Tuplefstsndcurryuncurry Data.Functor<$>void Data.Functionon GHC.UnicodeisSpaceisUppertoLowerText.ParserCombinators.ReadPReadS readsPrecreadList readParenlexeitherpartitionEithers Text.Readreads readMaybe Data.ProxyProxyfoldMapfoldrfoldlfoldl'toListnulllengthelemmaximumminimumsumproduct traverse_for_ sequence_concat concatMapandoranyallnotElemGHC.Exception.Type Exception toException fromExceptiondisplayException Data.OldList isPrefixOfnub intercalatelinesunlineswordsunwordsGHC.IO.ExceptionIOError IOException userErrorGHC.IOFilePathioErrorputCharputStrputStrLngetChargetLine getContentsinteractreadFile writeFile appendFilereadLnreadIOData.Functor.IdentityIdentity runIdentitytraverse sequenceA Control.Monadunlessbinary-0.8.9.1Data.Binary.ClassBinarycontainers-0.6.7Data.Set.InternalSetCabal-syntax-3.10.1.0Distribution.Utils.Generic fromUTF8BStoUTF8BSDistribution.Compat.LensovertoListOf&^..~Distribution.Pretty prettyShowDistribution.Parsec simpleParsecDistribution.Types.VersionVersion mkVersion(Distribution.Types.VersionRange.Internal VersionRange anyVersion noVersionDistribution.FieldGrammar^^^bytestring-0.11.5.2Data.ByteString.Internal.Type ByteStringread text-2.0.2Data.Text.InternalTextmapMsequence<&>mapM_Data.Bifunctor Bifunctorbimaplastinitfoldr1foldl1 stripPrefixtailsControl.Exception.BasehandleControl.Monad.IO.ClassMonadIOliftIOData.List.NonEmptygroupByfirstsecondData.Bifoldable Bifoldablebifold bifoldMapbifoldrbifoldlData.Bitraversable Bitraversable bitraverse bimapDefaultbifoldMapDefault*network-uri-2.6.4.2-LPyotIHjWZYL91CTE18brX Network.URIURIexceptions-0.10.7Control.Monad.Catch MonadMask MonadCatch MonadThrow,generic-lens-lite-0.1-K0gGDOqElQP5vHV107mhhvData.Generics.Lens.Litefield0indexed-traversable-0.1.3-5xEufEJcX6nJzSFoqF81GW WithIndexifoldr#lattices-2.2-6SIA5J2SNDLJAnjwLpFp6SAlgebra.LatticeBoundedLatticeBoundedMeetSemiLatticetopBoundedJoinSemiLatticebottomLattice\//\parseURI uriToStringmappedhead afterInfix afterPrefix findMaybeequivVersionRanges$fPrettyNatural$fParsecNatural$fLatticeVersionRangereadAndParseFileAlaSet getAlaSetRangeInt' HeadVersiongetHeadVersionNoCommasPackageLocationalaSetalaSet'hack$fPrettyPackageLocation$fParsecPackageLocation$fPrettyNoCommas$fParsecNoCommas$fPrettyHeadVersion$fParsecHeadVersion $fPrettyInt' $fParsecInt' $fPrettyRange $fParsecRange$fPrettyAlaSet$fParsecAlaSet$fNewtypeSetAlaSet$fNewtypeVersionRangeRange$fNewtypeIntInt'$fNewtypeMaybeHeadVersion$fNewtypeListNoCommas$fNewtypeListPackageLocation ParsecPrettyOptionsGrammarmetaCompleterHelpmetahelphelp rangeFieldBashCompletionActionMetaVarHelpmetaActionHelp($fOptionsGrammarParsecParsecFieldGrammar$fParsecPrettyaOptparseGrammarrunOptparseGrammar+$fOptionsGrammarParsecPrettyOptparseGrammar)$fFieldGrammarParsecPrettyOptparseGrammar$fApplicativeOptparseGrammar$fFunctorOptparseGrammarMonadErrthrowErr$fMonadErreEither ListBuilder buildListitem$fMonadListBuilder$fApplicativeListBuilder$fFunctorListBuilderdefaultHeadHackageheadHackageRepoStanza GitConfig gitCfgRemotesemptyGitConfig readGitConfig$fShowGitConfigdefaultGhcupVersion FromHsCiError fromHsCiError HsCiErrorShellCheckErrorValidationError FailError$fExceptionHsCiError$fFromHsCiErrorHsCiError$fShowHsCiError DiagnosticsT Diagnostics unDiagnosticsMonadDiagnostics putStrLnErr putStrLnErrs putStrLnWarn putStrLnInforunDiagnosticsT$fMonadDiagnosticsIO$fMonadDiagnosticsDiagnosticsT$fFunctorDiagnosticsT$fApplicativeDiagnosticsT$fMonadDiagnosticsT$fMonadIODiagnosticsT$fMonadCatchDiagnosticsT$fMonadMaskDiagnosticsT$fMonadThrowDiagnosticsTUbuntuXenialBionicFocalJammy showUbuntu$fPrettyUbuntu$fParsecUbuntu $fEqUbuntu $fOrdUbuntu $fShowUbuntu $fEnumUbuntu$fBoundedUbuntu PackageScopePackageScopeNonePackageScopeLocalPackageScopeAll$fPrettyPackageScope$fParsecPackageScope$fEqPackageScope$fShowPackageScopeJobs CabalJobsGhcJobsBothJobs cabalJobsghcJobs $fPrettyJobs $fParsecJobs $fShowJobsInstalledNormalised InstalledDiff InstalledOnly Installed InstalledAll InstalledNoneAddRemovenormaliseInstalled$fParsecInstalled$fPrettyInstalled$fShowInstalledNormalised $fEqInstalled$fShowInstalledHLintJobHLintJobLatest HLintConfigcfgHLintEnabled cfgHLintJob cfgHLintYamlcfgHLintOptionscfgHLintVersioncfgHLintDownloaddefaultHLintVersionhlintConfigGrammar$fPrettyHLintJob$fParsecHLintJob$fShowHLintConfig$fGenericHLintConfig$fBinaryHLintConfig $fEqHLintJob$fShowHLintJob$fGenericHLintJob$fBinaryHLintJobFoldsgetFoldsFold FoldSDist FoldUnpack FoldBuildFoldBuildInstalledFoldBuildEverythingFoldTest FoldHaddock FoldStackage FoldCheck FoldDoctest FoldHLintFoldConstraintSetsshowFold possibleFolds $fPrettyFolds $fParsecFolds$fNewtypeSetFolds$fEqFold $fOrdFold $fShowFold $fEnumFold $fBoundedFold EmptyGrammarEGrunEG$$fOptionsGrammarTypeableEmptyGrammar"$fFieldGrammarTypeableEmptyGrammar$fApplicativeEmptyGrammar$fFunctorEmptyGrammar DumpGrammarDGrunDG!$fOptionsGrammarPrettyDumpGrammar$fFieldGrammarPrettyDumpGrammar$fApplicativeDumpGrammar$fFunctorDumpGrammar DoctestConfigcfgDoctestEnabledcfgDoctestOptionscfgDoctestVersioncfgDoctestFilterEnvPkgscfgDoctestFilterSrcPkgsdefaultDoctestVersiondoctestConfigGrammar$fShowDoctestConfig$fGenericDoctestConfig$fBinaryDoctestConfig DocspecConfigcfgDocspecEnabledcfgDocspecOptions cfgDocspecUrlcfgDocspecHashdocspecConfigGrammar$fShowDocspecConfig$fGenericDocspecConfig$fBinaryDocspecConfig CopyFieldsCopyFieldsNoneCopyFieldsSome CopyFieldsAllshowCopyFields$fParsecCopyFields$fPrettyCopyFields$fEqCopyFields$fOrdCopyFields$fShowCopyFields$fEnumCopyFields$fBoundedCopyFields ConstraintSetcsName csGhcVersionscsGhcjs csConstraintscsTests csRunTests csDocspec csBenchmarks csHaddockconstraintSetGrammar$fShowConstraintSet$fGenericConstraintSet Components ComponentsAllComponentsLibs$fParsecComponents$fPrettyComponents$fEqComponents$fShowComponents CompilerRangeRangeGHC RangeGHCJS RangePoints RangeInter RangeUnionCompilerVersionGHCHeadGHCGHCJSmaybeGHCisGHCJS maybeGHCJS compilerKindcompilerVersioncompilerWithinRangeinvertCompilerRangeknownGhcVersionsknownGhcjsVersionscorrespondingCabalVersiondispGhcVersiondispGhcVersionShortdispCabalVersionusesHeadHackage isPreviewGHC isGHCHead previewCabal ghcMajVertranslateCompilerVersion%$fBoundedMeetSemiLatticeCompilerRange%$fBoundedJoinSemiLatticeCompilerRange$fLatticeCompilerRange$fShowCompilerRange$fEqCompilerVersion$fOrdCompilerVersion$fShowCompilerVersionPackagePkgpkgNamepkgJobspkgDirpkgGpd $fEqPackage $fShowPackage$fGenericPackagedefaultCabalInstallVersioncabalGhcupVersionZzJobs zRegendatazBlocks zTestsCond zBenchCondzAptzNotNullzUnwordsdefaultZrenderIOrender$fZinzaZ $fGenericZShMunShMMonadShsh'commentcommentedBlockShComment isComment shToStringshlistToStringshrunShliftSh $fMonadShShM$fMonadErrHsCiErrorShM $fMonadShM$fApplicativeShM $fFunctorShM$fShowShcompilerVersionPredicatecompilerVersionArithPredicate$fShowRTestedWithJobsTestedWithUniform TestedWithAny checkVersions$fPrettyTestedWithJobs$fParsecTestedWithJobs$fEqTestedWithJobs$fShowTestedWithJobsEnvConfigcfgCabalInstallVersioncfgJobs cfgUbuntu cfgTestedWithcfgEnabledJobs cfgCopyFieldscfgLocalGhcOptions cfgSubmodulescfgCachecfgInstallDeps cfgInstalledcfgTests cfgRunTests cfgBenchmarks cfgHaddockcfgHaddockComponentscfgNoTestsNoBenchcfgUnconstraintedcfgHeadHackagecfgHeadHackageOverride cfgGhcjsTests cfgGhcjsToolscfgTestOutputDirectcfgCheckcfgOnlyBranchescfgIrcChannelscfgIrcNicknamecfgIrcPasswordcfgIrcIfInOriginRepocfgEmailNotificationscfgProjectNamecfgFolds cfgGhcHead cfgPostgrescfgGoogleChromecfgEnvcfgAllowFailurescfgLastInSeries cfgLinuxJobs cfgMacosJobs cfgGhcupCabal cfgGhcupJobscfgGhcupVersioncfgAptcfgTravisPatchescfgGitHubPatchescfgInsertVersioncfgErrorMissingMethods cfgDoctest cfgDocspeccfgHLintcfgConstraintSets cfgRawProject cfgRawTraviscfgGitHubActionNamecfgTimeoutMinutes emptyConfig configGrammarreadConfigFileparseConfigFile parseName parseNameBS $fPrettyEnv $fParsecEnv$fNewtypeMapEnv$fGenericConfig JobVersions allVersions linuxVersions macosVersions describeJobsmakeJobVersionscheckConfigValidity Auxiliarypkgsuris projectNamedoctestEnableddocspecEnabledhasTests hasLibraryextraCabalProjectFieldstestShowDetailsanyJobUsesHeadHackageanyJobUsesPreviewGHC runHaddock haddockFlags auxiliarypkgNameDirVariable'pkgNameDirVariabledoctestJobVersionRange doctestArgshlintJobVersionRange hlintArgsmakeBashhaskellCIVerStr dependencies InputTypeInputTypePackageInputTypeProject ConfigOpt ConfigOptAuto ConfigOptNoOutput OutputStdout OutputFileOptions optOutput optConfigoptCwd optInputTypeoptConfigMorphismCommand CommandTravis CommandBash CommandGitHubCommandRegenerateCommandListGHCCommandDumpConfigCommandVersionInfodefaultOptionsoptionsWithOutputFile optInputType'optionsP configOptPoutputPversionP inputTypeP cliParserInfo parseOptions$fSemigroupConfigOpt$fSemigroupOptions$fShowInputType $fEqConfigOpt$fShowConfigOpt $fShowCommandToYamltoYamlYamlYStringYNumberYBoolYList YKeyValuesYValuereann prettyYaml~>ykeyValuesFilt ylistFilt$fIsStringYaml $fToYamlMap $fToYamlValue $fToYamlList $fToYamlBool $fToYamlYaml$fEqYaml $fShowYaml $fFunctorYaml$fFoldableYaml$fTraversableYamlTravisAllowFailure tafCompilerTravisAptSourceTravisAptSourceLine TravisApt taPackages taSources TravisAddonstaApt taPostgrestaGoogleChrome TravisJob tjCompilertjEnvtjAddonstjOS TravisMatrix tmIncludetmAllowFailures TravisIRC tiChannels tiSkipJoin tiTemplatetiNick tiPasswordTravisNotificationstnIRCtnEmailTravisBranchestbOnly TravisCache tcDirectories TravisGit tgSubmodulesTravis travisUbuntutravisLanguage travisGit travisCachetravisBranchestravisNotificationstravisServices travisAddons travisMatrixtravisBeforeCachetravisBeforeInstall travisInstall travisScript shListToYaml$fToYamlTravisGit$fToYamlTravisCache$fToYamlTravisBranches$fToYamlTravisIRC$fToYamlTravisNotifications$fToJSONTravisAptSource$fToJSONTravisApt$fToJSONTravisAddons$fToYamlTravisAddons$fToYamlTravisJob$fToYamlTravisAllowFailure$fToYamlTravisMatrix$fToYamlTravis $fShowTravis$fShowTravisMatrix$fShowTravisAllowFailure$fShowTravisJob$fShowTravisAddons$fShowTravisApt$fShowTravisAptSource$fShowTravisNotifications$fShowTravisIRC$fShowTravisBranches$fShowTravisCache$fShowTravisGit travisHeader makeTravis GitHubService ghServImage ghServEnv ghServOptions GitHubUses ghsActionghsIfghsWith GitHubRunghsRunghsEnv GitHubStepghsNameghsStepGitHubMatrixEntry ghmeCompilerghmeAllowFailureghmeSetupMethod SetupMethodHVRPPAGHCUP GitHubJobghjName ghjRunsOnghjNeedsghjIf ghjContainer ghjServicesghjContinueOnError ghjMatrixghjSteps ghjTimeoutGitHubOn ghBranchesGitHubghNameghOnghJobs notEmptyStep mapToYaml$fToYamlGitHubOn$fToYamlSetupMethod$fToYamlGitHubMatrixEntry$fToYamlGitHubStep$fToYamlGitHubService$fToYamlGitHubJob$fToYamlGitHub $fShowGitHub$fShowGitHubJob$fShowGitHubService$fShowGitHubStep$fShowGitHubUses$fShowGitHubRun$fShowGitHubMatrixEntry$fShowSetupMethod$fShowGitHubOn githubHeader makeGitHubmaintravisFromConfigFilebashFromConfigFilegithubFromConfigFile roundDownencodeYAMLStringhexCharparseGitHubRepo patchYAMLfindRegendataArgv getCabalFiles withContents