!"#$%&'() * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K LMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrst u v w x y z { | } ~        !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABC 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({(|(}(~((((((()))********************++++++++++++++++++,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-----................///////////////00111111122222233333333 3 3 3 3 3333334444445555566 6!6"6#6$6%6&6'6(6)6*7+7,8-8.8/8081829394959697: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>{>|>}>~??@@@@@@@@@@@AAAAAAAAAAAAAAAAAAAAAABBCCCDEEEEFFFFFFFFFGGGGGGGGGGGGGGGGGGGGGGGGGGGSHSafe Map over a  in a monad. Map over a # in a monad, discarding the result.Filter elements of a  in a monad.ISafeConcatenate two parsers.Alternative parsers.Pure something.#Concatting the result of an action.None!"*+7IMN2An exception regarding verification of a download./A request together with some checks to perform.7Default to retrying thrice with a short constant delay.LMake sure that the hash digest for a finite stream of bytes is as expected..Throws WrongDigest (VerifiedDownloadException)'A more explicitly type-guided sinkHash.CTurns 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.!  destinationcustom hook to observe progress Whether a download was performed     JSafeKSafe+Does the version range have an upper bound?*Does the version range have a lower bound?None CA template name.9An argument which accepts a template name of the format  foo.hsfiles or foo, ultimately normalized to foo.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 stderr(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. !" !"!"  !"None#=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.#$#$#$#$LSafe+IN Exception running editor.Exception running pager.ARun pager, providing a function that writes to the pager's input.'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.Safe% Applicative .& &   %'Monadic .( (   '%&'(%&'(%&'(%&'(MSafe        None )3Convert to FilePath but don't add a trailing slash.*NCollapse intermediate "." and ".." directories from path, then parse it with  0. (probably should be moved to the Path module)+NCollapse 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),Drop the root (either / on POSIX or C:\, D:\, etc. on Windows).)*+ ,)*+,),*+)*+ , None+0"Get the current working directory.1qParse a directory path. If it's relative, then the absolute version is yielded, based off the working directory.^NOTE that this only works if the directory exists, but does not ensure that it's a directory.2lParse a file path. If it's relative, then the absolute version is yielded, based off the working directory.TNOTE that this only works if the file exists, but does not ensure that it's a file.3WAppends a stringly-typed relative path to an absolute path, and then canonicalizes it.4WAppends a stringly-typed relative path to an absolute path, and then canonicalizes it.5Appends 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).6Appends 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).7(List objects in a directory, excluding "." and "..". Entries are not sorted.8-Remove a file. Bails out if it doesn't exist.9RRemove a file. Optimistically assumes it exists. If it doesn't, doesn't complain.:-Rename a file. Bails out if it doesn't exist.;RRename a file. Optimistically assumes it exists. If it doesn't, doesn't complain.=WRename a directory. Optimistically assumes it exists. If it doesn't, doesn't complain.>2Make a directory tree, creating parents if needed.?+Move a file. Bails out if it doesn't exist.@PMove a file. Optimistically assumes it exists. If it doesn't, doesn't complain.A*Move a dir. Bails out if it doesn't exist.BOMove a dir. Optimistically assumes it exists. If it doesn't, doesn't complain.C-Remove a tree. Bails out if it doesn't exist.D;Remove tree, don't complain about non-existent directories.EDoes the file exist?FDoes the directory exist?G=Copies a file to another path. Bails out if it doesn't exist.HbCopies a file to another path. Optimistically assumes it exists. If it doesn't, doesn't complain.I.Copy a directory recursively. This just uses GB, so it is not smart about symbolic links or other special files.#-./0123456789:;<=>?@ABCDEFGHISource directoryDestination directoryJDirectory name template.1Callback that can use the canonicalized directoryK)Temp directory to create the directory inDirectory name template.1Callback that can use the canonicalized directory-./0123456789:;<=>?@ABCDEFGHIJK01273456-./89CD:;<=?@ABEFGHI>JK!-./0123456789:;<=>?@ABCDEFGHIJKNone +4>INL/An exception while trying to read from process.Q5Override the environment received by a child process.SEnvironment variables as mapT)Environment variables as association listU.List of directories searched for executables (PATH)W"" or ".exe", depending on the platformY&Get the environment variables from an Q.Z&Get the list of directories searched (PATH).['Modify the environment variables of an Q.\ Create a new Q.]Helper conversion function.^+Read from the process, ignoring any output._uRun 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.aProduce a strict  from the stdout of a process. Throws a L! exception if the process fails.b/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.c:Consume the stdout and stderr of a process feeding strict s to the consumers.dcPerform pre-call-process tasks. Ensure the working directory exists and find the executable path.e7Check 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.f*Find the complete path for the executable. Throws a L if unsuccessful.g Load up an Q from the standard environment.hAAugment the PATH environment variable with the given extra paths.iApply h$ on the PATH value in the given Map.!LMNOPQRSTUVWXYZ[\]^Optional working directoryCommandCommand line arguments_Directory to run inCommand to runCommand line arguments!Optional additional error message`Optional directory to run inCommandCommand line argumentsaOptional directory to run inCommandCommand line argumentsbOptional directory to run inCommandCommand line argumentsSink for stdoutcOptional directory to run inCommandCommand line argumentsSink for stderrSink for stdoutd)Optional directory to create if necessary Command nameefghi #LMNOPQRSTUVWXYZ[\]^_`abcdefghi a`bcQRSTUVWXY\[]efgZd^_#LMNOPhiLMNOPQRSTUVWXYZ[\]^_`abcdefghiNone +4>INj@Cmd holds common infos needed to running a process in most casesldirectory to run inmcommand to runocommand line argumentspKRun the given command in the given directory, inheriting stdout and stderr.GIf it exits with anything but success, prints an error and then calls  to exit the program.rLike P, but takes an optional working directory and environment override, and throws & if the process exits unsuccessfully.Inherits stdout and stderr.sLike P, but takes an optional working directory and environment override, and throws & if the process exits unsuccessfully.Inherits stdout and stderr. jklmnop!optional additional error messageq!optional additional error messagers jklmnopqrs pqrsjklmnojklmnopqrsNNone(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.ONone&+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 !"#$ %&'()*+" !"#$PNoneF,Warning 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.0Extends .:? warning to include field name.1- version of .:.2- version of .:?.3- version of .!=.4ITell warning parser about an expected field, so it doesn't warn about it.5- version of 6.7 Convert a - to a 8.9Log 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.,=.>?@-/01234579:;<AB=CDEFGHIJKLMNOPQRSTU6VWXYZ[\]^_`abcdefghijklmno,=-/01234579:;<,=.>?@-/01234579:;<ABQNone+7pDownload 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 wrongqSame as pB, but will download a file a second time if it is already present.Returns r if the file was downloaded, s otherwiset+Download a JSON value and parse it using a _ instance.uYA convenience method for asking for the environment and then running an action with its v. Useful for avoiding a MonadBaseControl constraint.wxyp destinationHWas a downloaded performed (True) or did the file already exist (False)?q destinationtuz!{|}~ wxypqtuwxypqtuz None+035CF tA package name.u A parse fail.y5Attoparsec parser for a package name from bytestring.zMake a package name.{9Convenient way to parse a package name from a bytestring.|Migration function.}6Produce a bytestring representation of a package name.~2Produce a string representation of a package name.2Produce a string representation of a package name."Convert from a Cabal package name. Convert to a Cabal package name.&Parse a package name from a file path.9An argument which accepts a template name of the format  foo.hsfiles.tuvwxyz{|}~tuvwxyz{|}~tuvwxy{|}~ztuvwxyz{|}~ Signature Types(c) FPComplete.com, 2015BSD3!Tim Dysinger <tim@fpcomplete.com> experimentalPOSIXNone+35 Exceptions#Handy wrapper for orphan instances.The GPG fingerprint.A GPG signature.  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 presentlGiven a version range and a set of versions, find the latest version from the set that is within the range.7Get the next major version number for the given version#None035/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+0 A pkg-ver combination.$Get the name part of the identifier.'Get the version part of the identifier. A parse fail.-Convert from a package identifier to a tuple.-Convert from a tuple to a package 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. None0CGoffset in bytes into the 00-index.tar file for the .cabal file contents size in bytes of the .cabal file None35G)Newtype for non-orphan FromJSON instance.'Options for Docker repository or image.Docker volume mount.Where to get the stack' executable to run in Docker containersDownload 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'sSee: Docker 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's.Require a version of Docker within this range.Parse .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=image#Docker set-user argument name$Docker require-version argument name%HArgument name used to pass docker entrypoint data (only used internally)&Parse VersionRange.' For YAML.(Show instance.)For optparse-applicative.*"Left-biased combine Docker options+3Decode uninterpreted docker options from JSON/YAML.N      !"#$%&'()*+H      !"#$%N     +*)('& !"#$%"      !"#$%&'()*+None+035C ,(Information on a single package for the 4.1Due 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 .2$Executables provided by this package3Is there a library present?4A simplified version of the h + cabal file.A-A simplified package description that tracks:Package dependenciesBuild tool dependenciesProvided executables&It has fully resolved all conditionalsFmodules exported by the libraryGName of an executable.W5when the test suite will pull in things we don't wantn8The name of an LTS Haskell or Stackage Nightly snapshot.q Convert a n% into its short representation, e.g. lts-2.8, nightly-2015-03-05.r$Parse the short representation of a n.n,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrG,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrGhijklmabcdefgXYZ[\]^_`TUVWMNOPQRSJKLGHIABCDEF=>?@89:;<nop4567,-./0123qr4,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrNone35snAn uninterpreted representation of nix options. Configurations may be "cascaded" using mappend (left-biased).u/Should nix-shell be defaulted to enabled (does nix: section exist in the config)?vIs using nix-shell enabled?w+System packages to use (given to nix-shell)xQThe path of a file containing preconfiguration of the environment (e.g shell.nix)y1Options to be given to the nix-shell command linezNix configuration.}EThe system packages to be installed in the environment before it runs~QThe path of a file containing preconfiguration of the environment (e.g shell.nix)1Options to be given to the nix-shell command lineNix enable argument name.*Nix packages (build inputs) argument name."shell.nix file path argument name.6Extra options for the nix-shell command argument name.Left-biased combine nix options0Decode uninterpreted nix options from JSON/YAML.stuvwxyz{|}~stuvwxyz{|}~z{|}~stuvwxystuvwxyz{|}~None35nMaybe have a docker base image name. (Although we will not be able to create any Docker images without this.)JMaybe have a specific ENTRYPOINT list that will be used to create images.]Maybe have some static project content to include in a specific directory in all the images./Maybe have a name for the image we are creating3Image options. Currently only Docker image options.*Maybe a section for docker image settings.Safe2Generate and execute a complicated options parser.(Add a command to the options dispatcher.@Add a command that takes sub-commands to the options dispatcher.(Add a command to the options dispatcher.&Generate a complicated options parser.Non-hidden help option.numeric versionversion stringheaderprogram descriptioncommon settings%optional handler for parser failure;  is called by defaultcommands (use )command stringtitle of commandfooter of command help2constructor to wrap up command in common data type common parsercommand parsercommand stringtitle of commandfooter of command help common parsersub-commands (use )command stringtitle of commandfooter of command help2constructor to wrap up command in common data type common parsercommand parsercommon settingscommands (use )None#Mode for parsing escape characters.Parse arguments using .pA basic argument parser. It supports space-separated text, and string quotation with identity escaping: x -> x.Use  on result of .`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.None+135>CFLNVAData passed into Docker container for the Docker entrypoint's useUID+GID of host user, if we wish to perform UIDGID switch in container.How PVP bounds should be added to .cabal filesRemote or inline #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 bindistsHA variant of the platform, used to differentiate Docker builds from hostA software control system.See: .Docker options.>Options for the execution environment (nix-shell or container)See: See: See: See: See: See: See: See: See: See:  Used for overriding the platform Used for overriding the platform#Used for overriding the GHC variantSee: See: See: 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 See See See See See 0Class for environment values that can provide a 2.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 root EHow 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 use/When specified, overrides which compiler to useCommitCommitNote that we use FilePath and not Path9s. The goal is: first parse the value raw, and then use canonicalizePath and  parseAbsDir.URL and further details!Is 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/386"kDeprecated name meaning the opposite of peExtraDep. Only present to provide deprecation warnings to users.%Value returned by 4R.'Top-level Stack configuration.(Action to load the remaining 2.),The project root directory, if in a project.,3Configuration after the environment has been setup.2A 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.5FHow we resolve which dependencies to install given a set of packages.6&Compiler version wanted for this build7eLocal packages identified by a path, Bool indicates whether it is a non-dependency (the opposite of )8.Extra dependencies specified in configuration.tThese dependencies will not be installed to a shared location, and will override packages provided by the resolver.9Extra 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 overrides<hAre 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.>Shared package cache map?[Either an actual resolver value, or an abstract description of one (e.g., latest nightly).E*Parsed global command-line options monoid.G%Expected re-exec in container versionHIData used when stack is acting as a Docker entrypoint (internal use only)I Log levelJ Config monoid, for passing into  loadConfigKResolver overrideLCompiler overrideMWe're in a terminal?NOverride project stack.yamlO#Parsed global command-line options.Q%Expected re-exec in container versionRIData used when stack is acting as a Docker entrypoint (internal use only)S Log levelT Config monoid, for passing into  loadConfigUResolver overrideVCompiler overrideWWe're in a terminal?XOverride project stack.yamlk1Controls which version of the environment is usedm:include local project bin directory, GHC_PACKAGE_PATH, etcn%include the GHC_PACKAGE_PATH variableo9set the STACK_EXE variable to the current executable namepset the locale to C.UTF-8q[Location of the package index. This ensures that at least one of Git or HTTP is available.uUnique name for a package indexx%Information on a single package index|#URL prefix for downloading packages}XGPG-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-this allows to override .stack-work directory*Path to user configuration file (usually ~.stack config.yaml)Docker configuration3Execution environment (e.g nix-shell) configuration4Environment variables to be passed to external tools9Non-platform-specific path containing local installations0Path containing local installations (mainly GHC)<How many concurrent connections are allowed when downloadingJHide the Template Haskell "Loading package ..." messages from the console=The platform we're building for, used in many directory names5Variant of the platform, also used in directory names>The variant of GHC requested by the user. In most cases, use 2 or  MiniConfig=s version instead, which will have an auto-detected default.NURL for a JSON file containing information on the latest snapshots available.Information 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 prioritynShould we use the system-installed GHC (on the PATH) if available? Can be overridden by command line options.}Should we automatically install GHC if missing or the wrong version is available? Can be overridden by command line options.6Don't bother checking the GHC version or architecture..On Windows: don't use a locally installed MSYS8Specifies which versions of the compiler are acceptable.,Directory we should install executables into-Require a version of stack within this range.CHow many concurrent jobs to run, defaults to number of capabilities-extra-include-dirs arguments-extra-lib-dirs arguments ConfigMonoid used to generate thisRun test suites concurrentlyParameters 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).=Additional SetupInfo (inline or remote) to use to find tools.0How PVP upper bounds should be added to packages'Force the code page to UTF-8 on WindowsSee .  provides the default value.Rebuild on GHC options changes;Which packages to ghc-options on the command line apply to?KIgnore version ranges in .cabal files. Funny naming chosen to match cabal.?Default logging level should be something useful but not crazy.2Directory containing the project's stack.yaml file " /.stack-work"VOnce peValidWanted is removed, this should just become the field name in PackageEntry.Convert a Resolver into its Text4 representation, as will be used by directory namesTry to parse a Resolver from a Text1. Won't work for complex resolvers (like custom).Parse 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.:Helper function to ask the environment and apply getConfig>Get the URL to request the information on the latest snapshots!Root for a specific package index#Location of the 00-index.cache file!Location of the 00-index.tar file$Location of the 00-index.tar.gz fileLocation of a package tarball  ".stack-work"Per-project work dir)File containing the installed cache, see Stack.PackageDump.Relative directory for the platform identifierDirectory containing snapshots"Installation root for dependenciesInstallation root for localsGPath for platform followed by snapshot name followed by compiler name..Relative directory for the platform identifierThis is an attempt to shorten stack paths on Windows to decrease our chances of hitting 260 symbol path limit. The idea is to calculate SHA1 hash of the path used on other architectures, encode with base 16 and take first 8 symbols of it.1Package database for installing dependencies into3Package database for installing local packages intoExtra package databases,Directory for holding flag cache information%Where to store mini build plan caches9Suffix applied to an installation root to get the bin dir9Suffix applied to an installation root to get the doc dir+Where HPC reports and tix files get stored.CGet the extra bin directories (for the PATH). Puts more local first3Bool indicates whether or not to include the localsaGet the minimal environment override, useful for just calling external processes like git or ghc;A PackageEntry for the current directory, used as a default-Render a platform variant to a String suffix.!Render a GHC variant to a String.(Render a GHC variant to a String suffix. Parse GHC variant from a String."Parse JSON in existing object for OProvide an explicit list of package dependencies when running a custom Setup.hsFor siGHCs and siGHCJSsI fields maps are deeply merged. For all fields the values from the last  SetupInfo win.z      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMN'      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~'   23456789:;<=>,-./01*+klmnopOPQRSTUVWXEFGHIJKLMN%&'() !"#$xyz{|}~uvwqrst  ?@ABCDYZ[\fghijbcde]^_`a"      !"#$%&'()*+,-./012 3456789:;<=>?@ABCDE FGHIJKLMNO PQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~'      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNNone%5Extensions for anything that can be a Haskell module.O@Extensions used for Haskell modules. Excludes preprocessor ones.PEExtensions 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.Q0Relative 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, uppercased 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.&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."Path where build plans are stored.Environment variable that stores a variant to append to platform-specific directory names. Used to ensure incompatible binaries aren't shared between Docker builds and host'OPQPackage directory.Package directoryPackage directoryPackage directoryPackage directory.Package directory.Package directory. user/org name repo name branch namefilename Project rootDocker sandbox Project rootDocker sandbox Stack root. Stack root. Stack root$$'OPQNoneMonadic environment.#         #          None*3457>CL-The monad used for logging in the executable stack' before anything has been initialized.RMonadic environment for ."The monad used for the executable stack.)Run a Stack action, using global options.Run a Stack action.S9Taken from GHC: determine if we should use Unicode syntax ,Run the logging monad, using global options.!Run the logging monad."Convenience for getting a vT7Replace Unicode characters with non-Unicode equivalentsU2Logging function takes the log level into account.VThe length of a timestamp in the format "YYYY-MM-DD hh:mm:ss.". This definition is top-level in order to avoid multiple reevaluation at runtime.W"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.X,Takes the configured log level into account.Y,Takes the configured log level into account.)Z[R\]^_`abcdS !"eTUVW#$fghijkXlmYno  !"#$ ! "#$Z[R\]^_`abcdS !"eTUVW#$fghijkXlmYnoNone!"47>CILN%8Date 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 image,JSeet the record of whether an executable is compatible with a Docker imagepURun an action with the global database. This performs any needed migrations as well.%%&qrstuv'wxyz{|}~()*+,p%&'()*+,()*%'+,& %&qrstuv'wxyz{()*+,p|}~None+0CIN<1LA path resolved from the .cabal file, which is either main-is or an exposedinternalreferenced module.6@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.E>A location to install a package into, either snapshot or localH/A single, fully resolved component of a packageM9Information on a locally available package of source codeOThe PackageV info itself, after resolution with package flags, with tests and benchmarks disabledP9Components to build, not including the library component.QOComponents explicitly requested for build, that are marked "buildable: false".R+Whether this package is wanted as a target.SDUsed for determining if we can use --enable-tests in a normal build.TJUsed for determining if we can use --enable-benchmarks in a normal build.UThis stores the yH with tests and benchmarks enabled, if either is asked for by the user.VDirectory of the package.WThe .cabal fileXNothing == 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.Ycurrent state of the filesZall files used by this package[\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 E specifies.bPackage build configurationdAre tests enabled?eAre benchmarks enabled?fPackage config flags.g GHC versionh host platformi(Warning generated when reading a packagej/Modules found that are not listed in cabal fileknFiles that the package depends on, relative to package directory. Argument is the location of the .cabal filen!Files to get for a cabal package.q7GHC options based on cabal information and ghc-options.tThese options can safely have nubOrd< applied to them, as there are no multi-word options (see 7https://github.com/commercialhaskell/stack/issues/1255)vnFiles that the package depends on, relative to package directory. Argument is the location of the .cabal fileySome package info.{Name of the package.|Version of the package}Get all files of the package.~%Packages that the package depends on.A build tool name.#Original dependencies (not sieved).Flags used on package.1does the package have a buildable library stanza?#names and interfaces of test suitesnames of benchmarksnames of executablesArgs to pass to GHC.&Does the package have exposed modules?&Does the package of build-type: Simple$All flags defined in the .cabal file%All exceptions thrown by the library.5Maybe get the module name from the .cabal descriptor.3Maybe get the main name from the .cabal descriptor.Get the module path.Get the main path.Get the c file path. Get the path.Get the installed Version.Compares the package name.Compares the package name.-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~s-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~yz{|}~vwxqrstunopklmijbcdefgha^_`[\]MNOPQRSTUVWXYZHIJKLEFGBCD=>?@A;<6789:123450-./4-./0123456789:;<=>?@ABCDEFGHIJKLM NOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~None  (+035C;iInformation on a compiled package: the library conf file (if relevant), and all of the executable paths.&.conf file inside the package databaseFull paths to executables2Configure options to be sent to Setup.hs configureOptions 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.BBasic 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 dependencies3indicates that the package can be built in one stepQStored 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.      !"#$%& dependencieswanted?local non-extra-dep? dependencieswanted?is this a local, non-extra-dep?'(-./;=>?@AEFGMNOPQRSTUVWXYZ[\]      !"#$%&'( !"#    EFG;(-./[\]%MNOPQRSTUVWXYZ$ &'=>?@A,      !"#$%&'(SNone2tuvwxyz{|}~      !"#$%,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'(None  !"(*>F)/Need targets, e.g. `stack build` or allow none?19A view of a local package needed for resolving components8qRaw 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 benchmarksAIf this function returns Nothing., the input should be treated as a directory.Same as parseRawTarget*, but also takes directories into account.%)*+,-./0123456789:;<=>?@Acurrent directorysnapshot extra depssnapshot extra depsBneed at least one targetusing implicit global project?snapshot extra depscurrent directorycommand line targets)*+,-./0123456789:;<=>?@AB@=>?89:;<1234567,-./0)*+AB)*+,-./0123456789:;<=>?@AB None+C)Exceptions thrown by Stack.Docker.Config.D7Only LTS resolvers are supported for default image tag.EInvalid global database path.F$Interprets DockerOptsMonoid options.G-Show instance for StackDockerConfigException.H2Exception instance for StackDockerConfigException.CDEFGHCDEFFCDEHGCDEFGH!None+J=Nix can't be given packages and a shell file at the same timeK!Interprets NixOptsMonoid options.IJKIJKKIJIJK"None &+4>INStack image exceptions.LJStages the executables & additional content in a staging directory under  '.stack-work'M4Builds 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).N)The command name for dealing with images.O1The command name for building a docker container.PA parser for ImageOptsMonoid.Q#A parser for ImageDockerOptsMonoid.R+Convert image opts monoid to image options.S9Convert Docker image opts monoid to Docker image options.LMNOPQRSLMNOPQRSLMNORSPQLMNOPQRS#None !"(+047>CFIN 2Populate the package index caches and return them.7Require that an index be present, updating if it isn't.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 cacheU@Load the cached package URLs, or created the cache if necessary.(Return the number of blocks in an entry.TGit URLurlUTUTU TU$None+4F VGet the global package databaseRun the ghc-pkg executableWFCreate a package database in the given directory, if it doesn't exist.X>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 version of the packageZ:Get the version of Cabal from the global package database.["Get the value for GHC_PACKAGE_PATH VWXpackage databasespackage identifier, or GhcPkgIdpackage databasesYpackage databaseZ[Q]VWXYZ[VQ]WYZX[ VWXYZ[%None  +47FIMN Contents of the .cabal file`/Fetch packages into the cache without unpackinga.Intended to work for the command line command.bEnsure that all of the given package idents are unpacked into the build unpack directory, and return the paths to all of the subdirectories.c4Resolve a set of package names and identifiers into  FetchPackage values.e:Add the cabal files to a list of idents with their caches.f.Provide a function which will load up a cabal  ByteString from the package indices.Given package identifier and package caches, return list of packages with the same name and the same two first version number components found in the caches.Try to come up with typo corrections for given package identifier using package caches. This should be called before giving up, i.e. when  cannot return anything.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*\]^_`a destinationnames or identifiersbunpack directory the dist rename directory, see: (https://github.com/fpco/stack/issues/157cdefdirectory to unpack into, Nothing means no unpack the dist rename directory, see: (https://github.com/fpco/stack/issues/157 \]^_`abcdef ab`cd\]^_ef\]^_`abcdef&None4gDefault  EnvSettings+ which includes locals and GHC_PACKAGE_PATHh;Environment settings which do not embellish the environmenti:Execute a process within the Stack configured environment.ghighighighi'None+N5Exception that might occur when making a new project.j#Options for creating a new project.lName of the project to create.m2Whether to create the project without a directory.nName of the template to use.o4Nonce parameters specified just for this invocation.p,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.rGet the set of templates.*Parser the set of templates from the JSON.s<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.jklmnopqrs jklmnopqrs pjklmnosrqjklmnopqrsTNone+#Does not include the current action     threads$keep going after one task has failedrun final actions concurrently?progress updated           (None 4ze.g. ghc-7.8.4, msys2-20150512{e.g. ghcjs-0.1.0_ghc-7.10.22Binary directories for the given installed packagetuvwxyz{|}~tuvwxyz{|}~yz{|}~tuvwx tuvwxyz{|}~) GPG Functions(c) FPComplete.com, 2015BSD3!Tim Dysinger <tim@fpcomplete.com> experimentalPOSIXNoneINExtract the full long  fingerprint given a short (or long)  fingerprint)Sign a file path with GPG, returning the  Signature. Verify the  Signature of a file path returning the  Fingerprint.*None+NSettings for creating an Uploader. Since 0.1.0.0The computed value from a UploadSettings.%Typically, you want to use this with . Since 0.1.0.08Whether 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.0)A source for getting Hackage credentials. Since 0.1.0.0*Username and password to log into Hackage. Since 0.1.0.0/Load Hackage credentials from the given source. Since 0.1.0.03Save the given credentials to the credentials file. Since 0.1.0.0OLoad the Hackage credentials from the prompt, asking the user to type them in. Since 0.1.0.07Load the Hackage credentials from the JSON config file. Since 0.1.0.06Load the Hackage credentials from the given arguments. Since 0.1.0.0]Try to load the credentials from the config file. If that fails, ask the user to enter them. Since 0.1.0.05Lifted from cabal-install, Distribution.Client.Upload Turn the given settings into an Uploader. Since 0.1.0.0'Upload a single tarball with the given Uploader. Since 0.1.0.0'Upload a single tarball with the given Uploader#. Instead of sending a file like , this sends a lazy bytestring. Since 0.1.2.1Default value for UploadSettings.(Use setter functions to change defaults. Since 0.1.0.0Change 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) !"#$%&'()*+,- !"#$%&'()*+,-+None&07F.QStored on disk to know whether the flags have changed or any files have changed.Modification times of files./=Directory containing files to mark an executable as installed$Get all of the installed executables&Mark the given executable as installed*Mark the given executable as not installed@Try to read the dirtiness cache for the given package directory.@Try to read the dirtiness cache for the given package directory.>Try to read the mod time of the cabal file from the last build0Try to load a cache.3Write the dirtiness cache for this package's files.;Write the dirtiness cache for this package's configuration.See "Delete the caches for the project.1Write to a cache.7Loads the flag cache for the given installed extra-deps%Mark a test suite as having succeeded)Mark a test suite as not having succeeded&Check if the test suite already passed2The 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.1Write out information about a newly built packageLCheck the cache for a precompiled package matching the given configuration..3/0142 dependencies dependencieslibrary executablestarget package dependencies5678.3/01425678,None+04CFIN2A single line of input, not including line endings%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 databaseECall ghc-pkg describe with appropriate flags and stream to the given Sink, for a single database9%Call ghc-pkg 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 pair:General purpose utility2;<=>?@if empty, use globalif empty, use global9if 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 versionsAentry in directoryname of libraryBC:DEFGHIJ  ;<= >?@9ABC:DEFGHIJ-None&47 Options for .Require profiling libraries?Require haddocks?HReturns the new InstalledMap and all of the locally registered packages.K]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 SourceMapLCheck 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.MNOPQRSTUVWXY*does not contain any installed informationK)if Just, profiling or haddock is required5to determine which installed things we should include$package database, Nothing for globalfrom parent databasesZL[\ -./0 0-./ MNOPQRSTUVWXYKZL[\.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 ByteStringGet ] and ^$ reading info from 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 y._Generate 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.a@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.bMake the build dir.c@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).d=Get all dependencies of the package (buildable targets only).e"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/1725f(Get all files referenced by the package.g>Resolve globbing of files (e.g. data files) to absolute paths.h<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"] i*Get all files referenced by the benchmark.j%Get all files referenced by the test.k+Get all files referenced by the executable.l(Get all files referenced by the library.m4Get all C sources and extra source files in a build.nGet the target's JS sources.VGet all dependencies of a package, including library, executables, tests, benchmarks.o.Make a map from a list of flag specifications.What is  flagManual for?p Generic a ResolveConditions using sensible defaults.q+Resolve the condition tree for the library.rGet the name of a dependency.s&Get the version range of a dependency.tTry 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.u.Get the dependencies of a Haskell module file.v6Parse a .dump-hi file into a set of modules and files.wTry to resolve the list of base names in the given directory by looking for unique instances of base names applied with the given extensions.xeFind a candidate for the given module-or-filename from the list of directories and given extensions.ypWarn the user that multiple candidates are available for an entry, but that we picked one anyway and continued.zgLog 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). Extract the PackageIdentifier) given an exploded haskell package path.5~_:Packages to omit from the "-package" / "-package-id" flags`aThe cabal directory.The name of the component.Dist directory.The path to the .c file.*The path to the .o file for the component.bcdefghijklmnopCompiler versioninstallation target platform enabled flagsqrstPackage component nameDirectories to look in. Base names. Extentions.uvwDirectories to look in. Base names. Extentions.xyzpackage directory|}3bcdefghklmvwxyz{|}~3yz{|}~klmvwxbcdefgh0~_`abcdefghijklmnopqrstuvwxyz|}/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 4, preferably from cacheMSome hard-coded fixes for build plans, hopefully to be irrelevant over time. Load the hf 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,-./012345674567,-./01230None47Determine missing extra-deps cabal files constraintsuser-specified flagsadditional argumentstemp dir constraintsmodify stack.yaml?1None 47FMN7Use 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 projectOCheck 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 componentsYEnsure that the flags specified in the stack.yaml file and on the command line are used.All flags for a local package/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/651Compare 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 modules)Gets list of Paths for files in a package)Get file modification time, if it exists. Create FileCacheInfo for a file.Get b for package given its name.snapshot extra-depslocalspackages referenced by a flag extra depssnapshot, for error messagesoriginal extra deps)package identifiers from the command line&all packages added on the command linelatest versions in indices new extradeps old cachefiles in package ^_`a a^_`2None+Exceptions during cleanup.Options for cleaning a project.]Names of the packages to clean. If the list is empty, every local package should be cleaned.!Reset the build, i.e. remove the dist directory (for example ,.stack-work/dist/x84_64-linux/Cabal-1.22.4.0) for all targets.Throws .3None47 Method of initializing Preferred snapshots Overwrite 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)                4None +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.yamlOverride resolver project root project rootuse config pathOverride stack.yamlOverride stack.yaml5None4N6None&3457#5Invoked at the beginning of running with "--coverage"$iMove a tix file into a sub-directory of the hpc report directory. Deletes the old one if one is present.;Get the directory used for hpc reports for the given pkgId.nGet the tix file location, given the name of the file (without extension), and the package identifier string.&VGenerates the HTML coverage report and shows a textual coverage summary for a package.Module names which contain E have a package name, and so they weren't built into the executable. !"#$%&'()  !"#$%&'() #$%& !"'() !"#$%&'()7Signing Packages(c) FPComplete.com, 2015BSD3!Tim Dysinger <tim@fpcomplete.com> experimentalPOSIXNone4IN*\Sign a haskell package with the given url of the signature service and a path to a tarball.+Sign a haskell package with the given url to the signature service, a package tarball path (package tarball name) and a lazy bytestring of bytes that represent the tarball bytestream. The function will write the bytes to the path in a temp dir and sign the tarball with GPG.BSign a haskell package given the url to the signature service, a PackageIdentifier( and a file path to the package on disk.*+*+*+*+8GPG Signatures for Stack(c) FPComplete.com, 2015BSD3!Tim Dysinger <tim@fpcomplete.com> experimentalPOSIXNone,-The command name for dealing with signatures.-&The command name for signing packages..3The command name for signing an sdist package file./@The command name for signing all your packages from hackage.org.=The URL of the running signature service to use (sig-service)0Signature sign (sdist) options1 Signature sign (hackage) options,-./01 *+,-./01,-/1.0,-./019None &47N 22Determine whether we should haddock for a package.35Determine whether to build haddocks for dependencies.47Generate Haddock index and contents for local packages.5NGenerate Haddock index and contents for local packages and their dependencies.6>Generate Haddock index and contents for all snapshot packages.;Generate Haddock index and contents for specified packages.,Find first DumpPackage matching the GhcPkgIdPath of haddock index file./Path of local packages documentation directory.2Path of snapshot packages documentation directory. 2Packages that we want to generate haddocks for in any case (whether or not we are going to generate haddocks for dependencies)34Local package dump5Global dump informationSnapshot dump informationLocal dump information6Global package dumpSnapshot package dump2345645623 23456:None&47$Temporary Setup.hs for simple buildsCompiled version of eeSetupHs8TFetch the packages necessary for a build, for example in combination with a dry run.98Print a description of build plan for human consumption. For a dry runGet a compiled Setup exe:!Execute a callback that takes an 7.;Perform 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 givenMCheck if any unlisted files have been found, and add them to the build cache.8Determine if all of the dependencies given are installedGrab all output from the given Handled and log it, stripping Template Haskell "Loading package" lines and making paths absolute. thread.IStrip Template Haskell "Loading package" lines and making paths absolute.[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/789Setup.hs input filetemporary directory:global packagessnapshot packageslocal packages;global packagessnapshot packageslocal packagesnewConfigCachepackage directoryannouncecabal .cabal file<wAll dependencies' package ids to provide to Setup.hs. If Nothing, just provide global and snapshot package databases.Is this a final build? exclude TH loading?convert paths to absolute?package's root directoryexclude TH loading?convert paths to absolute?package's root directoryproject directory     dependencies of the packageglobal packages789:;<98;7:<789:;<      ;None  47FN Cexecutable to be installed, and location where the binary is placed 'why a local package is considered dirty $Packages which count as dependencies Warnings fDetermine which packages to unregister based on the given tasks and already registered local packages \Get all of the dependencies for a given package, including guessed build tool dependencies. Strip out anything from the Plan intended for the local database ;Is the given package/version combo defined in the snapshot?<                      ! " # $ % & ' (=&additional packages that must be builtlocally registeredload upstream package ) *#is this being used by a dependency? + , - .#is this being used by a dependency? / 0 1 2#is this being used by a dependency? 3 4 5 6 7 8 9 : ; < = > ? @==%                      ! " # $ % & ' (= ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @<None  &+04FN>Build.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. AVIf all the tasks are local, they don't mutate anything outside of our local directory. BSee  6https://github.com/commercialhaskell/stack/issues/1198.?Get the BaseConfigOpts- necessary for constructing configure options@IProvide a function for loading package information from the package index CPSet the code page for this process as necessary. Only applies to Windows. See: 5https://github.com/commercialhaskell/stack/issues/738APQuery information about the build and print the result to stdout in YAML format. D$Get the raw build information object E>*callback after discovering all local files A B?@ C FA selectors D>?@A>@?A E> A B?@ C FA D=None +-345FMNUH0If we got the desired GHC version from that fileJ&Run a sanity check on the selected GHCK5Don't check for a compatible GHC version/architectureL0Do not use a custom msys installation on WindowsMUpgrade the global Cabal library in the database to the newest version. Only works reliably with a stack-managed installation.N8Message shown to user for how to resolve the missing GHCO*Location of the main stack-setup.yaml fileP>Alternate GHC binary distribution (requires custom GHCVariant)Q-Default location of the stack-setup.yaml fileR[Modify the environment variables (like PATH) appropriately, possibly doing installation too G1Add the include and lib paths to the given ConfigSUEnsure compiler (ghc or ghcjs) is installed and provide the PATHs to add if necessary H,Install the newest version of Cabal globally I4Get the version of the system compiler, if available J"Download the most recent SetupInfo KQCheck if given processes appear to be present, throwing an exception if missing. LUnpack a compressed tarball using 7zip. Expects a single directory in the unpacked results, which is renamed to the destination directory. MBDownload 7z as necessary, and get a function for unpacking things.8Returned function takes an unpack directory and archive. NGiven 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" O#Perform a basic sanity check of GHC PPGet map of environment variables to set to change the locale's encoding to UTF-8K Q R S T U V W X Y Z [ \ ] ^ _ ` a b c dBCDEFGHIJKLMNOPQR8Message to give user when necessary GHC is not available GST H I J ealready installedpackage to findwhich versions are acceptable f g h i j k l m n o p q r s t K u v wOS Key L$Name of tool, used in error messagesPath to archive file,Name of directory expected to be in archive.Destination directory. M xlabelURL, content-length, and sha1 destination N y O z P { | } ~BCDEFGHIJKLMNOPQRSTRSTBCDEFGHIJKLMNOPQ, Q R S T U V W X Y Z [ \ ] ^ _ ` a b c dBCDEFGHIJKLMNOPQR GST H I J e f g h i j k l m n o p q r s t K u v w L M x N y O z P { | } ~>None&+4FIMNV8 @Function to get command and arguments to run in Docker containerU"Exceptions thrown by Stack.Docker.V*Docker must be enabled to use the command.W4Command must be run on host OS (not in a container).Xdocker inspect failed.YImage does not exist.Z 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.aInstalled version of docker* is out of range specified in config file.bInvalid output from docker --version.c Version of stack) on host is too old for version in image.d Version of stack3 in container/image is too old for version on host.e?Can't determine the project root (where to put docker sandbox).fdocker --version failed.g-Using host stack-exe on unsupported platform. Parsed Config section of docker inspect output. Parsed result of docker inspect.hCleanup action.l Options for v.txIf 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 t.u Error if running in a container. r7 if we are currently running inside a Docker container. ?Run a command in a new Docker container, then exit the process.v*Clean-up old docker images and containers. "Inspect Docker image or container. 1Inspect multiple Docker images and/or containers.w=Pull latest version of configured Docker image from registry.  Pull Docker image from registry. 4Check docker version (throws exception if incorrect)x$Remove the project's Docker sandbox.yThe Docker container "entrypoint": special actions performed when first entering a container, such as switching the UID/GID to the "outside-Docker" user's. CMVar used to ensure the Docker entrypoint is performed exactly once dRemove the contents of a directory, without removing the directory itself. This is used instead of UVZ to clear bind-mounted directories, since removing the root of the bind-mount won't work. Produce a strict WX) from the stdout of a process. Throws a L? exception if the process fails. Logs process's stderr using  $logError. -Name of home directory within docker sandbox. Directory where stack/ executable is bind-mounted in Docker container 4Convenience function to decode ByteString to String. .Convenience function constructing message for $log*. 1Fail with friendly error if project root not set. Environment variable that contained the old sandbox ID. | Use of this variable is deprecated, and only used to detect old images. DEnvironment variable used to indicate stack is running in container.z"Command-line argument for "docker"{Command-line argument for  docker pull.|Command-line argument for docker cleanup.}Command-line option for --internal-re-exec-version. #Platform that Docker containers run 'Show instance for StackDockerException. ,Exception instance for StackDockerException. Parse Config section of docker inspect output. Parse docker inspect output.K UVWXYZ[\]^_`abcdefg hijklmnopqrst u Project root (maybe)Action to run beforeAction to run afterv w xy Directory to remove contents of1Top-level directory names to exclude from removal,Top-level file names to exclude from removal z{|} )UVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|})vlmnopqrshijk|z{yuwtx}UVWXYZ[\]^_`abcdefg' UVWXYZ[\]^_`abcdefg   hijklmnopqrst u v w xy z{|} ?None&4~rIf Nix is enabled, re-runs the currently running OS command in a Nix container. Otherwise, runs the inner action. ?Shell-escape quotes inside the string and enclose it in quotes. r* if we are currently running inside a Nix. Environment variable used to indicate stack is running in container. although we already have STACK_IN_NIX_EXTRA_ARGS that is set in the same conditions, it can happen that STACK_IN_NIX_EXTRA_ARGS is set to empty.Command-line argument for "nix" ~ ~~ ~ @None4FOptions 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 graph Create 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  dontPrune 9Make sure that all unreachable nodes (orphans) are prunedLResolve the dependency graph up to (Just depth) or until fixpoint is reached UGiven a SourceMap and a dependency loader, load the set of dependencies for a package NResolve the direct (depth 0) external dependencies of the given local packagesUPrint a graphviz graph of the edges in the Map and highlight the given local packages APrint the local nodes with a different style depending on options  Print nodes without dependencies printDedges 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 dependencies 3Check if the package is wired in (shipped with) ghc    all locals      ANone+4F:Necessary information to load a package or its components.Module file paths.C files.Command-line options for GHC.Launch a GHCi session for the given local package 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.iCreate 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.       BNone4FNLaunch 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.8Get options and target files for the given package info.Targets. GHC options.CNone &+4IN ZSpecial exception to throw when you want to fail because of bad results of package check.LGiven 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 file Traverse a data type.  Read in a M3 config. This makes some default decisions about M; fields that might not be appropriate for other use-cases. SReturns a newline-separate list of paths, and the absolute path to the .cabal file.sCheck package in given tarball. This will log all warnings and will throw an exception in case of critical errors.>Note that we temporarily decompress the archive to analyze it. Version of I that first saves lazy bytestring to temporary directory and then calls  on it. Override Config valuePath to local packageFilename and tarball contents Absolute path to tarball Tarball name!Tarball contents as a byte string Location of tarball/Perform actions given dir with tarball contents ,Full path to find the file on the local disk,Path to use for the tar Entry in the archive     DNone47git repository to use&git hash at time of building, if knownENone3An 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.FSafe Enable/disable flags for a  .Enable/disable flags for a  1, without a default case (to allow chaining with  ).Enable/disable flags for a (   )."Enable/disable flags for any type.MEnable/disable flags for any type, without a default (to allow chaining with  ) Show an extra help option (e.g.  --docker-help shows help for all  --docker* args).'To actually have that help appear, use " before executing the main parser.<Display extra help if extra help option passed in arguments.GSince optparse-applicative doesn't allow an arbitrary IO action for an  S, this was the best way I found that doesn't require manually formatting the help. , specialized to  . , specialized to  .  Default value Flag name Help suffix@Hide the enabling or disabling flag from the brief description? Flag name Help suffix Flag name Help suffix Default value Enabled valueDisabled valueName Help suffix Enabled valueDisabled valueAHide the enabling or disabling flag from the brief description??Name Help suffix  Hide from the brief description?Program name, e.g. "stack"Option glob expression, e.g.  "docker*"Help option name, e.g.  "docker-help"Command line argumentsExtra help option name, e.g.  "docker-help"&Option parser for the relevant commandOption description    GNone+Command sum type for conditional arguments.Parser for bench arguments.Parser for build arguments. Parser for package:[-]flag*Command-line parser for the clean command.0Command-line arguments parser for configuration.(Options parser configuration for Docker.$Parser for docker cleanup arguments.#Parser for arguments to `stack dot`Parser for exec command (Parser for extra options to exec command'Parser for global command-line options.(Create GlobalOpts from GlobalOptsMonoid.Parser for a logging level. Parser for the resolver GHC variant parser Parser for  solverCmdParser for test arguments. Parser for  stack new. Parser for stack hpc report. 9If argument is True, hides the option from usage and help# metavar       YZ[\]^_`abcdefghijkklmnnopqrstuuvwxyz{|}~    V                           !"#$%%&'())**+,-../012334567899:;<=>?@ABCDEFGHIJKKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxxyz{|}~ww      !"#$%&'()*+,-./0123456789:;<=>?@ABCCDEFGHIJKLMNOPQQRSTUVVWXYZ[\\]^_`aabcdefghijklmnopqrsstuvwxyz{||}~      !"#$%&'())*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^__``abcdefghijklmnoopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;;<=>?@ABBCDEFGHIJKLMNMOPQ R S T U V W!X!Y!Z"["\"]"^"_"`"a"b#c#d$e$f$g$h$i$j%k%k%l%m%n%o%p%q%r%s%t&u&v&w'x'x'y'z'{'|'}'~''((((((((((((((((()))********************++++++++++++++++++,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-----................///////////////001111111222222333 3 3 3 3 333333333334444R445555 5!6"6"6#6$6%6&6'6(6)6*6+6,7-7.8/80818283849596979899:::;:<:=:>:?;@<A<B<C<D=E=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>n>o>p>q>r>s>t>u>v>w>x>y>z>{>|>}>~??@@@@@@@@@@@AAAAAAAAAAAAAAAAAAAAAABBCCCDEEEEFFFFFFFFFGGGGGGGGGGGGGGGGGGGGGGGGGGGHHHIIIIJKKLLLLLLLLLLLLLLLLLLLLMMMMMMM M M M M MM     X _`N!N"N#N$O%O&O'O(O(O)O*O+,-.,-/,-0123124567568P9P:P;P<P=P>P?P@PAPBCDEPFCGHPIPJPKPLPMP;PNPOPPPQCRSCRTCRUCRVCRWCRXCRYCRZC[\C[]C^_CD`CDaCDbCDcCDdCDeCDfCDgChiChjChkChlChmChnChoChpChqChrCGsCGtCGuCGvCGwCGxCGyCGzCG{CG|CGxCGwCG}CG~CGCGQQQQQQQQ                                     !"#$%&'()*+,-./01w23456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ab>c[defghi?jklmnopqrstuvwwxyz{||}~JK!!"""""""""""#############$$$$%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'''''''''''''''''TTTTTTTTTTTTTTTTTTT T T T T T TTTT(****************** *!*"*#+$+%+&+'+(+$+)+*+++,+-,.,/,0,1,2,3,3,,4,5,6,7,8,9,:,;,<,=->-?-@-@-A-B-C-D-D-E-F-G-H-I-J-K-L-MYNOYNP.Q.R.S.T.U.V.W.X.Y.Z.[.\.].^._.`.a.b.c.d.e.f.g.h.i.j.k.lmno.p.q.r.r.s.t.u.v.w/x/y/z/{/|/}/~///////////////////////011111111112233333444444444444444444466666666666677899999::::::::::::::::::::::::::::::::J::::::::::;;;;;;;;;;;;;;; ; ; ; ; ; ; ;J; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; !; "; #; $; %; &; '; (; ); *< +< ,< -< .<J< /= 0= 1= 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> {> |> }> ~> >J> h> > > i> > > > ? ? ? ?J? @ @ @ @ @ @ @ @ @ @ @ A A A A A A A C   C C C C CJC C C C C C C C C z      F G G G G G G G G stack_15maE5vLiHaHnQnC7u59lNStack.Types.VersionSystem.Process.RunSystem.Process.ReadNetwork.HTTP.Download.VerifiedStack.Types.TemplateNameStack.FileWatchSystem.Process.LogData.Maybe.Extra Path.ExtraPath.IOStack.Types.PackageNameStack.Types.SigStack.Types.FlagNameStack.Types.GhcPkgIdStack.Types.CompilerStack.Types.PackageIdentifierStack.Types.PackageIndexStack.Types.DockerStack.Types.BuildPlanStack.Types.NixStack.Types.ImageOptions.Applicative.ComplicatedData.Attoparsec.ArgsStack.Types.ConfigStack.ConstantsStack.Types.InternalStack.Types.StackTStack.Docker.GlobalDBStack.Types.PackageStack.Types.BuildStack.Build.TargetStack.Config.DockerStack.Config.Nix Stack.ImageStack.PackageIndex Stack.GhcPkg Stack.Fetch Stack.Exec Stack.NewStack.Setup.Installed Stack.Sig.GPG Stack.UploadStack.Build.CacheStack.PackageDumpStack.Build.Installed Stack.PackageStack.BuildPlan Stack.SolverStack.Build.Source Stack.Clean Stack.Init Stack.ConfigStack.ConfigCmdStack.CoverageStack.Sig.Sign Stack.SigStack.Build.HaddockStack.Build.ExecuteStack.Build.ConstructPlan Stack.Build Stack.Setup Stack.Docker Stack.Nix Stack.Dot Stack.Ghci Stack.Ide Stack.SDist Stack.UpgradeOptions.Applicative.Args!Options.Applicative.Builder.Extra Stack.OptionsData.Set.MonadData.Attoparsec.CombinatorsData.IORef.RunOnceDistribution.Version.ExtraSystem.Process.PagerEditor Paths_stack Path.FindData.Binary.VersionTaggedData.Aeson.ExtendedNetwork.HTTP.Download loadConfig Stack.TypesControl.Concurrent.ExecuteFS removeTreeS ByteStringCabal_96aI7pZyaxU3dsgngOxbdKDistribution.Version VersionRangestrea_6MWdbeujUEQEUDv55904UYData.Streaming.ProcessProcessExitedUnsuccessfullyproce_FLTz0SLwyG6LJUpZ52HjkUSystem.Process readProcessVerifiedDownloadExceptionWrongContentLengthWrongStreamLength WrongDigest LengthCheckCheckHexDigestCheckHexDigestStringCheckHexDigestByteStringCheckHexDigestHeader HashCheckhashCheckAlgorithmhashCheckHexDigestDownloadRequest drRequest drHashChecks drLengthCheck drRetryPolicydrRetryPolicyDefaultverifiedDownload TemplateNametemplateNameArgumenttemplateParamArgumentparseTemplateNameFromStringmkTemplateName templateName templatePathprintExceptionStderr fileWatch fileWatchPoll logProcessRunshowProcessArgDebug mapMaybeA forMaybeA mapMaybeM forMaybeMtoFilePathNoTrailingSepparseCollapsedAbsDirparseCollapsedAbsFiledropRootResolveExceptionResolveDirFailedResolveFileFailed getWorkingDirparseRelAsAbsDirparseRelAsAbsFile resolveDir resolveFileresolveDirMayberesolveFileMaybe listDirectory removeFileremoveFileIfExists renameFilerenameFileIfExists renameDirrenameDirIfExists createTreemoveFilemoveFileIfExistsmoveDirmoveDirIfExistsremoveTreeIfExists fileExists dirExistscopyFilecopyFileIfExistscopyDirectoryRecursive$withCanonicalizedSystemTempDirectorywithCanonicalizedTempDirectoryReadProcessException NoPathFoundExecutableNotFoundExecutableNotFoundAt EnvOverride eoTextMap eoStringListeoPath eoExeCacheeoExeExtension eoPlatform unEnvOverride envSearchPathmodifyEnvOverride mkEnvOverride envHelperreadProcessNull readInNulltryProcessStdoutreadProcessStdoutsinkProcessStdoutsinkProcessStderrStdout preProcessdoesExecutableExistfindExecutablegetEnvOverride augmentPathaugmentPathMapCmdcmdDirectoryToRunIncmdCommandToRuncmdEnvOverridecmdCommandLineArgumentsrunCmdrunCmd' callProcess callProcess' PackageNamePackageNameParseFailCabalFileNameParseFailCabalFileNameInvalidPackageNamepackageNameParser mkPackageNameparsePackageNameparsePackageNameFromStringpackageNameByteStringpackageNameStringpackageNameTextfromCabalPackageNametoCabalPackageNameparsePackageNameFromFilePathpackageNameArgument SigExceptionGPGFingerprintExceptionGPGSignExceptionGPGVerifyExceptionSigInvalidSDistTarBallSigNoProjectRootExceptionSigServiceException FingerprintfingerprintSample SignatureFlagNameFlagNameParseFailflagNameParser mkFlagName parseFlagNameparseFlagNameFromStringflagNameString flagNameTextfromCabalFlagNametoCabalFlagNameGhcPkgId parseGhcPkgIdghcPkgIdParserghcPkgIdString VersionCheck MatchMinor MatchExact NewerMinorVersion versionParser parseVersionparseVersionFromString versionString versionTexttoCabalVersionfromCabalVersion mkVersionversionRangeText withinRangeintersectVersionRangestoMajorVersionlatestApplicableVersionnextMajorVersion checkVersionCompilerVersion GhcVersion GhcjsVersion WhichCompilerGhcGhcjsparseCompilerVersioncompilerVersionTextcompilerVersionString whichCompilerisWantedCompiler getGhcVersioncompilerExeNamehaddockExeName $fFromJSONMap$fFromJSONCompilerVersion$fToJSONCompilerVersion$fNFDataCompilerVersion"$fHasStructuralInfoCompilerVersion$fBinaryCompilerVersionPackageIdentifierpackageIdentifierNamepackageIdentifierVersiontoTuple fromTuplepackageIdentifierParserparsePackageIdentifier parsePackageIdentifierFromStringpackageIdentifierStringpackageIdentifierTextPackageDownloadpdSHA512pdUrlpdSizePackageCacheMap PackageCachepcOffsetpcSize pcDownloadVersionRangeJSONunVersionRangeJSONDockerMonoidRepoOrImageDockerMonoidRepoDockerMonoidImageMountDockerStackExeDockerStackExeDownloadDockerStackExeHostDockerStackExeImageDockerStackExePathDockerOptsMonoiddockerMonoidDefaultEnabledockerMonoidEnabledockerMonoidRepoOrImagedockerMonoidRegistryLogindockerMonoidRegistryUsernamedockerMonoidRegistryPassworddockerMonoidAutoPulldockerMonoidDetachdockerMonoidPersistdockerMonoidContainerNamedockerMonoidRunArgsdockerMonoidMountdockerMonoidEnvdockerMonoidDatabasePathdockerMonoidStackExedockerMonoidSetUser dockerMonoidRequireDockerVersion DockerOpts dockerEnable dockerImagedockerRegistryLogindockerRegistryUsernamedockerRegistryPassworddockerAutoPull dockerDetach dockerPersistdockerContainerName dockerRunArgs dockerMount dockerEnvdockerDatabasePathdockerStackExe dockerSetUserdockerRequireDockerVersionparseDockerStackExedockerEnableArgNamedockerRepoArgNamedockerImageArgNamedockerRegistryLoginArgNamedockerRegistryUsernameArgNamedockerRegistryPasswordArgNamedockerAutoPullArgNamedockerDetachArgNamedockerRunArgsArgNamedockerMountArgNamedockerEnvArgNamedockerContainerNameArgNamedockerPersistArgNamedockerDatabasePathArgNamedockerStackExeArgNamedockerStackExeDownloadValdockerStackExeHostValdockerStackExeImageValdockerSetUserArgName!dockerRequireDockerVersionArgNamedockerEntrypointArgName$fFromJSONVersionRangeJSON$fFromJSONMount $fShowMount $fReadMount$fMonoidDockerOptsMonoid $fFromJSON(,)MiniPackageInfo 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 parseSnapName NixOptsMonoidnixMonoidDefaultEnablenixMonoidEnablenixMonoidPackagesnixMonoidInitFilenixMonoidShellOptionsNixOpts nixEnable nixPackages nixInitFilenixShellOptionsnixEnableArgNamenixPackagesArgNamenixInitFileArgNamenixShellOptsArgName$fMonoidNixOptsMonoidImageDockerOptsMonoidimgDockerMonoidBaseimgDockerMonoidEntrypointsimgDockerMonoidAddimgDockerMonoidImageNameImageOptsMonoidimgMonoidDockerImageDockerOpts imgDockerBaseimgDockerEntrypoints imgDockerAddimgDockerImageName ImageOpts imgDocker imgArgNameimgDockerArgNameimgDockerBaseArgNameimgDockerAddArgNameimgDockerEntrypointsArgNameimgDockerImageNameArgName$fMonoidImageDockerOptsMonoid$fMonoidImageOptsMonoid$fFromJSON(,)0complicatedOptions addCommandaddSubCommandscomplicatedParser EscapingModeEscaping NoEscaping parseArgs argsParserwithInterpreterArgsDockerEntrypointdeUidGid PvpBounds PvpBoundsNonePvpBoundsUpperPvpBoundsLower PvpBoundsBothSetupInfoLocationSetupInfoFileOrURLSetupInfoInline SetupInfo siSevenzExe siSevenzDllsiMsys2siGHCssiGHCJSssiStackVersionedDownloadInfo vdiVersionvdiDownloadInfo DownloadInfodownloadInfoUrldownloadInfoContentLengthdownloadInfoSha1 GHCVariant GHCStandardGHCGMP4GHCArchGHCIntegerSimple GHCCustomPlatformVariantPlatformVariantNoneSCMGitProjectAndConfigMonoidConfigExceptionParseConfigFileExceptionParseResolverExceptionNoProjectConfigFoundUnexpectedTarballContentsBadStackVersionExceptionNoMatchingSnapshotNoSuchDirectoryParseGHCVariantException ConfigMonoidconfigMonoidWorkDirconfigMonoidDockerOptsconfigMonoidNixOptsconfigMonoidConnectionCountconfigMonoidHideTHLoadingconfigMonoidLatestSnapshotUrlconfigMonoidPackageIndicesconfigMonoidSystemGHCconfigMonoidInstallGHCconfigMonoidSkipGHCCheckconfigMonoidSkipMsysconfigMonoidCompilerCheckconfigMonoidRequireStackVersionconfigMonoidOSconfigMonoidArchconfigMonoidGHCVariantconfigMonoidJobsconfigMonoidExtraIncludeDirsconfigMonoidExtraLibDirsconfigMonoidConcurrentTestsconfigMonoidLocalBinPathconfigMonoidImageOptsconfigMonoidTemplateParametersconfigMonoidScmInitconfigMonoidGhcOptionsconfigMonoidExtraPathconfigMonoidSetupInfoLocationsconfigMonoidPvpBoundsconfigMonoidModifyCodePageconfigMonoidExplicitSetupDepsconfigMonoidRebuildGhcOptionsconfigMonoidApplyGhcOptionsconfigMonoidAllowNewerHasBuildConfiggetBuildConfig HasConfig getConfig HasGHCVariant getGHCVariant HasPlatform getPlatformgetPlatformVariant HasStackRoot getStackRootResolverResolverSnapshotResolverCompilerResolverCustomProjectprojectPackagesprojectExtraDeps projectFlagsprojectResolverprojectCompilerprojectExtraPackageDBsRemotePackageTypeRPTHttpTarballRPTGitRPTHgPackageLocation PLFilePathPLRemote PackageEntrypeExtraDepMaybe peValidWanted peLocation peSubdirs LoadConfiglcConfiglcLoadBuildConfig lcProjectRoot HasEnvConfig getEnvConfig EnvConfigenvConfigBuildConfigenvConfigCabalVersionenvConfigCompilerVersionenvConfigPackages BuildConfigbcConfig bcResolverbcWantedCompilerbcPackageEntries bcExtraDepsbcExtraPackageDBs bcStackYamlbcFlagsbcImplicitGlobal bcGHCVariantbcPackageCachesAbstractResolverARLatestNightly ARLatestLTSARLatestLTSMajor ARResolverARGlobalGlobalOptsMonoidglobalMonoidReExecVersionglobalMonoidDockerEntrypointglobalMonoidLogLevelglobalMonoidConfigMonoidglobalMonoidResolverglobalMonoidCompilerglobalMonoidTerminalglobalMonoidStackYaml GlobalOptsglobalReExecVersionglobalDockerEntrypointglobalLogLevelglobalConfigMonoidglobalResolverglobalCompilerglobalTerminalglobalStackYamlEvalOptsevalArg evalExtra ExecOptsExtra ExecOptsPlainExecOptsEmbellished eoEnvSettings eoPackagesSpecialExecCmdExecCmdExecGhc ExecRunGhcExecOptseoCmdeoArgseoExtra EnvSettingsesIncludeLocalsesIncludeGhcPackagePath esStackExe esLocaleUtf8 IndexLocationILGitILHttp ILGitHttp IndexName unIndexName PackageIndex indexName indexLocationindexDownloadPrefixindexGpgVerifyindexRequireHashesApplyGhcOptions AGOTargets AGOLocals AGOEverythingConfigconfigStackRoot configWorkDirconfigUserConfigPath configDocker configNixconfigEnvOverrideconfigLocalProgramsBaseconfigLocalProgramsconfigConnectionCountconfigHideTHLoadingconfigPlatformconfigPlatformVariantconfigGHCVariant0configLatestSnapshotUrlconfigPackageIndicesconfigSystemGHCconfigInstallGHCconfigSkipGHCCheckconfigSkipMsysconfigCompilerCheckconfigLocalBinconfigRequireStackVersion configJobsconfigExtraIncludeDirsconfigExtraLibDirsconfigConfigMonoidconfigConcurrentTests configImageconfigTemplateParams configScmInitconfigGhcOptionsconfigSetupInfoLocationsconfigPvpBoundsconfigModifyCodePageconfigExplicitSetupDepsconfigRebuildGhcOptionsconfigApplyGhcOptionsconfigAllowNewer indexNameTextdefaultLogLevelbcRoot bcWorkDir peExtraDep resolverNameparseResolverText askConfigaskLatestSnapshotUrlconfigPackageIndexRootconfigPackageIndexCacheconfigPackageIndexconfigPackageIndexGzconfigPackageTarball getWorkDirconfigProjectWorkDirconfigInstalledCacheplatformOnlyRelDir snapshotsDirinstallationRootDepsinstallationRootLocalplatformVariantRelDiruseShaPathOnWindowspackageDatabaseDepspackageDatabaseLocalpackageDatabaseExtraflagCacheLocalconfigMiniBuildPlanCache bindirSuffix docDirSuffix hpcReportDir extraBinDirsgetMinimalEnvOverrideminimalEnvSettingsgetWhichCompilerghcVariantNameghcVariantSuffixparseGHCVariantparsePvpBoundsexplicitSetupDepshaskellModuleExtsbuiltFileFromDirconfiguredFileFromDirbuiltConfigFileFromDirdefaultShakeThreads userDocsDirobjectInterfaceDirbuildCacheFiletestSuccessFile testBuiltFilebenchBuiltFileconfigCacheFileconfigCabalMod hpcDirFromDirhpcRelativeDirdistDirFromDir templatesDirdistRelativeDir rawGithubUrlprojectDockerSandboxDirimageStagingDirstackProgNameUpper stackProgName stackDotYamlstackRootEnvVarwiredInPackagesghcjsBootPackagescabalPackageName"implicitGlobalProjectDirDeprecatedimplicitGlobalProjectDirdefaultUserConfigPathDeprecateddefaultUserConfigPath!defaultGlobalConfigPathDeprecateddefaultGlobalConfigPath buildPlanDirplatformVariantEnvVar 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 runStackTrunInnerStackTrunInnerStackLoggingTrunStackLoggingTGlobalrunStackLoggingT newTLSManager logSticky logStickyDoneDockerImageLastUsedDockerImageExeIdDockerImageProjectIdupdateDockerImageLastUsedgetDockerImagesLastUsedpruneDockerImagesLastUsedgetDockerImageExesetDockerImageExe InstalledLibrary Executable InstalledMap DotCabalPathDotCabalModulePathDotCabalMainPathDotCabalFilePathDotCabalCFilePathDotCabalDescriptorDotCabalModule DotCabalMain DotCabalFile DotCabalCFileModTime FileCacheInfo fciModTimefciSizefciHashInstalledPackageLocation InstalledTo ExtraGlobalInstallLocationSnapLocalNamedComponentCLibCExeCTestCBench LocalPackage lpPackage lpComponents lpUnbuildablelpWanted lpTestDeps lpBenchDeps lpTestBenchlpDir lpCabalFile lpDirtyFileslpNewBuildCachelpFilesPackageInstallInfo piiVersion piiLocation PackageSourcePSLocal PSUpstream SourceMap PackageConfigpackageConfigEnableTestspackageConfigEnableBenchmarkspackageConfigFlagspackageConfigCompilerVersionpackageConfigPlatformPackageWarningUnlistedModulesWarningGetPackageFilesgetPackageFiles CabalFileTypeAllFilesModules BuildInfoOptsbioOptsbioOneWordOptsbioCabalMacrosGetPackageOptsgetPackageOptsPackage packageNamepackageVersion packageFiles packageDeps packageToolspackageAllDeps packageFlagspackageHasLibrary packageTestspackageBenchmarks packageExes packageOptspackageHasExposedModulespackageSimpleTypepackageDefinedFlagsPackageExceptionPackageInvalidCabalFilePackageNoCabalFileFoundPackageMultipleCabalFilesFoundMismatchedCabalNamerenderComponentrenderPkgComponentsrenderPkgComponent exeComponentstestComponentsbenchComponentsisCLibisCExeisCTestisCBenchdotCabalModule dotCabalMaindotCabalModulePathdotCabalMainPathdotCabalCFilePathdotCabalGetPathinstalledVersion$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 taskAllInOne 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'tParseTargetsUnknownTargetsTestSuiteFailureTestSuiteTypeUnsupportedConstructPlanExceptionsCabalExitedUnsuccessfullyExecutionFailureLocalPackageDoesn'tMatchTargetNoSetupHsFoundInvalidFlagSpecificationTargetParseExceptionDuplicateLocalPackageNamesSolverMissingCabalInstallSolverMissingGHCSolverNoCabalFilesSomeTargetsNotBuildabledefaultBuildOpts taskLocation configureOptswantedLocalPackagesmodTime NeedTargetsAllowNoTargets SimpleTarget STUnknown STNonLocal STLocalComps STLocalAllLocalPackageView lpvVersionlpvRoot lpvCabalFP lpvComponents lpvExtraDep RawTargetRTPackageComponent RTComponent RTPackageRTPackageIdentifierUnresolvedComponentResolvedComponent ComponentNameparseRawTarget parseTargetsStackDockerConfigExceptionResolverNotSupportedExceptionInvalidDatabasePathExceptiondockerOptsFromMonoid $fShowStackDockerConfigException%$fExceptionStackDockerConfigExceptionStackNixException)NixCannotUseShellFileAndPackagesExceptionnixOptsFromMonoidstageContainerImageArtifactscreateContainerImageFromStage imgCmdNameimgDockerCmdName imgOptsParserimgDockerOptsParserimgOptsFromMonoidimgDockerOptsFromMonoidupdateAllIndicesgetPackageCaches getGlobalDBcreateDatabase ghcPkgExeNameunregisterGhcPkgIdgetCabalPkgVermkGhcPackagePathResolvedPackagerpCacherpIndex fetchPackagesunpackPackagesunpackPackageIdentsresolvePackagesresolvePackagesAllowMissingwithCabalFileswithCabalLoaderdefaultEnvSettingsplainEnvSettingsexecNewOptsnewOptsProjectNamenewOptsCreateBarenewOptsTemplatenewOptsNonceParamsnew listTemplates getTemplatesdefaultTemplateName ExtraDirsedBins edIncludeedLibTool ToolGhcjs toolStringtoolNameString parseToolText markInstalledunmarkInstalled listInstalledgetCompilerVersion extraDirs installDirfullFingerprint signPackage verifyFileUploadSettingsUploaderFromFileHackageCredsSource HackageCreds loadCreds saveCreds fromPromptfromFile fromMemory fromAnywhere nopUploader mkUploaderupload uploadBytesdefaultUploadSettings setUploadUrl setGetManagersetCredsSource setSaveCredsbuildCacheTimesgetInstalledExesmarkExeInstalledmarkExeNotInstalledtryGetBuildCachetryGetConfigCachetryGetCabalModwriteBuildCachewriteConfigCache writeCabalMod deleteCachestryGetFlagCachewriteFlagCachesetTestSuccessunsetTestSuccesscheckTestSuccesswritePrecompiledCachereadPrecompiledCacheLine DumpPackage dpGhcPkgIddpPackageIdent dpLibDirs dpLibrariesdpHasExposedModules dpDependsdpHaddockInterfaces dpHaddockHtml dpProfiling dpHaddock dpIsExposedInstalledCacheEntryinstalledCacheProfilinginstalledCacheHaddockinstalledCacheIdentInstalledCache ghcPkgDumpghcPkgDescribenewInstalledCacheloadInstalledCachesaveInstalledCache pruneDeps sinkMatching addProfiling addHaddockconduitDumpPackage eachSectioneachPairGetInstalledOptsgetInstalledProfilinggetInstalledHaddock getInstalledpackageIdentifierreadPackageUnresolvedreadPackageUnresolvedBS readPackage readPackageBSreadPackageDescriptionDirprintCabalFileWarningcheckCabalFileNameresolvePackage autogenDirpackageDependenciespackageToolDependenciesresolvePackageDescriptiongetCabalFileName buildLogPathcabalFilePackageId SnapshotssnapshotsNightly snapshotsLtsToolMapBuildPlanExceptionUnknownPackagesSnapshotNotFoundresolveBuildPlan getToolMap getSnapshotsloadMiniBuildPlan findBuildPlanshadowMiniBuildPlanparseCustomMiniBuildPlan cabalSolversolveExtraDeps loadSourceMapparseTargetsFromBuildOptsgetLocalPackageViewsloadLocalPackage localFlagsaddUnlistedToBuildCachegetPackageConfigStackCleanExceptionNonLocalPackages CleanOptscleanOptsTargetscleanMethodMethodSnapshotMethodResolver MethodSolverSnapPrefPrefNonePrefLTS PrefNightlyInitOptsioMethodforceOverwriteincludeSubDirsfindCabalFiles initProjectmakeConcreteResolvergetImplicitGlobalProjectDirtryDeprecatedPath MiniConfig getIsGMP4loadMiniConfigresolvePackageEntrypackagesParser ConfigCmdSetConfigCmdSetResolver cfgCmdSet cfgCmdName cfgCmdSetName HpcReportOpts hroptsInputs hroptsAll hroptsDestDirdeleteHpcReports updateTixFile testExeNamegenerateHpcReportgenerateHpcReportForTargetsgenerateHpcUnifiedReportgenerateHpcMarkupIndexsign signTarBytes sigCmdNamesigSignCmdNamesigSignSdistCmdNamesigSignHackageCmdNamesigSignSdistOptssigSignHackageOptsshouldHaddockPackageshouldHaddockDepsgenerateLocalHaddockIndexgenerateDepsHaddockIndexgenerateSnapHaddockIndex ExecuteEnvpreFetch printPlanwithExecuteEnv executePlanwithSingleContext constructPlanbuildmkBaseConfigOptswithLoadPackagequeryBuildInfo SetupOptssoptsInstallIfMissingsoptsUseSystemsoptsWantedCompilersoptsCompilerChecksoptsStackYamlsoptsForceReinstallsoptsSanityChecksoptsSkipGhcCheck soptsSkipMsyssoptsUpgradeCabalsoptsResolveMissingGHCsoptsStackSetupYamlsoptsGHCBindistURLdefaultStackSetupYamlsetupEnvensureCompilerensureDockerStackExeStackDockerExceptionDockerMustBeEnabledExceptionOnlyOnHostExceptionInspectFailedExceptionNotPulledExceptionInvalidCleanupCommandExceptionInvalidImagesOutputExceptionInvalidPSOutputExceptionInvalidInspectOutputExceptionPullFailedExceptionDockerTooOldException DockerVersionProhibitedExceptionBadDockerVersionExceptionInvalidVersionOutputExceptionHostStackTooOldExceptionContainerStackTooOldException#CannotDetermineProjectRootExceptionDockerNotInstalledException(UnsupportedStackExeHostPlatformException CleanupActionCleanupInteractiveCleanupImmediate CleanupDryRun CleanupOptsdcAction"dcRemoveKnownImagesLastUsedDaysAgo#dcRemoveUnknownImagesCreatedDaysAgo$dcRemoveDanglingImagesCreatedDaysAgo'dcRemoveStoppedContainersCreatedDaysAgo'dcRemoveRunningContainersCreatedDaysAgoreexecWithOptionalContainerpreventInContainercleanuppullreset entrypoint dockerCmdNamedockerPullCmdNamedockerCleanupCmdName reExecArgNamereexecWithOptionalShell nixCmdNameDotOptsdotIncludeExternaldotIncludeBasedotDependencyDepthdotPrunedotlistDependencies pruneGraphresolveDependencies printGraph GhciPkgInfo ghciPkgName ghciPkgOpts ghciPkgDirghciPkgModulesghciPkgModFiles ghciPkgCFiles ghciPkgMainIsghciPkgPackageGhciOpts ghciNoBuildghciArgsghciGhcCommandghciNoLoadModulesghciAdditionalPackages ghciMainIsghciSkipIntermediate ghciBuildOptsghci ghciSetupidegetPackageOptsAndTargetFilesgetSDistTarballcheckSDistTarballcheckSDistTarball'upgrade argsArgument argsOption cmdOptionparseArgsFromString boolFlagsboolFlagsNoDefaultmaybeBoolFlagsenableDisableFlagsenableDisableFlagsNoDefaultextraHelpOption execExtraHelp textOption textArgumentCommandBuildTestHaddockBenchInstallbenchOptsParserbuildOptsParsercleanOptsParserconfigOptsParser nixOptsParserdockerOptsParserdockerCleanupOptsParser dotOptsParserghciOptsParserexecOptsParserevalOptsParserglobalOptsParserglobalOptsFromMonoidinitOptsParserlogLevelOptsParsersolverOptsParsertestOptsParser newOptsParserhpcReportOptsParserpvpBoundsOptionconfigCmdSetParsermapMconta_LKCPrTJwOTOLk4OU37YmeN Data.Set.BaseSetmapM_filterM appending alternatingpured concating sinkCheckHash sinkHashUsinghashChecksToZipSinkVerifyFileException WrongFileSizedisplayByteStringdisplayCheckHexDigestassertLengthSink$fExceptionVerifyFileException$$fExceptionVerifiedDownloadException$fShowVerifiedDownloadException$fIsStringCheckHexDigestrunOncehasUpperhasLower fileWatchConfEditorExceptionPagerException pageWriterpageByteString pageBuilderpageFile pageStringeditFileeditReaderWritereditByteString editStringorElseEditorNotFoundEditorExitFailure PagerNotFoundPagerExitFailure$fExceptionEditorException$fShowEditorException$fExceptionPagerException$fShowPagerExceptionbase Data.MaybemapMaybeghc-prim GHC.Classes==GHC.BaseflipcatchIOversionbindirlibdirdatadir libexecdir sysconfdir getBinDir getLibDir getDataDir getLibexecDir getSysconfDirgetDataFileNamepath_BMpVqxC01XN5OKbZst69w9Path parseAbsDir parseAbsFilecollapseFilePathNothingresolveCheckParseignoreDoesNotExist$fShowResolveException$fExceptionResolveException System.ExitexitWithbytes_6elQVSg5cWdFrvRnfxTUrHData.ByteString.Internal makeAbsolute$fExceptionReadProcessException$fShowReadProcessException findFileUp findDirUp findPathUp findFilestaggedEncodeFiletaggedDecodeOrLoaddecodeFileOrFailDeepDecodeFileFailure BinarySchema$fExceptionDecodeFileFailure$fShowDecodeFileFailurebinar_IvYoLp9H6Xy3zEH13MmZwdData.Binary.ClassBinaryputgetbinar_Bor6gpwDYXhAj1vaFvNaG7Data.Binary.TaggedHasStructuralInfoHasSemanticVersiondeeps_LbCWUlehDDeLxurARKDH5oControl.DeepSeqNFDatarnf JSONWarning WarningParserWarningParserMonoid.:.:?..:..:?..!= tellJSONFieldwithObjectWarningsaeson_EuKT6VLihZ5IOeoLWhB2pnData.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 redownload GHC.TypesTrueFalse downloadJSONliftHTTPhttpc_LXDQCLdR45e8rgms3IhK5ONetwork.HTTP.Client.TypesManagerDownloadExceptionDownloadJSONExceptionRedownloadFailed$fExceptionDownloadExceptionmtl_KMpng31YRYc5JfMWFZ3FCUControl.Monad.Reader.Class MonadReaderaskNetwork.HTTP.Client.RequestparseUrlgetHttpManagerHasHttpManager $fToJSONMap$fFromJSONPackageName$fToJSONPackageName$fHasStructuralInfoPackageName$fShowPackageName$fLiftPackageName$fShowPackageNameParseFail$fExceptionPackageNameParseFailAeson_unAeson$fShowSigException$fExceptionSigException$fFromJSONAeson$fIsStringFingerprint$fToJSONFingerprint$fFromJSONFingerprint$fShowSignature$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 $fShowPackageIdentifierParseFail$fFromJSONPackageDownload$fNFDataPackageDownload"$fHasStructuralInfoPackageDownload$fBinaryPackageDownload#$fHasSemanticVersionPackageCacheMap"$fHasStructuralInfoPackageCacheMap$fHasStructuralInfoPackageCache$fNFDataPackageCache$fBinaryPackageCacheBuildPlanTypesExceptionParseSnapNameExceptionParseFailedExceptiondisplay 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$fToJSONBuildPlan addCommand' helpOptionoptpa_3fo2u0lEaJi24NRYVDocaNOptions.Applicative.ExtrahandleParseResult hsubparser'System.EnvironmentwithArgsgetInterpreterArgssinkInterpreterArgsparseConfigMonoidJSONplatformSnapAndCompilerRelpackageEntryCurrDirplatformVariantSuffixparseDownloadInfoFromObject$fMonoidSetupInfoconfigMonoidWorkDirNameconfigMonoidDockerOptsNameconfigMonoidNixOptsNameconfigMonoidConnectionCountNameconfigMonoidHideTHLoadingName!configMonoidLatestSnapshotUrlNameconfigMonoidPackageIndicesNameconfigMonoidSystemGHCNameconfigMonoidInstallGHCNameconfigMonoidSkipGHCCheckNameconfigMonoidSkipMsysName#configMonoidRequireStackVersionNameconfigMonoidOSNameconfigMonoidArchNameconfigMonoidGHCVariantNameconfigMonoidJobsName configMonoidExtraIncludeDirsNameconfigMonoidExtraLibDirsNameconfigMonoidConcurrentTestsNameconfigMonoidLocalBinPathNameconfigMonoidImageOptsNameconfigMonoidScmInitName"configMonoidTemplateParametersNameconfigMonoidCompilerCheckNameconfigMonoidGhcOptionsNameconfigMonoidExtraPathName"configMonoidSetupInfoLocationsNameconfigMonoidPvpBoundsNameconfigMonoidModifyCodePageName!configMonoidExplicitSetupDepsName!configMonoidRebuildGhcOptionsNameconfigMonoidApplyGhcOptionsNameconfigMonoidAllowNewerNamecompilerVersionDir pvpBoundsText$fFromJSONPvpBounds$fToJSONPvpBounds$fFromJSON(,)1$fFromJSON(,)2$fFromJSONGHCVariant $fToJSONSCM $fFromJSONSCM$fFromJSON(,)3$fExceptionConfigException$fShowConfigException$fFromJSON(,)4$fMonoidConfigMonoid$fHasBuildConfigBuildConfig$fHasConfigBuildConfig$fHasGHCVariantBuildConfig$fHasPlatformBuildConfig$fHasStackRootBuildConfig$fHasConfigConfig$fHasPlatformConfig$fHasStackRootConfig$fHasGHCVariantGHCVariant$fHasPlatform(,)$fFromJSON(,)5$fToJSONResolver$fToJSONProject$fFromJSON(,)6$fToJSONPackageLocation$fFromJSON(,)7$fToJSONPackageEntry$fHasEnvConfigEnvConfig$fHasStackRootEnvConfig$fHasGHCVariantEnvConfig$fHasPlatformEnvConfig$fHasConfigEnvConfig$fHasBuildConfigEnvConfig$fMonoidGlobalOptsMonoid$fFromJSONIndexName$fToJSONIndexName$fFromJSON(,)8$fFromJSONApplyGhcOptionshaskellFileExtshaskellPreprocessorExtsbuiltConfigRelativeFile LoggingEnvgetCanUseUnicodereplaceUnicode loggerFunctimestampLength withSticky$fMonadLoggerStackLoggingT$fMonadLoggerStackTunStackLoggingT lenvLogLevel lenvTerminal lenvReExec lenvManager lenvStickylenvSupportsUnicodeunStackTstickyLoggerFunc$fHasSupportsUnicodeLoggingEnv$fHasReExecLoggingEnv$fHasTerminalLoggingEnv$fHasHttpManagerLoggingEnv$fHasLogLevelLoggingEnv$fHasStickyLoggingEnv $fMonadTransControlStackLoggingT $fMonadBaseControlbStackLoggingT$fMonadTransControlStackT$fMonadBaseControlbStackT withGlobalDBDockerImageExedockerImageExeImageHashdockerImageExeExePathdockerImageExeExeTimestampdockerImageExeCompatibleDockerImageProjectdockerImageProjectImageHashdockerImageProjectProjectPathdockerImageProjectLastUsedTimeDockerImageExeUniqueDockerImageExeKeyunDockerImageExeKeyDockerImageExeImageHashDockerImageExeExePathDockerImageExeExeTimestampDockerImageExeCompatibleDockerImageProjectPathKeyDockerImageProjectKeyunDockerImageProjectKeyDockerImageProjectImageHashDockerImageProjectProjectPathDockerImageProjectLastUsedTime migrateTables)TFCo:R:PersistEntityBackendDockerImageExe PkgDepsOracleLatestApplicableVersionconfigureOptsNoDirPkgDepsdefaultTestOptsdefaultBenchmarkOptsconfigureOptsDirs$fNFDataPrecompiledCache#$fHasStructuralInfoPrecompiledCache$$fHasSemanticVersionPrecompiledCache$fBinaryPrecompiledCache$fNFDataConfigureOpts $fHasStructuralInfoConfigureOpts$fBinaryConfigureOpts$fShowTaskConfigOpts$fHasSemanticVersionConfigCache$fHasStructuralInfoConfigCache$fNFDataConfigCache$fBinaryConfigCache$fShowConstructPlanException$fExceptionStackBuildException$fShowStackBuildExceptionparseRawTargetDirs RawTargetType HasIdentsNoIdentsRawInput unRawInput resolveIdentsresolveRawTarget isCompNamedsimplifyTargets$fShowStackNixException$fExceptionStackNixExceptionStackImageExceptionstageExesInDirsyncAddContentToDir imageNamecreateDockerImageextendDockerImageWithEntrypoint(StackImageDockerBaseUnspecifiedExceptionAssemble$fShowStackImageException$fExceptionStackImageException populateCache requireIndex updateIndexupdateIndexGitupdateIndexHTTPisGitInstalled deleteCacheentrySizeInBlocksPackageIndexExceptionGitNotAvailableMissingRequiredHashes$fShowPackageIndexException $fExceptionPackageIndexExceptionghcPkgpackageDbFlagsfindGhcPkgFieldfindGhcPkgVersiontfCabalfuzzyLookupCandidatestypoCorrectionCandidates getToFetchfetchPackages' ToFetchResult tfrToFetchtfrAlreadyUnpackedToFetch tfTarball tfDestDirtfUrltfSizetfSHA512FetchExceptionCouldn'tReadIndexTarballCouldn'tReadPackageTarballUnpackDirectoryAlreadyExistsCouldNotParsePackageSelectorsUnknownPackageNamesUnknownPackageIdentifiers PackageCacheslookupPackageIdentifierExactparMapM_damerauLevenshtein orSeparatedcommaSeparated$fShowFetchException$fExceptionFetchException NewException loadTemplate applyTemplatewriteTemplateFilesrunTemplateInitsparseTemplateSetdefaultTemplateUrldefaultTemplatesListFailedToLoadTemplateFailedToDownloadTemplateFailedToDownloadTemplatesBadTemplatesResponseBadTemplatesJSON AlreadyExistsMissingParameters$fShowNewException$fExceptionNewException acRemainingExecuteExceptionInconsistentDependencies ExecuteState esActions esExceptions esInAction esCompleted esFinalLock esKeepGoing ActionContextActionactionId actionDepsactionDoActionId ActionTypeATBuild ATBuildFinalATFinal 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 ghcPkgCmdArgs takeWhileCPackageDumpExceptionMissingSingleFieldCouldn'tParseFieldInstalledCacheInner isProfiling stripPrefixBS stripSuffixBS$fShowPackageDumpException$fExceptionPackageDumpException$fNFDataInstalledCacheEntry&$fHasStructuralInfoInstalledCacheEntry$fBinaryInstalledCacheEntry'$fHasSemanticVersionInstalledCacheInner&$fHasStructuralInfoInstalledCacheInner loadDatabase isAllowed LoadHelperlhIdlhDepslhPairAllowedNeedsProfiling NeedsHaddock UnknownPkg WrongLocation WrongVersionMprocessLoadResult toLoadHelpertoPackageLocationDistribution.PackageDescriptionGenericPackageDescriptionPackageDescriptiongeneratePkgDescOptsgenerateBuildInfoOptsmakeObjectFilePathFromCbuildDirgetBuildComponentDirpackageDescTools allBuildInfo'packageDescModulesAndFilesresolveGlobFilesmatchDirFileGlob_benchmarkFiles testFilesexecutableFiles libraryFilesbuildOtherSourcestargetJsSourcesflagMapmkResolveConditionsresolveConditionsdepNamedepRangeresolveFilesAndDepsgetDependencies parseDumpHI resolveFiles findCandidate warnMultiplelogPossibilitiesexcep_8GsEeHgaIks3pVGk6GaELJControl.Monad.CatchthrowMresolveFileOrWarnresolveDirOrWarnResolveConditionsrcFlagsrcCompilerVersionrcOSrcArch resolveOrWarn rsVisitedaddDepsgetDepsbuildPlanFixes loadBuildPlancheckBuildPlan checkDepsCustomSnapshotcsCompilerVersion csPackagescsFlagsDepError deVersion deNeededBy DepErrors ResolveState rsUnknown rsShadowed rsToInstallrsUsedBytoMiniBuildPlandisplayDepErrors$fFromJSONCustomSnapshot$fMonoidDepError$fFromJSONSnapshots$fShowBuildPlanException$fExceptionBuildPlanExceptiongetCabalConfigconvertSnapshotToExtracheckDuplicateNamescheckFlagsUsedextendExtraDepscheckBuildCachegetPackageFilesSimplegetModTimeMaybecalcFcisplitComponentscheckComponentsBuildable$fExceptionStackCleanException$fShowStackCleanException ignoredDirsrenderStackYamlgetDefaultResolver getSnapshots'getRecommendedSnapshotsgetLatestResolvergetDefaultGHCVariantgetWindowsProgsDirloadBuildConfigresolvePackageLocationdetermineStackRootgetExtraConfigsloadYamlgetProjectConfigloadProjectConfiggetDefaultGlobalConfigPathgetDefaultUserConfigPathconfigFromConfigMonoid$fHasGHCVariantMiniConfig$fHasPlatformMiniConfig$fHasHttpManagerMiniConfig$fHasStackRootMiniConfig$fHasConfigMiniConfig hpcPkgPath tixFilePathremoveExeModulesGHC.Real/generateHpcReportInternalgenerateUnionReport readTixOrLog unionTixesgenerateHpcErrorReport pathToHtmlsanitize dirnameStringfindPackageKeyForBuiltPackagewithStackWorkTempDirurlgenerateHaddockIndexlookupDumpPackagehaddockIndexFile localDocDir snapDocDir eeSetupHs eeSetupExe displayTask getSetupExewindowsRenameCopy executePlan'getConfigCache ensureConfigcheckForUnlistedFiles depsPresentprintBuildOutputmungeBuildOutput getSetupHsaddGlobalPackages eeEnvOverrideeeConfigureLock eeInstallLock eeBuildOptseeBaseConfigOpts eeGhcPkgIds eeTempDir eeCabalPkgVer eeTotalWantedeeWantedeeLocals eeGlobalDBeeGlobalDumpPkgseeSnapshotDumpPkgseeLocalDumpPkgs toActions announceTask singleBuild singleTest singleBenchextraBuildOptionsprimaryComponentOptions exesToBuildfinalComponentOptionstaskComponentswInstallwDirtywDeps wWarningsmkUnregisterLocalpackageDepsWithTools stripLocals inSnapshotCtxmbpbaseConfigOpts loadPackage combinedMaptoolToPackages ctxEnvConfig callStack extraToBuild ctxVersionswanted localNamesWwFinals AddDepRes ADRToInstallADRFound CombinedMap PackageInfoPIOnlyInstalled PIOnlySourcePIBothcombineSourceInstalled combineMapaddFinaladdDeptellExecutablestellExecutablesUpstreamtellExecutablesPackageinstallPackageresolveDepsAndInstallinstallPackageGivenDeps addEllipsisaddPackageDepscheckDirtinessdescribeConfigDiffpsDirtypsWantedpsLocal stripNonDeps markAsDep$fHasEnvConfigCtx$fHasBuildConfigCtx$fHasConfigCtx$fHasGHCVariantCtx$fHasPlatformCtx$fHasStackRootCtx $fMonoidWallLocal/warnIfExecutablesWithSameNameCouldBeOverwritten fixCodePage rawBuildInfo fixCodePage' addIncludeLib upgradeCabalgetSystemCompiler getSetupInfocheckDependencieswithUnpackedTarball7zsetup7zbytesfmt sanityCheckgetUtf8LocaleVarsCheckDependency ArchiveTypeTarBz2TarXzTarGzSevenZSetupExceptionUnsupportedSetupComboMissingDependenciesUnknownCompilerVersion UnknownOSKeyGHCSanityCheckCompileFailedWantedMustBeGHCRequireCustomGHCVariantProblemWhileDecompressingSetupInfoMissingSevenzGHCJSRequiresStandardVariantGHCJSNotBootedDockerStackExeNotFoundgetInstalledToolgetInstalledGhcjsdownloadAndInstallTooldownloadAndInstallCompilergetWantedCompilerInfo getGhcKeygetOSKeydownloadFromInfoinstallGHCPosix installGHCJSinstallDockerStackExeensureGhcjsBooted bootGhcjs runAndLogloadGhcjsEnvConfiggetCabalInstallVersioncheckDependencyinstallGHCWindowsinstallMsys2WindowschattyDownloadchunksOverTimeremoveHaskellEnvVars$fAlternativeCheckDependency$fApplicativeCheckDependency$fShowSetupException$fExceptionSetupException GetCmdArgs ImageConfigInspectexecWithOptionalContainergetInContainerrunContainerAndExitinspectinspects pullImagecheckDockerVersionentrypointMVarremoveDirectoryContentsreadDockerProcess homeDirName hostBinDir decodeUtf8concatTfromMaybeProjectRootoldSandboxIdEnvVarinContainerEnvVardockerContainerPlatform$fShowStackDockerException$fExceptionStackDockerException$fFromJSONImageConfig$fFromJSONInspecticEnv icEntrypointiiConfig iiCreatediiId iiVirtualSizeescape getInShell inShellEnvVarrunShellAndExitcreateDependencyGraphpruneUnreachablecreateDepLoaderlocalDependenciesprintLocalNodes printLeaves printEdges printEdgenodeName printLeaf isWiredInfigureOutMainFilemakeGhciPkgInfowantedPackageComponentscheckForIssuesborderedWarninggetIntermediateDepspreprocessCabalMacrosCheckExceptionGHC.IOFilePath getCabalLbs gtraverseTreadLocalPackagegetSDistFileListnormalizeTarballPaths normalizePath dirsFromFileswithTempTarGzContents packFileEntry getModTime$fShowCheckException$fExceptionCheckException<|>MaybeOptions.Applicative.Builder abortOptionoptiontext_1l1AN4I48k37RaQ6fm6CEhData.Text.InternalTextargumentenableDisableFlagsNoDefault'readFlagexecOptsExtraParserabstractResolverOptsParserghcVariantParserhideModsreadAbstractResolvercompilerOptsParserreadCompilerVersion