SH]      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefgh i j k l m n o p q r s t u v w x y z { | } ~         !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./01 2 3 4 5 6 7 8 9 : ;!<!=!>!?!@!A!B!C!D!E!F!G!H!I!J!K!L"M"N"O"P"Q"R"S"T"U"V"W"X"Y"Z"["\"]"^"_#`#a#b#c#d#e#f#g#h#i#j#k#l#m#n#o#p#q#r#s#t#u#v#w$x$y$z${$|$}$~$$$$$$$$$$$$$$$$$$$$$$$%%%%%&&&&&&&&&&&&&&&'''''''''''''''(())))))))))))))))))******+++++++++++++++++++,,,,,,,,,,,,,,,,,,,,,,------......// / / 0 1 1111122222333333333 3!3"4#4$4%4&4'4(4)4*4+4,4-4.4/404142434445565768798:8;8<8=9>9?9@9A9B9C9D9E9F:G:H:I:J:K:L:M:N:O:P:Q:R:S:T:U:V:W:X:Y:Z:[:\:G;Safe] Map over a ^ in a monad._ Map over a ^# in a monad, discarding the result.`Filter elements of a ^ in a monad.]_`]_`]_`<SafeaConcatenate two parsers.bAlternative parsers.cPure something.d#Concatting the result of an action.abcdabcdabcdNone !"*+7IN2An exception regarding verification of a download./A request together with some checks to perform.7Default to retrying thrice with a short constant delay.eLMake sure that the hash digest for a finite stream of bytes is as expected..Throws WrongDigest (VerifiedDownloadException)f'A more explicitly type-guided sinkHash.gCTurns a list of hash checks into a ZipSink that checks all of them.>Copied and extended version of Network.HTTP.Download.download.YHas the following additional features: * Verifies that response content-length header (if present) matches expected length * Limits the download to (close to) the expected # of bytes * Verifies that the expected # bytes were downloaded (not too few) * Verifies md5 if response includes content-md5 header * Verifies the expected hashespThrows VerifiedDownloadException. Throws IOExceptions related to file system operations. Throws HttpException.!hi jkelfg destinationcustom hook to observe progress Whether a download was performedmnop   hi  jkelfgmnop=Safeqqq>Safer+Does the version range have an upper bound?s*Does the version range have a lower bound?rsrsrs?SafetMonadic u.tttNone CA template name of the format  foo.hsfiles.9An argument which accepts a template name of the format  foo.hsfiles or foo, ultimately normalized to  foo.hsfiles.An argument which accepts a  key:value pair for specifying parameters.$Parse a template name from a string.Make a template name./Get a text representation of the template name.Get the path of the template.NoneF Print an exception to stderrv(Run an action, watching for file changesThe action provided takes a callback that is used to set the files to be watched. When any of those files are changed, we rerun the action again. !"v !"!"  !"vNone#=Log running a process with its arguments, for debugging (-v).$rShow a process arg including speechmarks when necessary. Just for debugging purposes, not functionally important.#$#$#$#$@Safe+IN wException running editor.xException running pager.yARun pager, providing a function that writes to the pager's input.z'Run pager to display a lazy ByteString.{*Run pager to display a ByteString-Builder.|(Run pager to display contents of a file.}Run pager to display a string.~Run editor to edit a file.DRun editor, providing functions to write and read the file contents.Run editor on a ByteString.Run editor on a String.Short-circuit first Just.wxyz{|}~wxyz{|}~wxyz{|}~ASafe  None +("Get the current working directory.)qParse a directory path. If it's relative, then the absolute version is yielded, based off the working directory.*lParse a file path. If it's relative, then the absolute version is yielded, based off the working directory.+WAppends a stringly-typed relative path to an absolute path, and then canonicalizes it.,WAppends a stringly-typed relative path to an absolute path, and then canonicalizes it.-Appends a stringly-typed relative path to an absolute path, and then canonicalizes it. If the path doesn't exist (and therefore cannot be canonicalized,  is returned)..Appends a stringly-typed relative path to an absolute path, and then canonicalizes it. If the path doesn't exist (and therefore cannot be canonicalized,  is returned)./NCollapse intermediate "." and ".." directories from path, then parse it with 0. (probably should be moved to the Path module)0NCollapse intermediate "." and ".." directories from path, then parse it with 0. (probably should be moved to the Path module);Collapse intermediate "." and ".." directories from a path. OcollapseFilePath "./foo" == "foo" collapseFilePath "/bar/../baz" == "/baz" collapseFilePath "/../baz" == "/../baz" collapseFilePath "parent/foo/baz/../bar" == "parent/foo/bar" collapseFilePath "parent/foo/baz/../../bar" == "parent/bar" collapseFilePath "parent/foo/.." == "parent" collapseFilePath "/parent/foo/../../bar" == "/bar"(borrowed from Text.Pandoc.Shared)1(List objects in a directory, excluding "." and "..". Entries are not sorted.2-Remove a file. Bails out if it doesn't exist.3RRemove a file. Optimistically assumes it exists. If it doesn't, doesn't complain.4-Rename a file. Bails out if it doesn't exist.5RRename a file. Optimistically assumes it exists. If it doesn't, doesn't complain.7WRename a directory. Optimistically assumes it exists. If it doesn't, doesn't complain.82Make a directory tree, creating parents if needed.9+Move a file. Bails out if it doesn't exist.:PMove a file. Optimistically assumes it exists. If it doesn't, doesn't complain.;*Move a dir. Bails out if it doesn't exist.<OMove a dir. Optimistically assumes it exists. If it doesn't, doesn't complain.=-Remove a tree. Bails out if it doesn't exist.>;Remove tree, don't complain about non-existent directories.?Does the file exist?@Does the directory exist?A=Copies a file to another path. Bails out if it doesn't exist.BbCopies a file to another path. Optimistically assumes it exists. If it doesn't, doesn't complain.C.Copy a directory recursively. This just uses AB, so it is not smart about symbolic links or other special files.DDrop the root (either / on POSIX or C:\, D:\, etc. on Windows).'%&'()*+,-./0123456789:;<=>?@ABCSource directoryDestination directoryDEDirectory name template.1Callback that can use the canonicalized directoryF)Temp directory to create the directory inDirectory name template.1Callback that can use the canonicalized directory"%&'()*+,-./0123456789:;<=>?@ABCDEF"()*1+,-.%&'23=>45679:;<?@ABC8D/0EF%%&'()*+,-./0123456789:;<=>?@ABCDEFNone +4>INL4Override the environment received by a child processT#Get the environment variables from  EnvOverrideU$Get the list of directories searchedVModify an EnvOverrideW Create a new  EnvOverrideXHelper conversion functionY+Read from the process, ignoring any output.ZuRun the given command in the given directory. If it exits with anything but success, prints an error and then calls  to exit the program.[Try to produce a strict  from the stdout of a process.\Produce a strict ) from the stdout of a process. Throws a ! exception if the process fails.]/Consume the stdout of a process feeding strict s to a consumer. If the process fails, spits out stdout and stderr as error log level. Should not be used for long-running processes or ones with lots of output; for that use sinkProcessStdoutLogStderr.^:Consume the stdout and stderr of a process feeding strict s to the consumers._cPerform pre-call-process tasks. Ensure the working directory exists and find the executable path.`6Check if the given executable exists on the given PATH+Turn a relative path into an absolute path.ZNote: this function duplicates the functionality of makeAbsolute in recent versions of System.DirectoryP, and can be removed once we no longer need to support older versions of GHC.a)Find the complete path for the executableb4Load up an EnvOverride from the standard environmentc@Augment the PATH environment variable with the given extra pathsdApply c$ on the PATH value in the given Map."GHIJKLMNOPQRSTUVWXYZdirectory to run incommand to runcommand line arguments[\]Sink for stdout^Sink for stderrSink for stdout_`abcd #GHIJKLMNOPQRSTUVWXYZ[\]^_`abcd \[]^LMNOPQRSTWVX`abU_YZ#GHIJKcdGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdNone+4>INeRun the given command in the given directory, inheriting stdout and stderr. If it exits with anything but success, prints an error and then calls  to exit the program.fLike as System.Process.callProcess, but takes an optional working directory and environment override, and throws ProcessExitedUnsuccessfully if the process exits unsuccessfully. Inherits stdout and stderr.gLike as System.Process.callProcess, but takes an optional working directory and environment override, and throws ProcessExitedUnsuccessfully if the process exits unsuccessfully. Inherits stdout and stderr.edirectory to run incommand to runcommand line argumentsfgefgefgefgBNone(+9Find the location of a file matching the given predicate.>Find the location of a directory matching the given predicate.9Find the location of a path matching the given predicate.5Find files matching predicate below a root directory. Start here.Predicate to match the file.#Do not ascend above this directory.Absolute file path. Start here.!Predicate to match the directory.#Do not ascend above this directory.Absolute directory path.Choose path type from pair. Start here.Predicate to match the path.#Do not ascend above this directory.Absolute path.Root directory to begin with.Predicate to match files.,Predicate for which directories to traverse.List of matching files.CNone&+N2Write to the given file, with a binary-tagged tag.Read from the given file. If the read fails, run the given action and write that back to the file. Always starts the file off with the version tag.vEnsure that there are no lurking exceptions deep inside the parsed value... because that happens unfortunately. See 5https://github.com/commercialhaskell/stack/issues/554 DNoneFWarning output from .Monoid used by ' to track expected fields and warnings.:JSON parser that warns about unexpected fields in objects.Extends .: warning to include field name.Extends .:? warning to include field name. version of .:. version of .:?. version of .!=.OTell warning parser about about an expected field, so it doesn't warn about it. version of . Convert a  to a .Log JSON warnings. Handle warnings in a sub-object.Handle warnings in a  Traversable of sub-objects.Handle warnings in a Maybe Traversable of sub-objects.=ENone+7Download the given URL to the given location. If the file already exists, no download is performed. Otherwise, creates the parent directory, downloads to a temporary file, and on file download completion moves to the appropriate destination.&Throws an exception if things go wrongSame as B, but will download a file a second time if it is already present.Returns  if the file was downloaded,  otherwise+Download a JSON value and parse it using a  instance.YA convenience method for asking for the environment and then running an action with its . Useful for avoiding a MonadBaseControl constraint. destinationHWas a downloaded performed (True) or did the file already exist (False)? destination!      None+035CF hA package name.i A parse fail.m5Attoparsec parser for a package name from bytestring.nMake a package name.o9Convenient way to parse a package name from a bytestring.pMigration function.q6Produce a bytestring representation of a package name.r2Produce a string representation of a package name.s2Produce a string representation of a package name.t"Convert from a Cabal package name.u Convert to a Cabal package name.v&Parse a package name from a file path.w9An argument which accepts a template name of the format  foo.hsfiles.h ijklmnopqrstuvwhijklmnopqrstuvwhijklmopqrstuvnwh ijklmnopqrstuvw None35Ax'Options for Docker repository or image.{Docker volume mount.}Where to get the stack' executable to run in Docker containers~Download from official bindistHost's stack (linux-x86_64 only)Docker image's stack (versions must match)Executable at given pathqAn uninterpreted representation of docker options. Configurations may be "cascaded" using mappend (left-biased).,Should Docker be defaulted to enabled (does docker: section exist in the config)?Is using Docker enabled?Docker repository name (e.g. fpco/stack-build or fpco/stack-full:lts-2.8)&Does registry require login for pulls?&Optional username for Docker registry.&Optional password for Docker registry.Automatically pull new images.#Whether to run a detached containerLCreate a persistent container (don't remove it when finished). Implied by .?Container name to use, only makes sense from command-line with  or .Arguments to pass directly to  docker run!Volumes to mount in the container-Environment variables to set in the container!Location of image usage database.1Location of container-compatible stack executable%Set in-container user to match host'sDocker configuration.Is using Docker enabled?;Exact Docker image tag or ID. Overrides docker-repo-*/tag.&Does registry require login for pulls?&Optional username for Docker registry.&Optional password for Docker registry.Automatically pull new images.#Whether to run a detached containerLCreate a persistent container (don't remove it when finished). Implied by .?Container name to use, only makes sense from command-line with  or .Arguments to pass directly to  docker run."Volumes to mount in the container..Environment variables to set in the container.!Location of image usage database.1Location of container-compatible stack executable%Set in-container user to match host'sParse }.Docker enable argument name.Docker repo arg argument name.Docker image argument name.$Docker registry login argument name.'Docker registry username argument name.'Docker registry password argument name.Docker auto-pull argument name.Docker detach argument name.Docker run args argument name.Docker mount argument name.*Docker environment variable argument name.$Docker container name argument name.Docker persist argument name.#Docker database path argument name.#Docker database path argument name. Value for --docker-stack-exe=download Value for --docker-stack-exe=host Value for --docker-stack-exe=imageDocker set-user argument name For YAML.Show instance.For optparse-applicative."Left-biased combine Docker options3Decode uninterpreted docker options from JSON/YAML.Fxyz{|}~Axyz{|}~F}~{|xyzxyz{|}~ None+035CF  A flag name. A parse fail.2Attoparsec parser for a flag name from bytestring.Make a flag name.6Convenient way to parse a flag name from a bytestring.Migration function./Produce a string representation of a flag name./Produce a string representation of a flag name.Convert from a Cabal flag name.Convert to a Cabal flag name. !  ! None+0A ghc-pkg package identifier." A parse fail.9Convenient way to parse a package name from a bytestring.)A parser for a package-version-hash pair..Get a string representation of GHC package id.#"$%&'()*+,-#"$%&'()*+,-None+035CA package version.. A parse fail.8Attoparsec parser for a package version from bytestring.<Convenient way to parse a package version from a bytestring.Migration function.1Get a string representation of a package version.1Get a string representation of a package version.Convert to a Cabal version.Convert from a Cabal version.Make a package version.Display a version range-Check if a version is within a version range.BA modified intersection which also simplifies, for better display.@Returns the first two components, defaulting to 0 if not present7Get the next major version number for the given version"/0.123456789:;</0.123456789:;< None+0C A pkg-ver combination.= A parse fail.-Convert from a package identifier to a tuple.-Convert from a tuple to a package identifier.'Get the version part of the identifier.$Get the name part of the identifier.$A parser for a package-version pair.?Convenient way to parse a package identifier from a bytestring.Migration function.@Get a string representation of the package identifier; name-ver.>Get a Text representation of the package identifier; name-ver.=>?@ABCDEFG =>?@ABCDEFGNone 035/Specifies a compiler and its version number(s).dNote that despite having this datatype, stack isn't in a hurry to support compilers other than GHC.UNOTE: updating this will change its binary serialization. The version number in the  BinarySchema instance for  MiniBuildPlan should be updated.Variety of compiler to use.None+035C (Information on a single package for the .Due to ambiguity in Cabal, it is unclear whether this refers to the executable name, the package name, or something else. We have to guess based on what's available, which is why we store this is an unwrapped .$Executables provided by this packageIs there a library present?A simplified version of the ; + cabal file.-A simplified package description that tracks:Package dependenciesBuild tool dependenciesProvided executables&It has fully resolved all conditionalsmodules exported by the libraryName of an executable.*5when the test suite will pull in things we don't wantA8The name of an LTS Haskell or Stackage Nightly snapshot.D Convert a A% into its short representation, e.g. lts-2.8, nightly-2015-03-05.E$Parse the short representation of a A.n      !"#$%&'()*+,-./0123HIJ456789:;<=>?@ABCKLMNDEOPQRSTUVWXYZ[\]^_`abcdefghijklmnG      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEG;<=>?@456789:+,-./0123'()* !"#$%&   ABC  DE4      !"#$%&'()*+,-./0123HIJ456789:;<=>?@ABCKLMNDEOPQRSTUVWXYZ[\]^_`abcdefghijklmnNone35QnMaybe have a docker base image name. (Although we will not be able to create any Docker images without this.)RJMaybe have a specific ENTRYPOINT list that will be used to create images.S]Maybe have some static project content to include in a specific directory in all the images.T/Maybe have a name for the image we are creatingU3Image options. Currently only Docker image options.W*Maybe a section for docker image settings.FGHIJKLMNOPQRSTUVWXYZ[\]^_`aFGHIJKLMNOPQRSTUVWXYZ[\]UVWOPQRSTLMNFGHIJKa`_^XYZ[\]FGHIJKLMNOPQRSTUVWXYZ[\]^_`aNoneb#Mode for parsing escape characters.eParse arguments using f.fpA basic argument parser. It supports space-separated text, and string quotation with identity escaping: x -> x.gUse o on result of p.p`Check if command-line looks like it's being used as a script interpreter, and if so look for a -- progName ...- comment that contains additional arguments.bcdefgpqbcdefgbcdfegbcdefgpqNone+135>CFLNVh.How PVP bounds should be added to .cabal filesmRemote or inline p|#Information for a file to download.;Specialized bariant of GHC (e.g. libgmp4 or integer-simple)Standard bindist(Bindist that supports libgmp4 (centos66)+Bindist built on Arch Linux (bleeding-edge) Bindist that uses integer-simpleOther bindistsA software control system.)Newtype for non-orphan FromJSON instance.Docker options.See: +See: ,See: /See: 0See: 1See: 2See: 3See: 4See: 5See: 7 Used for overriding the platform Used for overriding the platform#Used for overriding the GHC variantSee: 8See: 9See: :See: <,Used to override the binary installation dirImage creation options.Template parameters.8Initialize SCM (e.g. git init) when making new projects?See @-Additional paths to search for executables inDAdditional setup info (inline or remote) to use for installing toolsSee BSee CSee DSee 0Class for environment values that can provide a .0Class for environment values that can provide a #.4Class for environment values which have a GHCVariant2Class for environment values which have a Platform@Class for environment values which have access to the stack rootEHow we resolve which dependencies to install given a set of packages.^Use an official snapshot from the Stackage project, either an LTS Haskell or Stackage NightlyRequire a specific compiler version, but otherwise provide no build plan. Intended for use cases where end user wishes to specify all upstream dependencies manually, such as using a dependency solver.dA custom resolver based on the given name and URL. This file is assumed to be completely immutable.A project is a collection of packages. We can have multiple stack.yaml files, but only one of them may contain project information.Components of the package listJComponents of the package list referring to package/version combos, see: 'https://github.com/fpco/stack/issues/41Per-package flag overrides(How we resolve which dependencies to useNote that we use FilePath and not Path9s. The goal is: first parse the value raw, and then use canonicalizePath and  parseAbsDir.URL and commitIs this package a dependency? This means the local package will be treated just like an extra-deps: it will only be built as a dependency for others, and its test suite/benchmarks will not be run.,Useful modifying an upstream package, see:  5https://github.com/commercialhaskell/stack/issues/219 5https://github.com/commercialhaskell/stack/issues/386kDeprecated name meaning the opposite of peExtraDep. Only present to provide deprecation warnings to users.Value returned by *F.Top-level Stack configuration.Action to load the remaining .,The project root directory, if in a project.3Configuration after the environment has been setup.A superset of # adding information on how to build code. The reason for this breakdown is because we will need some of the information from #' in order to determine the values here.FHow we resolve which dependencies to install given a set of packages.&Compiler version wanted for this buildeLocal packages identified by a path, Bool indicates whether it is a non-dependency (the opposite of K).Extra dependencies specified in configuration.tThese dependencies will not be installed to a shared location, and will override packages provided by the resolver.Extra package databases Location of the stack.yaml file.YNote: if the STACK_YAML environment variable is used, this may be different from bcRoot  / "stack.yaml"Per-package flag overrideshAre we loading from the implicit global stack.yaml? This is useful for providing better error messages.0The variant of GHC used to select a GHC bindist.[Either an actual resolver value, or an abstract description of one (e.g., latest nightly).#Parsed global command-line options.%Expected re-exec in container version Log level Config monoid, for passing into  loadConfigResolver overrideWe're in a terminal?Override project stack.yaml Usage of Maybe[ here is nothing more than a hack, to avoid some weird bug in optparse-applicative. See: 5https://github.com/commercialhaskell/stack/issues/806 1Controls which version of the environment is used :include local project bin directory, GHC_PACKAGE_PATH, etc%include the GHC_PACKAGE_PATH variable9set the STACK_EXE variable to the current executable nameset the locale to C.UTF-8[Location of the package index. This ensures that at least one of Git or HTTP is available.Unique name for a package index%Information on a single package index#URL prefix for downloading packagesXGPG-verify the package index during download. Only applies to Git repositories for now.XRequire that hashes and package size information be available for packages in this index;Which packages to ghc-options on the command line apply to? all local targets!$all local packages, even non-targets" every package#%The top-level Stackage configuration.%~/.stack more often than not&*Path to user configuration file (usually ~.stack config.yaml)'Docker configuration(4Environment variables to be passed to external tools)9Non-platform-specific path containing local installations*0Path containing local installations (mainly GHC)+<How many concurrent connections are allowed when downloading,JHide the Template Haskell "Loading package ..." messages from the console-=The platform we're building for, used in many directory names.>The variant of GHC requested by the user. In most cases, use  or  MiniConfig=s version instead, which will have an auto-detected default./NURL for a JSON file containing information on the latest snapshots available.0Information on package indices. This is left biased, meaning that packages in an earlier index will shadow those in a later index.YWarning: if you override packages in an index vs what's available upstream, you may correct your compiled snapshots, as different projects may have different definitions of what pkg-ver means! This feature is primarily intended for adding local packages, not overriding. Overriding is better accomplished by adding to your list of packages.TNote that indices specified in a later config file will override previous indices, not extend them.>Using an assoc list instead of a Map to keep track of priority1nShould we use the system-installed GHC (on the PATH) if available? Can be overridden by command line options.2}Should we automatically install GHC if missing or the wrong version is available? Can be overridden by command line options.36Don't bother checking the GHC version or architecture.4.On Windows: don't use a locally installed MSYS58Specifies which versions of the compiler are acceptable.6,Directory we should install executables into7-Require a version of stack within this range.8CHow many concurrent jobs to run, defaults to number of capabilities9-extra-include-dirs arguments:-extra-lib-dirs arguments; ConfigMonoid used to generate this<Run test suites concurrently>Parameters for templates.?5Initialize SCM (e.g. git) when creating new projects.@_Additional GHC options to apply to either all packages (Nothing) or a specific package (Just).A=Additional SetupInfo (inline or remote) to use to find tools.B0How PVP upper bounds should be added to packagesC'Force the code page to UTF-8 on WindowsDSee t.  provides the default value.ERebuild on GHC options changesF;Which packages to ghc-options on the command line apply to?H?Default logging level should be something useful but not crazy.I2Directory containing the project's stack.yaml fileJ2Directory containing the project's stack.yaml fileKVOnce peValidWanted is removed, this should just become the field name in PackageEntry.LConvert a Resolver into its Text4 representation, as will be used by directory namesMTry to parse a Resolver from a Text1. Won't work for complex resolvers (like custom).NParse a partial configuration. Used both to parse both a standalone config file and a project file, so that a sub-parser is not required, which would interfere with warnings for missing fields.O:Helper function to ask the environment and apply getConfigP>Get the URL to request the information on the latest snapshotsQ!Root for a specific package indexR#Location of the 00-index.cache fileS!Location of the 00-index.tar fileT$Location of the 00-index.tar.gz fileULocation of a package tarballWPer-project work dirX)File containing the installed cache, see Stack.PackageDumpY.Relative directory for the platform identifierZ.Relative directory for the platform identifier[Path to .shake files.\(Where to unpack packages for local build]Directory containing snapshots^"Installation root for dependencies_Installation root for localsa1Package database for installing dependencies intob3Package database for installing local packages intocExtra package databasesd,Directory for holding flag cache informatione%Where to store mini build plan cachesf9Suffix applied to an installation root to get the bin dirg9Suffix applied to an installation root to get the doc dirh+Where HPC reports and tix files get stored.iCGet the extra bin directories (for the PATH). Puts more local first3Bool indicates whether or not to include the localsjaGet the minimal environment override, useful for just calling external processes like git or ghcm;A PackageEntry for the current directory, used as a defaultn!Render a GHC variant to a String.o(Render a GHC variant to a String suffix.p Parse GHC variant from a String.q"Parse JSON in existing object for |tOProvide an explicit list of package dependencies when running a custom Setup.hsxFor siGHCs and siGHCJSsI fields maps are deeply merged. For all fields the values from the last  SetupInfo win.Parse VersionRange.8hijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ hijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrst8#$%&'()*+,-./0123456789:;<=>?@ABCDEF !"G     HIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklm~}|nop|}~{qxyz{zpqrstuvwyxmnowhijklrsvut|hijklmnopqrstuvwxyz{|}~       !"##$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~None#5Extensions for anything that can be a Haskell module.r@Extensions used for Haskell modules. Excludes preprocessor ones.sEExtensions for modules that are preprocessed by common preprocessors.1The filename used for completed build indicators.5The filename used for completed configure indicators.1The filename used for completed build indicators.t0Relative location of completed build indicators./Default shake thread count for parallel builds.User documentation directory.Output .o/.hi directory.6The filename used for dirtiness check of source files.3The filename used to mark tests as having succeeded/The filename used to mark tests as having built4The filename used to mark benchmarks as having built0The filename used for dirtiness check of config.2The filename used for modification check of .cabalDirectory for HPC work.,Relative location of directory for HPC work.$Package's build artifacts directory. Directory for project templates.%Relative location of build artifacts."Get a URL for a raw file on Github!Docker sandbox from project root.$Image staging dir from project root. Name of the stack program.,The filename used for the stack config file.*Environment variable used to override the  '~/.stack' location.+Just to avoid repetition and magic strings.LDeprecated implicit global project directory used when outside of a project.MImplicit global project directory used when outside of a project. Normally, getImplicitGlobalProjectDir should be used instead.Where .mix files go.&Deprecated default global config path.'Default global config path. Normally, getDefaultUserConfigPath should be used instead.?Deprecated default global config path. Note that this will be Nothing on Windows, which is by design.'Default global config path. Normally, getDefaultGlobalConfigPath1 should be used instead. Note that this will be Nothing on Windows, which is by design.$rstPackage directory.Package directoryPackage directoryPackage directoryPackage directory.Package directory.Package directory. user/org name repo name branch namefilename Stack root. Stack root.!!$rstNoneMonadic environment.##None*3457>CL-The monad used for logging in the executable stack' before anything has been initialized.uMonadic environment for ."The monad used for the executable stack.)Run a Stack action, using global options.Run a Stack action.v9Taken from GHC: determine if we should use Unicode syntax,Run the logging monad, using global options.Run the logging monad.Convenience for getting a w7Replace Unicode characters with non-Unicode equivalentsx2Logging function takes the log level into account.y"With a sticky state, do the thing.RWrite a "sticky" line to the terminal. Any subsequent lines will overwrite this one, and that same line will be repeated below again. In other words, the line sticks at the bottom of the output forever. Running this function again will replace the sticky line with a new sticky line. When you want to get rid of the sticky line, run .yThis will print out the given message with a newline and disable any further stickiness of the line until a new call to  happens.+It might be better at some point to have a  runStickyA function that encompasses the logSticky->logStickyDone pairing.z,Takes the configured log level into account.{,Takes the configured log level into account.&|}u~vwxyz{  |}u~vwxyz{None!"47>CILN8Date and project path where Docker image hash last used.:Update last used time and project for a Docker image hash.?Get a list of Docker image hashes and when they were last used._Given a list of all existing Docker images, remove any that no longer exist from the database.IGet the record of whether an executable is compatible with a Docker imageJSeet the record of whether an executable is compatible with a Docker imageURun an action with the global database. This performs any needed migrations as well.% None+0CIN;LA path resolved from the .cabal file, which is either main-is or an exposedinternalreferenced module.@A descriptor from a .cabal file indicating one of the following:=exposed-modules: Foo other-modules: Foo or main-is: Foo.hs Used for storage and comparison. >A location to install a package into, either snapshot or local/A single, fully resolved component of a package9Information on a locally available package of source codeThe PackageX info itself, after resolution with package flags, not including any tests or benchmarksCUsed for determining if we can use --enable-tests in a normal buildHUsed for determining if we can use --enable-benchmarks in a normal build7Executable components to build, Nothing if not a targetDirectory of the package.The .cabal fileNothing == not dirty, Just == dirty. Note that the Set may be empty if we forced the build to treat packages as dirty. Also, the Set may not include all modified files.current state of the files all files used by this package"4Second-stage build information: tests and benchmarks$fPackage resolved with dependencies for tests and benchmarks, depending on which components are active%Test components&Benchmark components'\Datatype which tells how which version of a package to install and where to install it into*GWhere the package's source is located: local directory or package index,ZUpstream packages could be installed in either local or snapshot databases; this is what   specifies..Package build configuration0Are tests enabled?1Are benchmarks enabled?2Package config flags.3 GHC version4 host platform5(Warning generated when reading a package6/Modules found that are not listed in cabal file7nFiles that the package depends on, relative to package directory. Argument is the location of the .cabal file:!Files to get for a cabal package.=nFiles that the package depends on, relative to package directory. Argument is the location of the .cabal file@Some package info.BName of the package.CVersion of the packageDGet all files of the package.E%Packages that the package depends on.FA build tool name.G#Original dependencies (not sieved).HFlags used on package.I1does the package have a buildable library stanza?Jnames of test suitesKnames of benchmarksLnames of executablesMArgs to pass to GHC.N&Does the package have exposed modules?O&Does the package of build-type: SimpleP$All flags defined in the .cabal fileQ%All exceptions thrown by the library.VIs the given local a targetX5Maybe get the module name from the .cabal descriptor.Y3Maybe get the main name from the .cabal descriptor.ZGet the module path.[Get the main path.\Get the c file path.] Get the path.eCompares the package name.fCompares the package name.w      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijki      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]wQRSTUkj@ABCDEFGHIJKLMNOP=>?i:;<789h56g./01234fe-*+,d'()"#$%& !VW c    ba`_^XYZ[\]+       !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijkNone  (+035C:liInformation on a compiled package: the library conf file (if relevant), and all of the executable paths.n&.conf file inside the package databaseoFull paths to executablesp2Configure options to be sent to Setup.hs configurerOptions related to various paths. We separate these out since they do not have an impact on the contents of the compiled binary for checking if we can use an existing precompiled cache.tBBasic information used to calculate what the configure options are|:A complete plan of what needs to be built and how to do it0Final actions to be taken (test, benchmark, etc)4Text is reason we're unregistering, for display only>Executables that should be installed after successful building^The type of a task, either building local code or something from the package index (upstream)DGiven the IDs of any missing packages, produce the configure options4Dependencies for which we don't yet have an GhcPkgId.Produce the list of options given the missing GhcPkgIdsA task to perform when buildingthe package/version to be built+the task type, telling us how to build this+GhcPkgIds of already-installed dependenciesQStored on disk to know whether the flags have changed or any files have changed."All options used for this package.The GhcPkgIds of all of the dependencies. Since Cabal doesn't take the complete GhcPkgId (only a PackageIdentifier) in the configure options, just using the previous value is insufficient to know if dependencies have changed.The components to be built. It's a bit of a hack to include this in here, as it's not a configure option (just a build option), but this is a convenient way to force compilation when the components change.Are haddocks to be built?Package dependency oracle.Options for the  FinalAction  DoBenchmarks)Arguments passed to the benchmark programDisable running of benchmarksOptions for the  FinalAction DoTests)Whether successful tests will be run gain$Arguments passed to the test programGenerate a code coverage reportDisable running of testsConfiguration for building.Build haddocks? Build haddocks for dependencies?0Install executables to user path after building?Fetch all packages immediately1Watch files for changes and automatically rebuild#Keep building/running after failure7Force treating all local packages as having dirty filesTurn on tests for local targetsAdditional test arguments$Turn on benchmarks for local targetsAdditional test arguments9Commands (with arguments) to run after a successful build-Only perform the configure step when building5Perform the configure step even if already configured%Ask Cabal to be verbose in its builds!Which subset of packages to buildcOnly install packages in the snapshot database, skipping packages intended for the local database.$Reason why a dependency was not used7For display purposes only, Nothing if package not found>Recommend adding to extra-deps, give a helpful version number?Path to the stack.yaml file Render a BaseConfigOpts to an actual list of optionsSame as -, but does not include directory path options,Get set of wanted package names from locals.&One-way conversion to serialized time.lmnopqrstuvwxyz{|}~ dependencieswanted?local non-extra-dep? dependencieswanted?is this a local, non-extra-dep?   !'()lmnopqrstuvwxyz{|}~ '() !tuvwxyz{|}~ pqrslmno,lmnopqrstuvwxyz{|}~GNonehijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]hijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrst      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]lmnopqrstuvwxyz{|}~None+4FGet the global package databaseRun the ghc-pkg executableFCreate a package database in the given directory, if it doesn't exist.>Get the name to use for "ghc-pkg", given the compiler version.IGet the necessary ghc-pkg flags for setting up the given package database(Get the value of a field of the package.Get the id of the package e.g. *foo-0.0.0-9c293923c0685761dcff6f8c3ad8f8ec.Get the package key e.g. foo_9bTCpMF7G4UFWJJvtDrIdB.)NOTE: GHC > 7.10 only! Will always yield  otherwise.Get the version of the package7Get the Haddock HTML documentation path of the package.?Finds dependencies of package, and all their dependencies, etc.$Get the dependencies of the package.:Get the version of Cabal from the global package database."Get the value for GHC_PACKAGE_PATHpackage databasespackage identifier, or GhcPkgIdpackage databasespackage databasespackage databasespackage databasesPackageIdentifier or GhcPkgIdpackage databasespackage databasespackage identifier or GhcPkgIdpackage databaseLXLXNone !"(+047>CFIN Goffset in bytes into the 00-index.tar file for the .cabal file contents size in bytes of the .cabal file2Populate the package index caches and return them.7Require that an index be present, updating if it isn't.!Update all of the package indicesUpdate the index tarball/Update the index Git repo and the index tarball!Update the index tarball via HTTP Is the git executable installed?Delete the package index cache@Load the cached package URLs, or created the cache if necessary.(Return the number of blocks in an entry.$Git URLurl  None  +47FIN Contents of the .cabal file/Fetch packages into the cache without unpacking.Intended to work for the command line command.Ensure that all of the given package idents are unpacked into the build unpack directory, and return the paths to all of the subdirectories.4Resolve a set of package names and identifiers into  FetchPackage values.:Add the cabal files to a list of idents with their caches..Provide a function which will load up a cabal  ByteString from the package indices.Figure out where to fetch from.KDownload the given name,version pairs into the directory expected by cabal.JFor each package it downloads, it will optionally unpack it to the given Path (if present). Note that unpacking is not simply a matter of untarring, but also of grabbing the cabal file from the package index. The destinations should not include package identifiers.HReturns the list of paths unpacked, including package identifiers. E.g.: #fetchPackages [("foo-1.2.3", Just "somedest")] ==> ["somedest/foo-1.2.3"]  Since 0.1.0.0& destinationnames or identifiersunpack directory the dist rename directory, see: (https://github.com/fpco/stack/issues/157directory to unpack into, Nothing means no unpack the dist rename directory, see: (https://github.com/fpco/stack/issues/157  None+)Exceptions thrown by Stack.Docker.Config.7Only LTS resolvers are supported for default image tag.Invalid global database path. $Interprets DockerOptsMonoid options. -Show instance for StackDockerConfigException. 2Exception instance for StackDockerConfigException.          None &+4>INStack image exceptions. JStages the executables & additional content in a staging directory under  '.stack-work' 4Builds a Docker (OpenContainer) image extending the basew image specified in the project's stack.yaml. Then new image will be extended with an ENTRYPOINT specified for each  entrypoint listed in the config file.,Stage all the Package executables in the usrlocal&bin subdirectory of a temp directory.`Add any additional files into the temp directory, respecting the (Source, Destination) mapping.0Derive an image name from the project directory.dCreate a general purpose docker image from the temporary directory of executables & static content.IExtend the general purpose docker image with entrypoints (if specified).)The command name for dealing with images.1The command name for building a docker container.A parser for ImageOptsMonoid.#A parser for ImageDockerOptsMonoid.+Convert image opts monoid to image options.9Convert Docker image opts monoid to Docker image options.        None  !"(*>F/Need targets, e.g. `stack build` or allow none?9A view of a local package needed for resolving components#qRaw command line input, without checking against any databases or list of locals. Does not deal with directories(nEither a fully resolved component, or a component name that could be either an executable, test, or benchmark+RThe name of a component, which applies to executables, test suites, and benchmarks,If this function returns Nothing., the input should be treated as a directory.Same as parseRawTarget*, but also takes directories into account.% !"   #$%&'()*  +,current directorysnapshot extra depssnapshot extra deps-need at least one targetusing implicit global project?snapshot extra depscurrent directorycommand line targets !"#$%&'()*+,-+()*#$%&' !",- !"   #$%&'()*  +,-None4.Default  EnvSettings+ which includes locals and GHC_PACKAGE_PATH/;Environment settings which do not embellish the environment0:Execute a process within the Stack configured environment../0./0./0./0 None+N5Exception that might occur when making a new project.1#Options for creating a new project.3Name of the project to create.42Whether to create the project without a directory.5Name of the template to use.64Nonce parameters specified just for this invocation.7,Create a new project with the given options./Download and read in a template's text content.-Apply and unpack a template into a directory.)Write files to the new project directory..Run any initialization functions, such as Git.9Get the set of templates.*Parser the set of templates from the JSON.:<The default template name you can use if you don't have one.&Default web root URL to download from.*Default web URL to list the repo contents. !123456789:"# 123456789: 7123456:98 !123456789:"#HNone+$#Does not include the current action%&'()*+,-./0$123456789:;threads$keep going after one task has failedrun final actions concurrently?progress updated<=>/0$123456789:; %&'()*+,-./0$123456789:;<=>!None 4Ae.g. ghc-7.8.4, msys2-20150512Be.g. ghcjs-0.1.0_ghc-7.10.2J2Binary directories for the given installed package;<=>?@ABCDEFGHIJK?@;<=>?@ABCDEFGHIJKIFGH@ABCDE;<=>?JK ;<=>?@ABCDEFGHIJK?@"None+NLSettings for creating an Uploader. Since 0.1.0.0MThe computed value from a UploadSettings.%Typically, you want to use this with X. Since 0.1.0.0N8Whether the Hackage credentials were loaded from a file.This information is useful since, typically, you only want to save the credentials to a file if it wasn't already loaded from there. Since 0.1.0.0O)A source for getting Hackage credentials. Since 0.1.0.0P*Username and password to log into Hackage. Since 0.1.0.0Q/Load Hackage credentials from the given source. Since 0.1.0.0R3Save the given credentials to the credentials file. Since 0.1.0.0SOLoad the Hackage credentials from the prompt, asking the user to type them in. Since 0.1.0.0T7Load the Hackage credentials from the JSON config file. Since 0.1.0.0U6Load the Hackage credentials from the given arguments. Since 0.1.0.0V]Try to load the credentials from the config file. If that fails, ask the user to enter them. Since 0.1.0.0A5Lifted from cabal-install, Distribution.Client.UploadW Turn the given settings into an Uploader. Since 0.1.0.0X'Upload a single tarball with the given Uploader. Since 0.1.0.0Y'Upload a single tarball with the given Uploader#. Instead of sending a file like X, this sends a lazy bytestring. Since 0.1.2.1ZDefault value for UploadSettings.(Use setter functions to change defaults. Since 0.1.0.0[Change the upload URL. Default: " &https://hackage.haskell.org/packages/" Since 0.1.0.0\&How to get an HTTP connection manager. Default: newManager tlsManagerSettings Since 0.1.0.0]#How to get the Hackage credentials. Default:  fromAnywhere Since 0.1.0.0^(Save new credentials to the config file. Default: True Since 0.1.0.0(LBCDEFMGHIJNOKLPMNOQRSPTUVAWQXYZ[\]^RSTULMNOPQRSTUVWXYZ[\]^WMXYLZ[\]^PQRNOVSTULBCDEFMGHIJNOKLPMNOQRSPTUVAWQXYZ[\]^RSTU#None&07FVQStored on disk to know whether the flags have changed or any files have changed._Modification times of files.W=Directory containing files to mark an executable as installed`$Get all of the installed executablesa&Mark the given executable as installedb*Mark the given executable as not installedc@Try to read the dirtiness cache for the given package directory.d@Try to read the dirtiness cache for the given package directory.e>Try to read the mod time of the cabal file from the last buildXTry to load a cache.f3Write the dirtiness cache for this package's files.g;Write the dirtiness cache for this package's configuration.hSee ei"Delete the caches for the project.YWrite to a cache.j7Loads the flag cache for the given installed extra-depsl%Mark a test suite as having succeededm)Mark a test suite as not having succeededn&Check if the test suite already passedo!Mark a test suite as having builtp%Mark a test suite as not having builtq%Check if the test suite already builtr"Mark a bench suite as having builts&Mark a bench suite as not having builtt&Check if the bench suite already builtZThe file containing information on the given package/configuration combination. The filename contains a hash of the non-directory configure options for quick lookup if there's a match.u1Write out information about a newly built packagevLCheck the cache for a precompiled package matching the given configuration.#V[_W`abcdeXfghiY\jklmnopqrstZ dependenciesu dependencieslibrary executablesvtarget package dependencies]^_`_`abcdefghijklmnopqrstuvcde`_jiabkfghlmnopqrstuv!V[_W`abcdeXfghiY\jklmnopqrstZuv]^_`$None +04CFINw2A single line of input, not including line endingsx%Dump information for a single packageMCached information on whether a package has profiling libraries and haddocks.LCached information on whether package have profiling libraries and haddocks.ACall ghc-pkg dump with appropriate flags and stream to the given Sink, for a single databaseCreate a new, empty InstalledCacheLoad a InstalledCache@ from disk, swallowing any errors and returning an empty cache.Save a InstalledCache to diskKPrune a list of possible packages down to those whose dependencies are met.id uniquely identifies an item$There can be multiple items per name}Find the package IDs matching the given constraints with all dependencies installed. Packages not mentioned in the provided Map are allowed to be present too.+Add profiling information to the stream of  DumpPackages)Add haddock information to the stream of  DumpPackages+Convert a stream of bytes into a stream of  DumpPackagesVApply the given Sink to each section of output, broken by a single line containing ---Grab each key/value pairaGeneral purpose utility/wbcdxyz{|}~efgif empty, use globalextract the name from an idthe id of an itemget the dependencies of an item(choose the desired of two possible items input itemsrequire profiling?require haddock?allowed versionshentry in directoryname of libraryijaklmnopqwxyz{|}~wxyz{|}~wbcdx yz{|}~efghijaklmnopq%None&47 Options for .Require profiling libraries?Require haddocks?HReturns the new InstalledMap and all of the locally registered packages.r]Outputs both the modified InstalledMap and the Set of all installed packages in this databaseThe goal is to ascertain that the dependencies for a package are present, that it has profiling if necessary, and that it matches the version and location needed by the SourceMapsCheck if a can be included in the set of installed packages or not, based on the package selections made by the user. This does not perform any dirtiness or flag change checks. tuvwxy*does not contain any installed informationr)if Just, profiling or haddock is required5to determine which installed things we should include$package database, Nothing for globalfrom parent databasess  tuvwxyrs&None (+345FINU,-Read the raw, unresolved package information.?Read the raw, unresolved package information from a ByteString.)Reads and exposes the package information<Reads and exposes the package information, from a ByteStringConvenience wrapper around  readPackage9 that first finds the cabal file in the given directory.Print cabal file warnings.Check if the given name in the Package$ matches the name of the .cabal file#Resolve a parsed cabal file into a @.zGenerate GHC options for the package's components, and a list of options which apply generally to the package, not one specific component.{$Generate GHC options for the target.|@Make the .o path from the .c file path for a component. Example: 7executable FOO c-sources: cbits/text_search.c Produces dist-dirbuildFOOFOO-tmpcbits/text_search.oExample:,> makeObjectFilePathFromC $(mkAbsDir "UserschrisRepos$hoogle") CLib $(mkAbsDir "UserschrisReposhoogle .stack-work%Cabal-x.x.x/dist") $(mkAbsFile "UserschrisReposhooglecbitstext_search.c") Just "UserschrisReposhoogle .stack-work Cabal-x.x.xdistbuildcbits<text_search.o" > makeObjectFilePathFromC $(mkAbsDir "UserschrisRepos/hoogle") (CExe "hoogle") $(mkAbsDir "UserschrisReposhoogle .stack-work%Cabal-x.x.x/dist") $(mkAbsFile "UserschrisReposhooglecbitstext_search.c") Just "UserschrisReposhoogle .stack-work Cabal-x.x.xdistbuildhoogle hoogle-tmpcbitstext_search.o" >Make the autogen dir.}Make the build dir.~@Make the component-specific subdirectory of the build directory.=Get all dependencies of the package (buildable targets only).HGet all build tool dependencies of the package (buildable targets only).=Get all dependencies of the package (buildable targets only)."This is a copy-paste from Cabal's  allBuildInfo function, but with the  buildableD test removed. The reason is that (surprise) Cabal is broken, see: ,https://github.com/haskell/cabal/issues/1725(Get all files referenced by the package.>Resolve globbing of files (e.g. data files) to absolute paths.<This is a copy/paste of the Cabal library function, but with  ext == ext' Changed to isSuffixOf ext ext'So that this will work: > matchDirFileGlob_ "." "test package-dump *.txt" ["test package-dumpghc-7.8.txt","test package-dumpghc-7.10.txt"] *Get all files referenced by the benchmark.%Get all files referenced by the test.+Get all files referenced by the executable.(Get all files referenced by the library.4Get all C sources and extra source files in a build.Get the target's JS sources.VGet all dependencies of a package, including library, executables, tests, benchmarks..Make a map from a list of flag specifications.What is  flagManual for? Generic a ResolveConditions using sensible defaults.+Resolve the condition tree for the library.Get the name of a dependency.&Get the version range of a dependency.Try to resolve the list of base names in the given directory by looking for unique instances of base names applied with the given extensions, plus find any of their module and TemplateHaskell dependencies..Get the dependencies of a Haskell module file.6Parse a .dump-hi file into a set of modules and files.Try to resolve the list of base names in the given directory by looking for unique instances of base names applied with the given extensions.eFind a candidate for the given module-or-filename from the list of directories and given extensions.pWarn the user that multiple candidates are available for an entry, but that we picked one anyway and continued.gLog that we couldn't find a candidate, but there are possibilities for custom preprocessor extensions.IFor example: .erb for a Ruby file might exist in one of the directories.;Get the filename for the cabal file in the given directory.WIf no .cabal file is present, or more than one is present, an exception is thrown via .!Path for the package's build log.UResolve the file, if it can't be resolved, warn for the user (purely to be helpful).ZResolve the directory, if it can't be resolved, warn for the user (purely to be helpful).4z{|The cabal directory.The name of the component.Dist directory.The path to the .c file.*The path to the .o file for the component.}~Compiler versioninstallation target platform enabled flagsPackage component nameDirectories to look in. Base names. Extentions.Directories to look in. Base names. Extentions.package directory2./01234789=>?@ABCDEFGHIJKLMNOPQRSTU2@ABCDEFGHIJKLMNOP789=>?./01234QRSTU/z{|}~'None+04F=Most recent Nightly and newest LTS version per major release.*Look up with packages provide which tools.set of shadowed dependenciesYDetermine the necessary packages to install to have the given set of packages available.EThis function will not provide test suite and benchmark dependencies.8This may fail if a target package is not present in the  BuildPlan.7Add in the resolved dependencies from the package index-Resolve all packages necessary to install for*Map from tool name to package providing it Download the  value from stackage.org. Load up a , preferably from cacheMSome hard-coded fixes for build plans, hopefully to be irrelevant over time. Load the ;f for the given snapshot. Will load from a local copy if available, otherwise downloading from Github.Find the set of FlagNames necessary to get the given GenericPackageDescription to compile against the given  BuildPlanY. Will only modify non-manual flags, and will prefer default values for flags. Returns Nothing if no combination exists.Checks if the given package dependencies can be satisfied by the given set of packages. Will fail if a package is either missing or has a version outside of the version range.DFind a snapshot and set of flags that is compatible with the given  . Returns  if no such snapshot is found.-"is it shadowed by a local package?"required packages, and users of itCompiler versioncoresnon-core packages allow missingCompiler version"is it shadowed by a local package?locally available packages6package using dependencies, for constructing DepErrorsstack.yaml file location    (None47Determine missing extra-deps cabal files constraintsuser-specified flagsadditional argumentstemp dir constraintsmodify stack.yaml?)None47 Method of initializingPreferred snapshotsOverwrite existing files>If True, include all .cabal files found in any sub directoriesCSpecial directories that we don't want to traverse for .cabal filesGenerate stack.yaml.Render a stack.yaml file with comments, see: 5https://github.com/commercialhaskell/stack/issues/226Get the default resolver valueTurn an  into a .Get the location of the implicit global project directory. If the directory already exists at the deprecated location, its location is returned. Otherwise, the new location is returned.WIf deprecated path exists, use it and print a warning. Otherwise, return the new path. cabal filescabal descriptionsQDescription of file for warning (if Nothing, no deprecation warning is displayed)Test for existenceNew pathDeprecated path((Path to use, whether it already exists) *None +4>CFLNU;An environment with a subset of BuildConfig used for setup.+Get the latest snapshot resolver available.Get the default 0. On older Linux systems with libgmp4, returns .pGet the directory on Windows where we should install extra programs. For more information, see discussion at: >https://github.com/fpco/minghc/issues/43#issuecomment-99737383 Load the .cLoad the configuration, using current directory, environment variables, and defaults as necessary.MLoad the build configuration, adds build-specific values to config loaded by  loadConfig . values.SResolve a PackageEntry into a list of paths, downloading and cloning as necessary.MResolve a PackageLocation into a path, downloading and cloning as necessary.!Get the stack root, e.g. ~/.stack6Determine the extra config file locations which exist.Returns most local first(Load and parse YAML from the given file.:Get the location of the project config file, if it exists.Find the project config file location, respecting environment variables and otherwise traversing parents. If no config is found, we supply a default based on current directory.Get the location of the default stack configuration file. If a file already exists at the deprecated location, its location is returned. Otherwise, the new location is returned.Get the location of the default user configuration file. If a file already exists at the deprecated location, its location is returned. Otherwise, the new location is returned.stack root, e.g. ~/.stackuser config file path, e.g. ~.stack config.yaml0Config monoid from parsed command-line argumentsOverride stack.yaml project root project rootuse config pathOverride stack.yamlOverride stack.yaml+None +-345FNU0If we got the desired GHC version from that file&Run a sanity check on the selected GHC5Don't check for a compatible GHC version/architecture0Do not use a custom msys installation on WindowsUpgrade the global Cabal library in the database to the newest version. Only works reliably with a stack-managed installation.8Message shown to user for how to resolve the missing GHC*Location of the main stack-setup.yaml file>Alternate GHC binary distribution (requires custom GHCVariant)-Default location of the stack-setup.yaml file[Modify the environment variables (like PATH) appropriately, possibly doing installation too1Add the include and lib paths to the given ConfigUEnsure compiler (ghc or ghcjs) is installed and provide the PATHs to add if necessary,Install the newest version of Cabal globally4Get the version of the system compiler, if available"Download the most recent SetupInfoQCheck if given processes appear to be present, throwing an exception if missing.Unpack a compressed tarball using 7zip. Expects a single directory in the unpacked results, which is renamed to the destination directory.BDownload 7z as necessary, and get a function for unpacking things.8Returned function takes an unpack directory and archive.Given a printf format string for the decimal part and a number of bytes, formats the bytes using an appropiate unit and returns the formatted string.bytesfmt "%.2" 512368"500.359375 KiB"#Perform a basic sanity check of GHCPGet map of environment variables to set to change the locale's encoding to UTF-8K8Message to give user when necessary GHC is not availablealready installedpackage to findwhich versions are acceptableOS Key$Name of tool, used in error messagesPath to archive file,Name of directory expected to be in archive.Destination directory.labelURL, content-length, and sha1 destination     ,      ,None&+4FINV4"Exceptions thrown by Stack.Docker.*Docker must be enabled to use the command.4Command must be run on host OS (not in a container).docker inspect failed.Image does not exist. Input to docker cleanup has invalid command.Invalid output from  docker images.Invalid output from  docker ps.Invalid output from docker inspect.Could not pull a Docker image.Installed version of docker below minimum version.Installed version of docker is prohibited.Invalid output from docker --version. Version of stack) on host is too old for version in image. Version of stack3 in container/image is too old for version on host.?Can't determine the project root (where to put docker sandbox). docker --version failed.!-Using host stack-exe on unsupported platform."Parsed Config section of docker inspect output.#Parsed result of docker inspect.Cleanup action. Options for .xIf Docker is enabled, re-runs the currently running OS command in a Docker container. Otherwise, runs the inner action.FThis takes an optional release action which should be taken IFF control is transfering away from the current process to the intra-container one. The main use for this is releasing a lock. After launching reexecution, the host process becomes nothing but an manager for the call into docker and thus may not hold the lock.If Docker is enabled, re-runs the OS command returned by the second argument in a Docker container. Otherwise, runs the inner action.0This takes an optional release action just like . Error if running in a container.$7 if we are currently running inside a Docker container.%?Run a command in a new Docker container, then exit the process.*Clean-up old docker images and containers.&"Inspect Docker image or container.'1Inspect multiple Docker images and/or containers.=Pull latest version of configured Docker image from registry.( Pull Docker image from registry.)4Check docker version (throws exception if incorrect)$Remove the project's Docker sandbox.*dRemove the contents of a directory, without removing the directory itself. This is used instead of IJZ to clear bind-mounted directories, since removing the root of the bind-mount won't work.+Produce a strict KL) from the stdout of a process. Throws a G? exception if the process fails. Logs process's stderr using  $logError.,NSubdirectories of the home directory to sandbox between GHC/Stackage versions.--Name of home directory within docker sandbox..4Convenience function to decode ByteString to String./.Convenience function constructing message for $log*.01Fail with friendly error if project root not set.12Environment variable that contains the sandbox ID.2DEnvironment variable used to indicate stack is running in container."Command-line argument for "docker"Command-line argument for  docker pull.Command-line argument for docker cleanup.Command-line option for --internal-re-exec.3#Platform that Docker containers run4'Show instance for StackDockerException.5,Exception instance for StackDockerException.6Parse Config section of docker inspect output.7Parse docker inspect output.F8 !"9:#;<=>?$%&'()*Directory to remove contents of1Top-level directory names to exclude from removal,Top-level file names to exclude from removal+,-./01234567$8 !"9:#;<=>?$%&'()*+,-./01234567-None47FN 7Use the build options and environment to parse targets.@xFor every package in the snapshot which is referenced by a flag, give the user a warning and then add it to extra-deps.9Parse out the local package views for the current projectAOCheck if there are any duplicate package names and, if so, throw an exception.7Upgrade the initial local package info to a full-blown  LocalPackage" based on the selected componentsBYEnsure that the flags specified in the stack.yaml file and on the command line are used.All flags for a local packageC/Add in necessary packages to extra dependenciesOriginally part of  5https://github.com/commercialhaskell/stack/issues/272, this was then superseded by 5https://github.com/commercialhaskell/stack/issues/651DCompare the current filesystem state to the cached information, and determine (1) if the files are dirty, and (2) the new cache values.NReturns entries to add to the build cache for any newly found unlisted modulesE)Gets list of Paths for files in a packageF)Get file modification time, if it exists.G Create FileCacheInfo for a file.@snapshot extra-depslocalspackages referenced by a flagAHB extra depssnapshot, for error messagesCoriginal extra deps)package identifiers from the command line&all packages added on the command linelatest versions in indices new extradepsD old cachefiles in packageEFG *+,- -*+,@AHBCDEFG.None&47 2Determine whether we should haddock for a package.5Determine whether to build haddocks for dependencies.LCopy dependencies' haddocks to documentation directory. This way, relative  ../$pkg-$ver` links work and it's easy to upload docs to a web server or otherwise view them in a non-local-filesystem context. We copy instead of symlink for two reasons: (1) symlinks aren't reliably supported on Windows, and (2) the filesystem containing dependencies' docs may not be available where viewing the docs (e.g. if building in a Docker container).7Generate Haddock index and contents for local packages.NGenerate Haddock index and contents for local packages and their dependencies.>Generate Haddock index and contents for all snapshot packages.I;Generate Haddock index and contents for specified packages.JPath of haddock index file.K/Path of local packages documentation directory.L2Path of snapshot packages documentation directory. IJKL IJKL/None&47iMove a tix file into a sub-directory of the hpc report directory. Deletes the old one if one is present.MnGet the tix file location, given the name of the file (without extension), and the package identifier string.WGenerates the HTML coverage report and shows a textual coverage summary for a package.NModule names which contain OE have a package name, and so they weren't built into the executable. MP QNR S    MP QNR S0None47FNTCexecutable to be installed, and location where the binary is placedU'why a local package is considered dirtyV$Packages which count as dependenciesWfDetermine which packages to unregister based on the given tasks and already registered local packagesX\Get all of the dependencies for a given package, including guessed build tool dependencies.YStrip out anything from the Plan intended for the local database;Z[\]^_`abcdefghiTUVjklmnopqrs &additional packages that must be builtlocally registeredload upstream packageWtu#is this being used by a dependency?v#is this being used by a dependency?w#is this being used by a dependency?xyz{#is this being used by a dependency?|}~#is this being used by a dependency?XY  &Z [\]^_`abcdefghiTUVjklmnopqrs Wtuvwxyz{|}~XY1None&47 $Temporary Setup.hs for simple buildsCompiled version of eeSetupHs For a dry runGet a compiled Setup exePerform the actual planWindows can't write over the current executable. Instead, we rename the current executable to something else and then do the copy."Perform the actual plan (internal)Generate the ConfigCacheCEnsure that the configuration for the package matches what is given8Determine if all of the dependencies given are installedGrab all output from the given Handlem and print it to stdout, stripping Template Haskell "Loading package" lines. Does work in a separate thread.[Find the Setup.hs or Setup.lhs in the given directory. If none exists, throw an exception.Take the given list of package dependencies and the contents of the global package database, and construct a set of installed package IDs that:-Excludes the Cabal library (it's added later)1Includes all packages depended on by this packageIncludes all global packages, unless: (1) it's hidden, (2) it's shadowed by a depended-on package, or (3) one of its dependencies is not met.See: 5https://github.com/commercialhaskell/stack/issues/941 5https://github.com/commercialhaskell/stack/issues/944 5https://github.com/commercialhaskell/stack/issues/949(  Setup.hs input filetemporary directoryglobal packagesglobalsnewConfigCachepackage directoryannouncecabal .cabal filewAll dependencies' package ids to provide to Setup.hs. If Nothing, just provide global and snapshot package databases.exclude TH loading?convert paths to absolute?project directorydependencies of the packageglobal packages      2None  &+04FNBuild.If a buildLock is passed there is an important contract here. That lock must protect the snapshot, and it must be safe to unlock it if there are no further modifications to the snapshot to be performed by this build.VIf all the tasks are local, they don't mutate anything outside of our local directory.Get the BaseConfigOpts- necessary for constructing configure optionsIProvide a function for loading package information from the package index7Reset the build (remove Shake database and .gen files).PSet the code page for this process as necessary. Only applies to Windows. See: 5https://github.com/commercialhaskell/stack/issues/738PQuery information about the build and print the result to stdout in YAML format.$Get the raw build information object *callback after discovering all local files selectors 3None4FOptions record for  stack dotInclude external dependenciesInclude dependencies on baseOLimit the depth of dependency resolution to (Just n) or continue until fixpoint%Package names to prune from the graph8Visualize the project's dependencies as a graphviz graphCreate the dependency graph, the result is a map from a package name to a tuple of dependencies and a version if available. This function mainly gathers the required arguments for resolveDependencies."pruneGraph dontPrune toPrune graph prunes all packages in graph with a name in toPrune3 and removes resulting orphans unless they are in  dontPrune9Make sure that all unreachable nodes (orphans) are pruned LResolve the dependency graph up to (Just depth) or until fixpoint is reachedUGiven a SourceMap and a dependency loader, load the set of dependencies for a packageNResolve the direct (depth 0) external dependencies of the given local packages!UPrint a graphviz graph of the edges in the Map and highlight the given local packagesAPrint the local nodes with a different style depending on options Print nodes without dependenciesprintDedges p ps" prints an edge from p to every ps+Print an edge between the two package names,Convert a package name to a graph node name.!Print a node with no dependencies3Check if the package is wired in (shipped with) ghc ! all locals  !  ! !4None+4F":Necessary information to load a package or its components.(Module file paths.)C files.+Command-line options for GHC.3Launch a GHCi session for the given local project targets with the given options and configure it with the load paths and extensions of those targets.Figure out the main-is file to load based on the targets. Sometimes there is none, sometimes it's unambiguous, sometimes it's ambiguous. Warns and returns nothing if it's ambiguous.4iCreate a list of infos for each target containing necessary information to load that package/components.=Make information necessary to load the given package in GHCi."#$%&'()*+,-./01234"#$%&'()*+,-./01234+,-./012"#$%&'()*43"#$%&'()*+,-./012345None4FN5Launch a GHCi IDE for the given local project targets with the given options and configure it with the load paths and extensions of those targets.68Get options and target files for the given package info.5Targets. GHC options.65656566None477git repository to use7777None &4IN8LGiven the path to a local package, creates its source distribution tarball.While this yields a n, the name of the tarball, this tarball is not written to the disk and instead yielded as a lazy bytestring.:Get the PVP bounds-enabled version of the given cabal fileTraverse a data type.SReturns a newline-separate list of paths, and the absolute path to the .cabal file. 8override Config value88 88None93An argument which accepts a list of arguments e.g. --ghc-options="-X P.hs "this"".:1An option which accepts a list of arguments e.g. --ghc-options="-X P.hs "this"".;?An option which accepts a command and a list of arguments e.g. --exec "echo hello world"<Parse from a string.9:;<9:;<9:;<9:;<9Safe=Enable/disable flags for a Bool.>Enable/disable flags for a Bool,, without a default case (to allow chaining  |s).?Enable/disable flags for a  (Maybe Bool).@"Enable/disable flags for any type.AHEnable/disable flags for any type, without a default (to allow chaining  |s)B Show an extra help option (e.g.  --docker-help shows help for all  --docker*5 args). To actually show have that help appear, use C" before executing the main parser.CDisplay extra help if extea help option passed in arguments. Since optparse-applicative doesn't allow an arbirary IO action for an S, this was the best way I found that doesn't require manually formatting the help. =>?@ABCDE =>?@ABCDE =>?@ABCDE =>?@ABCDE:NoneF+Command sum type for conditional arguments.LParser for bench arguments.MParser for build arguments.Parser for package:[-]flagN0Command-line arguments parser for configuration.O(Options parser configuration for Docker.P$Parser for docker cleanup arguments.Q#Parser for arguments to `stack dot`SParser for exec command(Parser for extra options to exec commandU'Parser for global command-line options.WParse for a logging level.XParser for the resolverGHC variant parserY Parser for  solverCmdZParser for test arguments.[ Parser for  stack new.FGHIJKLMNOPQRScommandTmetavarUVWXYZ[\FGHIJKLMNOPQRSTUVWXYZ[\FGHIJKLMNOPQSTUV[WRXYZ\FGHIJKLMNOPQRSTUVWXYZ[\MNOPQRSTUVWXYZ[\]^__`abbcdefghiijklmnopqrstuvwxyz{|}~J                                          !"#$%&' ( ( ) * + , - . / 0 123456789:;<=>?@ABCDEFFGHIJKLMMNOPQRSTUUVWXXYZ[\]]^__`aabcdefghijkklmnopqrsstuvwxyyz{|}~       !""#$%&'())*+,-./011234556789:;<=>>?@@ABCDEFGHIJJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%%&&'()*+,-./01234556789:;<=>?@AABCDEFGHIJKLLMNOPQRSTTUVWXYYZ[[\]^_`abcdefghijklmnopqrstuvwxyz{|}~       !!"#$%&'(()*+,-./01234356789: ; ; < = > ? @ A B C!D!D!E!F!G!H!H!I!J!K!L!M!N!O!P!Q!R"S"T"U"V"W"X"Y"Z"["\"]"^"_"`"a"b"c"d"e#f#g#h#i#j#k#l#m#n#o#p#q#r#s#t#u#v#w#x#y#z#{#|#}$~$$$$$$$$$$$$$$$$$$$$$$$$$$$$$%%%%%&&&&&&&&&&&&&&&'''''''''''''''(())))))))))))))))))****F**+++++++++++++++++++,,,,,,,,,,,,,,,,,,,,,,------......//// 0 1 1 1 11122222333333333334 4 4!4"4#4$4%4&4'4(4(4)4*4+4,4-4.4/405152637485868788999:9;9<9=9>9?9@9A:B:C:D:E:F:G:H:I:J:K:L:M:N:O:P:Q:R:S:T:U:V:W:X;YZ[\;];^<_<`<a<bcdefghijklmn=o>p>q?rstuv@w@x@y@z@{@|@}@~@@@@@@@@@@@@AAAAAAAAAAAAAssLBBBBCCCCCCCCDDDDDDDDDDDDDDDDDDDDD  E E     EEEEEE  @ ! " # $ % & ' (  @ ! ) * + , - . / 0 1  1 2 3 4 5 6 7 8 9 :;<;=>@?@ABCDEF G G H I J K L M N O PQRSTUVWXYZ[\]^@!_`abcdefghijklmnopqrstusvwxyz{|}~}C                       H H!H"H#H#H$H%H&H'H(H)H*H*H+H+H,H-H.H/H/H0H1H2H3H4H5H6!!7"8"S"9":";"<"T"=">"?"V"@"W"A"B"C"D"E"F"G"H#I#J#K#L#M#I#N#O#P#Q#R$S$T$U$V$W$W$$X$Y$Z$[$\$]$^$_$`$a%b%c%d%d%e%f%g%h&i&j&k&l&m&n&o&p&q&r&s&t&u&v&w&x&y&z&{&|&}&~&&&&&&&&&&&&&&&'''''''M'''''''''''''''''''''''()))))*******************++++++++++++++++++++++++++++++++++++++++++++++++++++++++,,,,,,,,,,,,,,, , , , , ,,,,,,,,,,,,,,,,,,, ,!,",h, ,#,,$,%,&,'-(-)-*-+-,---.-/-0.1.2.3.4/5/6s78/9/:/;/<0=0>0?0@0A0B0C0C0D0E0F0G0H0I0J0K0L0M0h0N0N0O0P0Q0R0S0T0U0V0W0X0Y0Z0[0\0]0^0_0`0a0b0c0d0e0f0g0h0i0j0k0l0m0n0o0p0q0r0s1t1u1v1w1x1y1z1{1|1}1~11 111111111111111h1111112222h233333333333344s7777h77779:::::stack_IJuqDvICTjHFDG5xWUeOS4Stack.Types.VersionSystem.Process.RunSystem.Process.ReadNetwork.HTTP.Download.VerifiedStack.Types.TemplateNameStack.FileWatchSystem.Process.LogPath.IOStack.Types.PackageNameStack.Types.DockerStack.Types.FlagNameStack.Types.GhcPkgIdStack.Types.PackageIdentifierStack.Types.CompilerStack.Types.BuildPlanStack.Types.ImageData.Attoparsec.ArgsStack.Types.ConfigStack.ConstantsStack.Types.InternalStack.Types.StackTStack.Docker.GlobalDBStack.Types.PackageStack.Types.Build Stack.GhcPkgStack.PackageIndex Stack.FetchStack.Config.Docker Stack.ImageStack.Build.Target Stack.Exec Stack.NewStack.Setup.Installed Stack.UploadStack.Build.CacheStack.PackageDumpStack.Build.Installed Stack.PackageStack.BuildPlan Stack.Solver Stack.Init Stack.Config Stack.Setup Stack.DockerStack.Build.SourceStack.Build.HaddockStack.Build.CoverageStack.Build.ConstructPlanStack.Build.Execute Stack.Build Stack.Dot Stack.Ghci Stack.Ide Stack.Upgrade Stack.SDistOptions.Applicative.Args!Options.Applicative.Builder.Extra Stack.OptionsData.Set.MonadData.Attoparsec.CombinatorsData.IORef.RunOnceDistribution.Version.ExtraData.Maybe.ExtraSystem.Process.PagerEditor Paths_stack Path.FindData.Binary.VersionTaggedData.Aeson.ExtendedNetwork.HTTP.Download loadConfig Stack.TypesControl.Concurrent.ExecuteFS removeTreeS ByteStringCabal_96aI7pZyaxU3dsgngOxbdKDistribution.Version VersionRangestrea_2oWWsu3MIhG1OnsJdZCc4ZData.Streaming.ProcessProcessExitedUnsuccessfullyproce_FLTz0SLwyG6LJUpZ52HjkUSystem.Process readProcessVerifiedDownloadExceptionWrongContentLengthWrongStreamLength WrongDigest LengthCheckCheckHexDigestCheckHexDigestStringCheckHexDigestByteStringCheckHexDigestHeader HashCheckhashCheckAlgorithmhashCheckHexDigestDownloadRequest drRequest drHashChecks drLengthCheck drRetryPolicydrRetryPolicyDefaultverifiedDownload TemplateNametemplateNameArgumenttemplateParamArgumentparseTemplateNameFromStringmkTemplateName templateName templatePathprintExceptionStderr fileWatch fileWatchPoll logProcessRunshowProcessArgDebugResolveExceptionResolveDirFailedResolveFileFailed getWorkingDirparseRelAsAbsDirparseRelAsAbsFile resolveDir resolveFileresolveDirMayberesolveFileMaybeparseCollapsedAbsFileparseCollapsedAbsDir listDirectory removeFileremoveFileIfExists renameFilerenameFileIfExists renameDirrenameDirIfExists createTreemoveFilemoveFileIfExistsmoveDirmoveDirIfExistsremoveTreeIfExists fileExists dirExistscopyFilecopyFileIfExistscopyDirectoryRecursivedropRoot$withCanonicalizedSystemTempDirectorywithCanonicalizedTempDirectoryReadProcessException NoPathFoundExecutableNotFoundExecutableNotFoundAt EnvOverride eoTextMap eoStringListeoPath eoExeCacheeoExeExtension eoPlatform unEnvOverride envSearchPathmodifyEnvOverride mkEnvOverride envHelperreadProcessNull readInNulltryProcessStdoutreadProcessStdoutsinkProcessStdoutsinkProcessStderrStdout preProcessdoesExecutableExistfindExecutablegetEnvOverride augmentPathaugmentPathMaprunIn callProcess callProcess' PackageNamePackageNameParseFailCabalFileNameParseFailCabalFileNameInvalidPackageNamepackageNameParser mkPackageNameparsePackageNameparsePackageNameFromStringpackageNameByteStringpackageNameStringpackageNameTextfromCabalPackageNametoCabalPackageNameparsePackageNameFromFilePathpackageNameArgumentDockerMonoidRepoOrImageDockerMonoidRepoDockerMonoidImageMountDockerStackExeDockerStackExeDownloadDockerStackExeHostDockerStackExeImageDockerStackExePathDockerOptsMonoiddockerMonoidDefaultEnabledockerMonoidEnabledockerMonoidRepoOrImagedockerMonoidRegistryLogindockerMonoidRegistryUsernamedockerMonoidRegistryPassworddockerMonoidAutoPulldockerMonoidDetachdockerMonoidPersistdockerMonoidContainerNamedockerMonoidRunArgsdockerMonoidMountdockerMonoidEnvdockerMonoidDatabasePathdockerMonoidStackExedockerMonoidSetUser DockerOpts dockerEnable dockerImagedockerRegistryLogindockerRegistryUsernamedockerRegistryPassworddockerAutoPull dockerDetach dockerPersistdockerContainerName dockerRunArgs dockerMount dockerEnvdockerDatabasePathdockerStackExe dockerSetUserparseDockerStackExedockerEnableArgNamedockerRepoArgNamedockerImageArgNamedockerRegistryLoginArgNamedockerRegistryUsernameArgNamedockerRegistryPasswordArgNamedockerAutoPullArgNamedockerDetachArgNamedockerRunArgsArgNamedockerMountArgNamedockerEnvArgNamedockerContainerNameArgNamedockerPersistArgNamedockerDatabasePathArgNamedockerStackExeArgNamedockerStackExeDownloadValdockerStackExeHostValdockerStackExeImageValdockerSetUserArgName$fFromJSONMount $fShowMount $fReadMount$fMonoidDockerOptsMonoid $fFromJSON(,)FlagNameFlagNameParseFailflagNameParser mkFlagName parseFlagNameparseFlagNameFromStringflagNameString flagNameTextfromCabalFlagNametoCabalFlagNameGhcPkgId parseGhcPkgIdghcPkgIdParserghcPkgIdString VersionCheck MatchMinor MatchExact NewerMinorVersion versionParser parseVersionparseVersionFromString versionString versionTexttoCabalVersionfromCabalVersion mkVersionversionRangeText withinRangeintersectVersionRangestoMajorVersionnextMajorVersion checkVersionPackageIdentifiertoTuple fromTuplepackageIdentifierVersionpackageIdentifierNamepackageIdentifierParserparsePackageIdentifier parsePackageIdentifierFromStringpackageIdentifierStringpackageIdentifierTextCompilerVersion GhcVersion GhcjsVersion WhichCompilerGhcGhcjsparseCompilerVersioncompilerVersionTextcompilerVersionString whichCompilerisWantedCompiler getGhcVersioncompilerExeNamehaddockExeName $fFromJSONMap$fFromJSONCompilerVersion$fToJSONCompilerVersion$fNFDataCompilerVersion"$fHasStructuralInfoCompilerVersion$fBinaryCompilerVersionMiniPackageInfo mpiVersionmpiFlagsmpiPackageDeps mpiToolDepsmpiExes mpiHasLibrary MiniBuildPlanmbpCompilerVersion mbpPackages Component CompLibraryCompExecutable CompTestSuite CompBenchmarkDepInfo diComponentsdiRange SimpleDesc sdPackagessdToolssdProvidedExes sdModulesExeName unExeName Maintainer unMaintainer SystemInfosiCompilerVersionsiOSsiArchsiCorePackagessiCoreExecutables TestState ExpectSuccess ExpectFailure Don'tBuildPackageConstraintspcVersionRange pcMaintainerpcTests pcHaddockspcBuildBenchmarkspcFlagOverridespcEnableLibProfile PackagePlan ppVersion ppGithubPingsppUsers ppConstraintsppDesc BuildPlan bpSystemInfobpTools bpPackages bpGithubUsersSnapNameLTSNightlyrenderSnapName parseSnapNameImageDockerOptsMonoidimgDockerMonoidBaseimgDockerMonoidEntrypointsimgDockerMonoidAddimgDockerMonoidImageNameImageOptsMonoidimgMonoidDockerImageDockerOpts imgDockerBaseimgDockerEntrypoints imgDockerAddimgDockerImageName ImageOpts imgDocker imgArgNameimgDockerArgNameimgDockerBaseArgNameimgDockerAddArgNameimgDockerEntrypointsArgNameimgDockerImageNameArgName$fMonoidImageDockerOptsMonoid$fMonoidImageOptsMonoid$fFromJSON(,)0 EscapingModeEscaping NoEscaping parseArgs argsParserwithInterpreterArgs PvpBounds PvpBoundsNonePvpBoundsUpperPvpBoundsLower PvpBoundsBothSetupInfoLocationSetupInfoFileOrURLSetupInfoInline SetupInfo siSevenzExe siSevenzDllsiMsys2siGHCssiGHCJSssiStackVersionedDownloadInfo vdiVersionvdiDownloadInfo DownloadInfodownloadInfoUrldownloadInfoContentLengthdownloadInfoSha1 GHCVariant GHCStandardGHCGMP4GHCArchGHCIntegerSimple GHCCustomSCMGitProjectAndConfigMonoidConfigExceptionParseConfigFileExceptionParseResolverExceptionNoProjectConfigFoundUnexpectedTarballContentsBadStackVersionExceptionNoMatchingSnapshotNoSuchDirectoryParseGHCVariantExceptionVersionRangeJSONunVersionRangeJSON ConfigMonoidconfigMonoidDockerOptsconfigMonoidConnectionCountconfigMonoidHideTHLoadingconfigMonoidLatestSnapshotUrlconfigMonoidPackageIndicesconfigMonoidSystemGHCconfigMonoidInstallGHCconfigMonoidSkipGHCCheckconfigMonoidSkipMsysconfigMonoidCompilerCheckconfigMonoidRequireStackVersionconfigMonoidOSconfigMonoidArchconfigMonoidGHCVariantconfigMonoidJobsconfigMonoidExtraIncludeDirsconfigMonoidExtraLibDirsconfigMonoidConcurrentTestsconfigMonoidLocalBinPathconfigMonoidImageOptsconfigMonoidTemplateParametersconfigMonoidScmInitconfigMonoidGhcOptionsconfigMonoidExtraPathconfigMonoidSetupInfoLocationsconfigMonoidPvpBoundsconfigMonoidModifyCodePageconfigMonoidExplicitSetupDepsconfigMonoidRebuildGhcOptionsconfigMonoidApplyGhcOptionsHasBuildConfiggetBuildConfig HasConfig getConfig HasGHCVariant getGHCVariant HasPlatform getPlatform HasStackRoot getStackRootResolverResolverSnapshotResolverCompilerResolverCustomProjectprojectPackagesprojectExtraDeps projectFlagsprojectResolverprojectExtraPackageDBsPackageLocation PLFilePath PLHttpTarballPLGit PackageEntrypeExtraDepMaybe peValidWanted peLocation peSubdirs LoadConfiglcConfiglcLoadBuildConfig lcProjectRoot HasEnvConfig getEnvConfig EnvConfigenvConfigBuildConfigenvConfigCabalVersionenvConfigCompilerVersionenvConfigPackages BuildConfigbcConfig bcResolverbcWantedCompilerbcPackageEntries bcExtraDepsbcExtraPackageDBs bcStackYamlbcFlagsbcImplicitGlobal bcGHCVariantAbstractResolverARLatestNightly ARLatestLTSARLatestLTSMajor ARResolverARGlobal GlobalOptsglobalReExecVersionglobalLogLevelglobalConfigMonoidglobalResolverglobalTerminalglobalStackYamlEvalOptsevalArg evalExtra ExecOptsExtra ExecOptsPlainExecOptsEmbellished eoEnvSettings eoPackagesExecOptseoCmdeoArgseoExtra EnvSettingsesIncludeLocalsesIncludeGhcPackagePath esStackExe esLocaleUtf8 IndexLocationILGitILHttp ILGitHttp IndexName unIndexName PackageIndex indexName indexLocationindexDownloadPrefixindexGpgVerifyindexRequireHashesApplyGhcOptions AGOTargets AGOLocals AGOEverythingConfigconfigStackRootconfigUserConfigPath configDockerconfigEnvOverrideconfigLocalProgramsBaseconfigLocalProgramsconfigConnectionCountconfigHideTHLoadingconfigPlatformconfigGHCVariant0configLatestSnapshotUrlconfigPackageIndicesconfigSystemGHCconfigInstallGHCconfigSkipGHCCheckconfigSkipMsysconfigCompilerCheckconfigLocalBinconfigRequireStackVersion configJobsconfigExtraIncludeDirsconfigExtraLibDirsconfigConfigMonoidconfigConcurrentTests configImageconfigTemplateParams configScmInitconfigGhcOptionsconfigSetupInfoLocationsconfigPvpBoundsconfigModifyCodePageconfigExplicitSetupDepsconfigRebuildGhcOptionsconfigApplyGhcOptions indexNameTextdefaultLogLevelbcRoot bcWorkDir peExtraDep resolverNameparseResolverTextparseConfigMonoidJSON askConfigaskLatestSnapshotUrlconfigPackageIndexRootconfigPackageIndexCacheconfigPackageIndexconfigPackageIndexGzconfigPackageTarball workDirRelconfigProjectWorkDirconfigInstalledCacheplatformOnlyRelDirplatformVariantRelDirconfigShakeFilesDirconfigLocalUnpackDir snapshotsDirinstallationRootDepsinstallationRootLocalcompilerVersionDirpackageDatabaseDepspackageDatabaseLocalpackageDatabaseExtraflagCacheLocalconfigMiniBuildPlanCache bindirSuffix docDirSuffix hpcReportDir extraBinDirsgetMinimalEnvOverrideminimalEnvSettingsgetWhichCompilerpackageEntryCurrDirghcVariantNameghcVariantSuffixparseGHCVariantparseDownloadInfoFromObject pvpBoundsTextparsePvpBoundsexplicitSetupDeps$fFromJSONPvpBounds$fToJSONPvpBounds$fMonoidSetupInfo$fFromJSON(,)1$fFromJSON(,)2$fFromJSONGHCVariant $fToJSONSCM $fFromJSONSCM$fFromJSON(,)3$fExceptionConfigException$fShowConfigException$fFromJSONVersionRangeJSON$fFromJSON(,)4$fMonoidConfigMonoid$fHasBuildConfigBuildConfig$fHasConfigBuildConfig$fHasGHCVariantBuildConfig$fHasPlatformBuildConfig$fHasStackRootBuildConfig$fHasConfigConfig$fHasPlatformConfig$fHasStackRootConfig$fHasGHCVariantGHCVariant$fHasPlatformPlatform$fFromJSON(,)5$fToJSONResolver$fToJSONProject$fFromJSON(,)6$fToJSONPackageLocation$fFromJSON(,)7$fToJSONPackageEntry$fHasEnvConfigEnvConfig$fHasStackRootEnvConfig$fHasGHCVariantEnvConfig$fHasPlatformEnvConfig$fHasConfigEnvConfig$fHasBuildConfigEnvConfig$fFromJSONIndexName$fToJSONIndexName$fFromJSON(,)8$fFromJSONApplyGhcOptionshaskellModuleExtsbuiltFileFromDirconfiguredFileFromDirbuiltConfigFileFromDirdefaultShakeThreads userDocsDirobjectInterfaceDirbuildCacheFiletestSuccessFile testBuiltFilebenchBuiltFileconfigCacheFileconfigCabalMod hpcDirFromDirhpcRelativeDirdistDirFromDir templatesDirdistRelativeDir rawGithubUrlprojectDockerSandboxDirimageStagingDir stackProgName stackDotYamlstackRootEnvVarwiredInPackagescabalPackageName"implicitGlobalProjectDirDeprecatedimplicitGlobalProjectDirdotHpcdefaultUserConfigPathDeprecateddefaultUserConfigPath!defaultGlobalConfigPathDeprecateddefaultGlobalConfigPath HasSticky getStickyStickyunStickyHasSupportsUnicodegetSupportsUnicode HasReExec getReExec HasTerminal getTerminal HasLogLevel getLogLevelEnv envConfig envLogLevel envTerminal envReExec envManager envStickyenvSupportsUnicode$fHasStickyEnv$fHasSupportsUnicodeEnv$fHasReExecEnv$fHasTerminalEnv$fHasLogLevelLogLevel$fHasLogLevelEnv$fHasHttpManagerEnv$fHasEnvConfigEnv$fHasBuildConfigEnv$fHasConfigEnv$fHasGHCVariantEnv$fHasPlatformEnv$fHasStackRootEnv StackLoggingTStackTrunStackTGlobal runStackTrunStackLoggingTGlobalrunStackLoggingT newTLSManager logSticky logStickyDoneDockerImageLastUsedDockerImageExeIdDockerImageProjectIdupdateDockerImageLastUsedgetDockerImagesLastUsedpruneDockerImagesLastUsedgetDockerImageExesetDockerImageExe InstalledLibrary Executable InstalledMap DotCabalPathDotCabalModulePathDotCabalMainPathDotCabalFilePathDotCabalCFilePathDotCabalDescriptorDotCabalModule DotCabalMain DotCabalFile DotCabalCFileModTime FileCacheInfo fciModTimefciSizefciHashInstalledPackageLocation InstalledTo ExtraGlobalInstallLocationSnapLocalNamedComponentCLibCExeCTestCBench LocalPackage lpPackage lpTestDeps lpBenchDepslpExeComponents lpTestBenchlpDir lpCabalFile lpDirtyFileslpNewBuildCachelpFiles lpComponentsLocalPackageTB lptbPackage lptbTests lptbBenchesPackageInstallInfo piiVersion piiLocation PackageSourcePSLocal PSUpstream SourceMap PackageConfigpackageConfigEnableTestspackageConfigEnableBenchmarkspackageConfigFlagspackageConfigCompilerVersionpackageConfigPlatformPackageWarningUnlistedModulesWarningGetPackageFilesgetPackageFiles CabalFileTypeAllFilesModulesGetPackageOptsgetPackageOptsPackage packageNamepackageVersion packageFiles packageDeps packageToolspackageAllDeps packageFlagspackageHasLibrary packageTestspackageBenchmarks packageExes packageOptspackageHasExposedModulespackageSimpleTypepackageDefinedFlagsPackageExceptionPackageInvalidCabalFilePackageNoCabalFileFoundPackageMultipleCabalFilesFoundMismatchedCabalNamelpWantedrenderComponentdotCabalModule dotCabalMaindotCabalModulePathdotCabalMainPathdotCabalCFilePathdotCabalGetPath$fHasSemanticVersionModTime$fHasStructuralInfoModTime$fNFDataFileCacheInfo $fHasStructuralInfoFileCacheInfo$fBinaryFileCacheInfo$fMonoidInstallLocation!$fPackageInstallInfoPackageSource $fEqPackage $fOrdPackage$fShowPackageWarning$fShowGetPackageFiles$fShowGetPackageOpts$fShowPackageException$fExceptionPackageExceptionPrecompiledCache pcLibrarypcExes ConfigureOptscoDirscoNoDirsBaseConfigOpts bcoSnapDB bcoLocalDBbcoSnapInstallRootbcoLocalInstallRoot bcoBuildOpts bcoExtraDBsPlan planTasks planFinalsplanUnregisterLocalplanInstallExesTaskTypeTTLocal TTUpstreamTaskConfigOpts tcoMissingtcoOptsTask taskProvidestaskTypetaskConfigOpts taskPresent ConfigCacheconfigCacheOptsconfigCacheDepsconfigCacheComponentsconfigCacheHaddock FileWatchOpts NoFileWatch FileWatch FileWatchPoll BenchmarkOptsbeoAdditionalArgs beoDisableRunTestOpts toRerunTeststoAdditionalArgs toCoverage toDisableRun BuildOpts boptsTargetsboptsLibProfileboptsExeProfile boptsHaddockboptsHaddockDeps boptsDryrunboptsGhcOptions boptsFlagsboptsInstallExes boptsPreFetchboptsBuildSubsetboptsFileWatchboptsKeepGoingboptsForceDirty boptsTests boptsTestOptsboptsBenchmarksboptsBenchmarkOpts boptsExecboptsOnlyConfigureboptsReconfigureboptsCabalVerbose BuildSubsetBSAllBSOnlySnapshotBSOnlyDependencies BadDependencyNotInBuildPlanCouldn'tResolveItsDependenciesDependencyMismatchConstructPlanExceptionDependencyCycleDetectedDependencyPlanFailuresUnknownPackage UnusedFlags UFNoPackageUFFlagsNotDefined UFSnapshot FlagSource FSCommandLine FSStackYamlStackBuildExceptionCouldn'tFindPkgIdCompilerVersionMismatchCouldn'tParseTargetsUnknownTargetsTestSuiteFailureConstructPlanExceptionsCabalExitedUnsuccessfullyExecutionFailureLocalPackageDoesn'tMatchTargetNoSetupHsFoundInvalidFlagSpecificationTargetParseExceptionDuplicateLocalPackageNamesSolverMissingCabalInstallSolverMissingGHCdefaultBuildOpts taskLocation configureOptswantedLocalPackagesmodTime getGlobalDBcreateDatabase ghcPkgExeName findGhcPkgId findGhcPkgKeyfindGhcPkgHaddockHtmlfindTransitiveGhcPkgDependsfindGhcPkgDependsunregisterGhcPkgIdgetCabalPkgVer listGhcPkgDbsmkGhcPackagePathPackageDownloadpdSHA512pdUrlpdSize PackageCachepcOffsetpcSize pcDownloadupdateAllIndicesgetPackageCachesResolvedPackagerpCacherpIndex fetchPackagesunpackPackagesunpackPackageIdentsresolvePackagesresolvePackagesAllowMissingwithCabalFileswithCabalLoaderStackDockerConfigExceptionResolverNotSupportedExceptionInvalidDatabasePathExceptiondockerOptsFromMonoid $fShowStackDockerConfigException%$fExceptionStackDockerConfigExceptionstageContainerImageArtifactscreateContainerImageFromStage imgCmdNameimgDockerCmdName imgOptsParserimgDockerOptsParserimgOptsFromMonoidimgDockerOptsFromMonoid NeedTargetsAllowNoTargets SimpleTarget STUnknown STNonLocal STLocalComps STLocalAllLocalPackageView lpvVersionlpvRoot lpvCabalFP lpvComponents lpvExtraDep RawTargetRTPackageComponent RTComponent RTPackageRTPackageIdentifierUnresolvedComponentResolvedComponent ComponentNameparseRawTarget parseTargetsdefaultEnvSettingsplainEnvSettingsexecNewOptsnewOptsProjectNamenewOptsCreateBarenewOptsTemplatenewOptsNonceParamsnew listTemplates getTemplatesdefaultTemplateName ExtraDirsedBins edIncludeedLibTool ToolGhcjs toolStringtoolNameString parseToolText markInstalledunmarkInstalled listInstalledgetCompilerVersion extraDirs installDirUploadSettingsUploaderFromFileHackageCredsSource HackageCreds loadCreds saveCreds fromPromptfromFile fromMemory fromAnywhere mkUploaderupload uploadBytesdefaultUploadSettings setUploadUrl setGetManagersetCredsSource setSaveCredsbuildCacheTimesgetInstalledExesmarkExeInstalledmarkExeNotInstalledtryGetBuildCachetryGetConfigCachetryGetCabalModwriteBuildCachewriteConfigCache writeCabalMod deleteCachestryGetFlagCachewriteFlagCachesetTestSuccessunsetTestSuccesscheckTestSuccess setTestBuiltunsetTestBuiltcheckTestBuilt setBenchBuiltunsetBenchBuiltcheckBenchBuiltwritePrecompiledCachereadPrecompiledCacheLine DumpPackage dpGhcPkgIddpPackageIdent dpLibDirs dpLibrariesdpHasExposedModules dpDependsdpHaddockInterfaces dpProfiling dpHaddock dpIsExposedInstalledCacheEntryinstalledCacheProfilinginstalledCacheHaddockinstalledCacheIdentInstalledCache ghcPkgDumpnewInstalledCacheloadInstalledCachesaveInstalledCache pruneDeps sinkMatching addProfiling addHaddockconduitDumpPackage eachSectioneachPairGetInstalledOptsgetInstalledProfilinggetInstalledHaddock getInstalledpackageIdentifierreadPackageUnresolvedreadPackageUnresolvedBS readPackage readPackageBSreadPackageDirprintCabalFileWarningcheckCabalFileNameresolvePackage autogenDirpackageDependenciespackageToolDependenciesresolvePackageDescriptiongetCabalFileName buildLogPath SnapshotssnapshotsNightly snapshotsLtsToolMapBuildPlanExceptionUnknownPackagesSnapshotNotFoundresolveBuildPlan getToolMap getSnapshotsloadMiniBuildPlan findBuildPlanshadowMiniBuildPlanparseCustomMiniBuildPlan cabalSolversolveExtraDepsMethodMethodSnapshotMethodResolver MethodSolverSnapPrefPrefNonePrefLTS PrefNightlyInitOptsioMethodforceOverwriteincludeSubDirsfindCabalFiles initProjectmakeConcreteResolvergetImplicitGlobalProjectDirtryDeprecatedPath MiniConfig getIsGMP4loadMiniConfigresolvePackageEntrypackagesParser SetupOptssoptsInstallIfMissingsoptsUseSystemsoptsWantedCompilersoptsCompilerChecksoptsStackYamlsoptsForceReinstallsoptsSanityChecksoptsSkipGhcCheck soptsSkipMsyssoptsUpgradeCabalsoptsResolveMissingGHCsoptsStackSetupYamlsoptsGHCBindistURLdefaultStackSetupYamlsetupEnvensureCompilerensureDockerStackExe CleanupActionCleanupInteractiveCleanupImmediate CleanupDryRun CleanupOptsdcAction"dcRemoveKnownImagesLastUsedDaysAgo#dcRemoveUnknownImagesCreatedDaysAgo$dcRemoveDanglingImagesCreatedDaysAgo'dcRemoveStoppedContainersCreatedDaysAgo'dcRemoveRunningContainersCreatedDaysAgoreexecWithOptionalContainerexecWithOptionalContainerpreventInContainercleanuppullreset dockerCmdNamedockerPullCmdNamedockerCleanupCmdName reExecArgName loadSourceMapparseTargetsFromBuildOptsgetLocalPackageViewsloadLocalPackage localFlagsaddUnlistedToBuildCacheshouldHaddockPackageshouldHaddockDepscopyDepHaddocksgenerateLocalHaddockIndexgenerateDepsHaddockIndexgenerateSnapHaddockIndex updateTixFilegenerateHpcReportgenerateHpcUnifiedReportgenerateHpcMarkupIndex constructPlan ExecuteEnvpreFetch printPlanwithExecuteEnv executePlanwithSingleContextbuildmkBaseConfigOptswithLoadPackagecleanqueryBuildInfoDotOptsdotIncludeExternaldotIncludeBasedotDependencyDepthdotPrunedotlistDependencies pruneGraphresolveDependencies printGraph GhciPkgInfo ghciPkgName ghciPkgOpts ghciPkgDirghciPkgModulesghciPkgModFiles ghciPkgCFiles ghciPkgMainIsGhciOpts ghciTargetsghciArgsghciGhcCommandghciNoLoadModulesghciAdditionalPackages ghciMainIsghci ghciSetupidegetPackageOptsAndTargetFilesupgradegetSDistTarball argsArgument argsOption cmdOptionparseArgsFromString boolFlagsboolFlagsNoDefaultmaybeBoolFlagsenableDisableFlagsenableDisableFlagsNoDefaultextraHelpOption execExtraHelp textOption textArgumentCommandBuildTestHaddockBenchInstallbenchOptsParserbuildOptsParserconfigOptsParserdockerOptsParserdockerCleanupOptsParser dotOptsParserghciOptsParserexecOptsParserevalOptsParserglobalOptsParserinitOptsParserlogLevelOptsParserabstractResolverOptsParsersolverOptsParsertestOptsParser newOptsParserpvpBoundsOptionmapMconta_LKCPrTJwOTOLk4OU37YmeN Data.Set.BaseSetmapM_filterM appending alternatingpured concating sinkCheckHash sinkHashUsinghashChecksToZipSinkVerifyFileException WrongFileSizedisplayByteStringdisplayCheckHexDigestassertLengthSink$fExceptionVerifyFileException$$fExceptionVerifiedDownloadException$fShowVerifiedDownloadException$fIsStringCheckHexDigestrunOncehasUpperhasLower mapMaybeMbase Data.MaybemapMaybe fileWatchConfEditorExceptionPagerException pageWriterpageByteString pageBuilderpageFile pageStringeditFileeditReaderWritereditByteString editStringorElseEditorNotFoundEditorExitFailure PagerNotFoundPagerExitFailure$fExceptionEditorException$fShowEditorException$fExceptionPagerException$fShowPagerExceptioncatchIOversionbindirlibdirdatadir libexecdir sysconfdir getBinDir getLibDir getDataDir getLibexecDir getSysconfDirgetDataFileNameGHC.BaseNothingpath_BMpVqxC01XN5OKbZst69w9Path parseAbsFile parseAbsDircollapseFilePathresolveCheckParseignoreDoesNotExist$fShowResolveException$fExceptionResolveException System.ExitexitWithbytes_6elQVSg5cWdFrvRnfxTUrHData.ByteString.Internal makeAbsolutestripTrailingSlashT$fExceptionReadProcessException$fShowReadProcessException findFileUp findDirUp findPathUp findFilestaggedEncodeFiletaggedDecodeOrLoaddecodeFileOrFailDeepDecodeFileFailure BinarySchema$fExceptionDecodeFileFailure$fShowDecodeFileFailurebinar_IvYoLp9H6Xy3zEH13MmZwdData.Binary.ClassBinaryputgetdeeps_LbCWUlehDDeLxurARKDH5oControl.DeepSeqNFDatarnfbinar_J5oRj1VEtAwCQAj6JHhyApData.Binary.TaggedHasStructuralInfoHasSemanticVersion JSONWarning WarningParserWarningParserMonoid.:.:?..:..:?..!= tellJSONFieldwithObjectWarningsaeson_HxTe1bx7L3R4okWkvhDAvOData.Aeson.Types.Instances withObjectunWarningParserData.Aeson.Types.InternalParserlogJSONWarningsjsonSubWarningsjsonSubWarningsTjsonSubWarningsTTJSONUnrecognizedFieldswpmExpectedFields wpmWarnings$fShowJSONWarning$fMonoidWarningParserMonoid Data.AesoneitherDecodeStrict' eitherDecode'eitherDecodeStrict eitherDecode decodeStrict'decode' decodeStrictdecodeData.Aeson.Parser.Internaljson'jsonData.Aeson.Encode.ByteStringencode.!=fromJSON.=withBoolwithScientific withNumber withArraywithTextData.Aeson.Types.ClassgenericParseJSON genericToJSONgToJSONGToJSON gParseJSON GFromJSONtoJSONToJSON parseJSONFromJSONobjectSuccessErrorResultObjectArrayNullBoolNumberStringValuefromDotNetTime DotNetTimedownload redownloadghc-prim GHC.TypesTrueFalse downloadJSONliftHTTPhttpc_2XneCjucfj1KZbe2odFAxINetwork.HTTP.Client.TypesManagerDownloadExceptionDownloadJSONExceptionRedownloadFailed$fExceptionDownloadExceptionmtl_KMpng31YRYc5JfMWFZ3FCUControl.Monad.Reader.Class MonadReaderaskNetwork.HTTP.Client.RequestparseUrlgetHttpManagerHasHttpManager $fToJSONMap$fFromJSONPackageName$fToJSONPackageName$fHasStructuralInfoPackageName$fShowPackageName$fLiftPackageName$fShowPackageNameParseFail$fExceptionPackageNameParseFail$fFromJSONFlagName$fShowFlagName$fLiftFlagName $fOrdFlagName $fEqFlagName$fHasStructuralInfoFlagName$fShowFlagNameParseFail$fExceptionFlagNameParseFailGhcPkgIdParseFail$fToJSONGhcPkgId$fFromJSONGhcPkgId$fShowGhcPkgId$fHasStructuralInfoGhcPkgId$fNFDataGhcPkgId$fBinaryGhcPkgId$fHashableGhcPkgId$fExceptionGhcPkgIdParseFail$fShowGhcPkgIdParseFailVersionParseFail unVersion$fFromJSONVersionCheck$fToJSONVersionCheck$fFromJSONVersion$fToJSONVersion $fShowVersion $fLiftVersion$fHashableVersion$fHasStructuralInfoVersion$fShowVersionParseFail$fExceptionVersionParseFailPackageIdentifierParseFail$fFromJSONPackageIdentifier$fToJSONPackageIdentifier$fShowPackageIdentifier$$fHasStructuralInfoPackageIdentifier$fBinaryPackageIdentifier$fHashablePackageIdentifier$fNFDataPackageIdentifier%$fExceptionPackageIdentifierParseFail $fShowPackageIdentifierParseFailBuildPlanTypesExceptionParseSnapNameExceptionParseFailedExceptiondisplay simpleParsetestStateToText compToText$fNFDataMiniPackageInfo"$fHasStructuralInfoMiniPackageInfo$fBinaryMiniPackageInfo!$fHasSemanticVersionMiniBuildPlan $fHasStructuralInfoMiniBuildPlan$fNFDataMiniBuildPlan$fBinaryMiniBuildPlan$fFromJSONComponent$fToJSONComponent$fFromJSONDepInfo$fToJSONDepInfo$fMonoidDepInfo$fFromJSONSimpleDesc$fToJSONSimpleDesc$fMonoidSimpleDesc$fFromJSONExeName$fToJSONExeName$fHasStructuralInfoExeName$fFromJSONSystemInfo$fToJSONSystemInfo$fFromJSONTestState$fToJSONTestState$fFromJSONPackageConstraints$fToJSONPackageConstraints$fShowBuildPlanTypesException"$fExceptionBuildPlanTypesException$fFromJSONPackagePlan$fToJSONPackagePlan$fFromJSONBuildPlan$fToJSONBuildPlanSystem.EnvironmentwithArgsgetInterpreterArgssinkInterpreterArgshaskellFileExtshaskellPreprocessorExtsbuiltConfigRelativeFile LoggingEnvgetCanUseUnicodereplaceUnicode loggerFunc withSticky$fMonadLoggerStackLoggingT$fMonadLoggerStackTunStackLoggingT lenvLogLevel lenvTerminal lenvReExec lenvManager lenvStickylenvSupportsUnicodeunStackTstickyLoggerFunc$fHasSupportsUnicodeLoggingEnv$fHasReExecLoggingEnv$fHasTerminalLoggingEnv$fHasHttpManagerLoggingEnv$fHasLogLevelLoggingEnv$fHasStickyLoggingEnv $fMonadTransControlStackLoggingT $fMonadBaseControlbStackLoggingT$fMonadTransControlStackT$fMonadBaseControlbStackT withGlobalDBDockerImageExedockerImageExeImageHashdockerImageExeExePathdockerImageExeExeTimestampdockerImageExeCompatibleDockerImageProjectdockerImageProjectImageHashdockerImageProjectProjectPathdockerImageProjectLastUsedTimeDockerImageExeUniqueDockerImageExeKeyunDockerImageExeKeyDockerImageExeImageHashDockerImageExeExePathDockerImageExeExeTimestampDockerImageExeCompatibleDockerImageProjectPathKeyDockerImageProjectKeyunDockerImageProjectKeyDockerImageProjectImageHashDockerImageProjectProjectPathDockerImageProjectLastUsedTime migrateTables)TFCo:R:PersistEntityBackendDockerImageExe PkgDepsOracle LatestVersionconfigureOptsNoDirPkgDepsdefaultTestOptsdefaultBenchmarkOptsconfigureOptsDirs$fNFDataPrecompiledCache#$fHasStructuralInfoPrecompiledCache$$fHasSemanticVersionPrecompiledCache$fBinaryPrecompiledCache$fNFDataConfigureOpts $fHasStructuralInfoConfigureOpts$fBinaryConfigureOpts$fShowTaskConfigOpts$fHasSemanticVersionConfigCache$fHasStructuralInfoConfigCache$fNFDataConfigCache$fBinaryConfigCache$fShowConstructPlanException$fExceptionStackBuildException$fShowStackBuildExceptionghcPkgpackageDbFlagsfindGhcPkgFieldfindGhcPkgVersiontoFilePathNoTrailingSlash populateCache requireIndex updateIndexupdateIndexGitupdateIndexHTTPisGitInstalled deleteCacheentrySizeInBlocksPackageIndexExceptionGitNotAvailableMissingRequiredHashesPackageCacheMap$fFromJSONPackageDownload$fNFDataPackageDownload"$fHasStructuralInfoPackageDownload$fBinaryPackageDownload$fShowPackageIndexException $fExceptionPackageIndexException#$fHasSemanticVersionPackageCacheMap"$fHasStructuralInfoPackageCacheMap$fHasStructuralInfoPackageCache$fNFDataPackageCache$fBinaryPackageCachetfCabal getToFetchfetchPackages' PackageCaches ToFetchResult tfrToFetchtfrAlreadyUnpackedToFetch tfTarball tfDestDirtfUrltfSizetfSHA512FetchExceptionCouldn'tReadIndexTarballCouldn'tReadPackageTarballUnpackDirectoryAlreadyExistsCouldNotParsePackageSelectorsUnknownPackageNamesUnknownPackageIdentifierslookupPackageIdentifierExactfuzzyLookupCandidatesparMapM_$fShowFetchException$fExceptionFetchExceptionStackImageExceptionstageExesInDirsyncAddContentToDir imageNamecreateDockerImageextendDockerImageWithEntrypoint(StackImageDockerBaseUnspecifiedExceptionAssemble$fShowStackImageException$fExceptionStackImageExceptionparseRawTargetDirs RawTargetType HasIdentsNoIdentsRawInput unRawInput resolveIdentsresolveRawTarget isCompNamedsimplifyTargets NewException loadTemplate applyTemplatewriteTemplateFilesrunTemplateInitsparseTemplateSetdefaultTemplateUrldefaultTemplatesListFailedToLoadTemplateFailedToDownloadTemplateFailedToDownloadTemplatesBadTemplatesResponseBadTemplatesJSON AlreadyExistsMissingParameters$fShowNewException$fExceptionNewException acRemainingExecuteExceptionInconsistentDependencies ExecuteState esActions esExceptions esInAction esCompleted esFinalLock esKeepGoing ActionContextActionactionId actionDepsactionDoActionId ActionTypeATBuildATFinal runActions runActions'$fShowExecuteException$fExceptionExecuteException$fMonoidExtraDirspromptPassword usUploadUrl usGetManager usCredsSource usSaveCredsupload_HackageCredsExceptionsCouldn'tParseJSONgetCreds hcUsername hcPassword credsFile printBodyhandleIO!$fExceptionHackageCredsExceptions$fFromJSONHackageCreds$fToJSONHackageCreds BuildCacheexeInstalledDir tryGetCache writeCacheprecompiledCacheFile flagCacheFile$fNFDataBuildCache$fHasSemanticVersionBuildCache$fHasStructuralInfoBuildCache$fBinaryBuildCache takeWhileCPackageDumpExceptionMissingSingleFieldCouldn'tParseFieldInstalledCacheInner isProfiling stripPrefixBS stripSuffixBS$fShowPackageDumpException$fExceptionPackageDumpException$fNFDataInstalledCacheEntry&$fHasStructuralInfoInstalledCacheEntry$fBinaryInstalledCacheEntry'$fHasSemanticVersionInstalledCacheInner&$fHasStructuralInfoInstalledCacheInner loadDatabase isAllowed LoadHelperlhIdlhDepslhPairMgeneratePkgDescOptsgenerateBuildInfoOptsmakeObjectFilePathFromCbuildDirgetBuildComponentDirpackageDescTools allBuildInfo'packageDescModulesAndFilesresolveGlobFilesmatchDirFileGlob_benchmarkFiles testFilesexecutableFiles libraryFilesbuildOtherSourcestargetJsSourcesflagMapmkResolveConditionsresolveConditionsdepNamedepRangeresolveFilesAndDepsgetDependencies parseDumpHI resolveFiles findCandidate warnMultiplelogPossibilitiesexcep_8GsEeHgaIks3pVGk6GaELJControl.Monad.CatchthrowMresolveFileOrWarnresolveDirOrWarnResolveConditionsrcFlagsrcCompilerVersionrcOSrcArch resolveOrWarn rsVisitedaddDepsgetDepsbuildPlanFixes loadBuildPlancheckBuildPlan checkDepsDistribution.PackageDescriptionGenericPackageDescriptionCustomSnapshotcsCompilerVersion csPackagescsFlagsDepError deVersion deNeededBy DepErrors ResolveState rsUnknown rsShadowed rsToInstallrsUsedBytoMiniBuildPlandisplayDepErrors$fFromJSONCustomSnapshot$fMonoidDepError$fFromJSONSnapshots$fShowBuildPlanException$fExceptionBuildPlanExceptiongetCabalConfig ignoredDirsrenderStackYamlgetDefaultResolver getSnapshots'getRecommendedSnapshotsgetLatestResolvergetDefaultGHCVariantgetWindowsProgsDirloadBuildConfigresolvePackageLocationdetermineStackRootgetExtraConfigsloadYamlgetProjectConfigloadProjectConfiggetDefaultGlobalConfigPathgetDefaultUserConfigPathconfigFromConfigMonoid$fHasGHCVariantMiniConfig$fHasPlatformMiniConfig$fHasHttpManagerMiniConfig$fHasStackRootMiniConfig$fHasConfigMiniConfig addIncludeLib upgradeCabalgetSystemCompiler getSetupInfocheckDependencieswithUnpackedTarball7zsetup7zbytesfmt sanityCheckgetUtf8LocaleVarsCheckDependency ArchiveTypeTarBz2TarXzTarGzSevenZSetupExceptionUnsupportedSetupComboMissingDependenciesUnknownCompilerVersion UnknownOSKeyGHCSanityCheckCompileFailedWantedMustBeGHCRequireCustomGHCVariantProblemWhileDecompressingSetupInfoMissingSevenzGHCJSRequiresStandardVariantGHCJSNotBootedDockerStackExeNotFoundgetInstalledToolgetInstalledGhcjsdownloadAndInstallTooldownloadAndInstallCompilergetWantedCompilerInfo getGhcKeygetOSKeydownloadFromInfoinstallGHCPosix installGHCJSinstallDockerStackExeensureGhcjsBooted bootGhcjs runAndLoggetCabalInstallVersioncheckDependencyinstallGHCWindowsinstallMsys2WindowschattyDownloadchunksOverTimeremoveHaskellEnvVars$fAlternativeCheckDependency$fApplicativeCheckDependency$fShowSetupException$fExceptionSetupExceptionStackDockerExceptionDockerMustBeEnabledExceptionOnlyOnHostExceptionInspectFailedExceptionNotPulledExceptionInvalidCleanupCommandExceptionInvalidImagesOutputExceptionInvalidPSOutputExceptionInvalidInspectOutputExceptionPullFailedExceptionDockerTooOldException DockerVersionProhibitedExceptionInvalidVersionOutputExceptionHostStackTooOldExceptionContainerStackTooOldException#CannotDetermineProjectRootExceptionDockerNotInstalledException(UnsupportedStackExeHostPlatformException ImageConfigInspectgetInContainerrunContainerAndExitinspectinspects pullImagecheckDockerVersionremoveDirectoryContentsreadDockerProcesssandboxedHomeSubdirectories homeDirName decodeUtf8concatTfromMaybeProjectRootsandboxIDEnvVarinContainerEnvVardockerContainerPlatform$fShowStackDockerException$fExceptionStackDockerException$fFromJSONImageConfig$fFromJSONInspecticEnviiConfig iiCreatediiId iiVirtualSizeconvertSnapshotToExtracheckDuplicateNamescheckFlagsUsedextendExtraDepscheckBuildCachegetPackageFilesSimplegetModTimeMaybecalcFcisplitComponentsgenerateHaddockIndexhaddockIndexFile localDocDir snapDocDir tixFilePathremoveExeModulesGHC.Real/generateHpcReportInternal readTixOrLog unionTixes pathToHtmlwInstallwDirtywDepsmkUnregisterLocalpackageDepsWithTools stripLocalsCtxmbpbaseConfigOpts loadPackage combinedMaptoolToPackages ctxEnvConfig callStack extraToBuildlatestVersionswantedWwFinals AddDepRes ADRToInstallADRFound CombinedMap PackageInfoPIOnlyInstalled PIOnlySourcePIBothcombineSourceInstalled combineMapaddFinaladdDepaddDep'addDep''tellExecutablestellExecutablesUpstreamtellExecutablesPackageinstallPackagecheckNeedInstall addEllipsisaddPackageDepscheckDirtinessdescribeConfigDiffpsDirtypsWantedpsLocal psPackage stripNonDeps markAsDep$fHasEnvConfigCtx$fHasBuildConfigCtx$fHasConfigCtx$fHasGHCVariantCtx$fHasPlatformCtx$fHasStackRootCtx $fMonoidW eeSetupHs eeSetupExe displayTask getSetupExewindowsRenameCopy executePlan'getConfigCache ensureConfig depsPresentprintBuildOutput getSetupHsaddGlobalPackages eeEnvOverrideeeConfigureLock eeInstallLock eeBuildOptseeBaseConfigOpts eeGhcPkgIds eeTempDir eeCabalPkgVer eeTotalWantedeeWantedeeLocals eeSourceMap eeGlobalDBeeGlobalPackages toActions announceTask singleBuild singleTest singleBenchextraBuildOptionsallLocal fixCodePage rawBuildInfo fixCodePage'createDependencyGraphpruneUnreachablecreateDepLoaderlocalDependenciesprintLocalNodes printLeaves printEdges printEdgenodeName printLeaf isWiredInlibVersionFromInstalledfigureOutMainFilemakeGhciPkgInfoGHC.IOFilePath getCabalLbs gtraverseTgetSDistFileListreadLocalPackagenormalizeTarballPaths normalizePath dirsFromFilesoptpa_3fo2u0lEaJi24NRYVDocaNOptions.Applicative.Builder abortOptionenableDisableFlagsNoDefault'readFlagexecOptsExtraParserghcVariantParseraddCoverageFlagsreadAbstractResolver