h,p      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWX Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | }~          !!!!!!!!!""""""""""""""""##########$$$%%%%%%%%&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&'''''''''''''''''''''''''''''''''''''''''''(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((())))))))))))))))))))))***********************************************++++++++++++++++++,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , - -                                                                                                   . . . . . . . . . . . . . . . . . . . . . / / / / / / / / / 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 2 3 3 4 4 4 4 4 4 4 4 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 6 6 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7       8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 : : : : : : : : : : : : : : : : : : ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; < < < < < < < < < < < < < < < < < < < < < < < < < = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =>>>>>>>??@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEFGGGGGGGGGGGGGGGGGGGGHIIJJKKKKKKKKKKKKKKKKLLLLLLLLLLLLLLLLLLLMMMMMMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPQQQQQQQRRRRRRSTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT::::::U::::::::::::::::::::::::::::::::::UUUUUUUUUUUUUUUUUUUUUUUUUVVVVWWWXXYYYYYYYYYYYYYYYZ[\\\\\\\\\\\\\\]]]]]]]]]]]]]]]]]^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ__________```````````````````abbbbbbbbbbbbbbbbcdddddddddddde3.16.0.0 None<:u[\XYZYZX[\ None:_Cabal2Applying module substitutions to semantic objects._`_`fNone9:;=CabalAn 4, annotated with where it came from in a Cabal file.CabalDescription of where a module participating in mixin linking came from.CabalINVARIANT: entries for ModuleName m, have msrc_module is OpenModuleVar mCabalEvery Module in scope at a  is annotated with the  it comes from.CabalA  describes the modules and requirements that are in-scope as we are processing a Cabal package. Unlike a  ModuleShape6, there may be multiple modules in scope at the same ; this is only an error if we attempt to use those modules to fill a requirement. A  can influence the  ModuleShape via a reexport.Cabal An empty . None<>gCabalA g describes the provisions and requirements of a library. We can extract a g from an .kCabalThe default module shape, with no provisions and no requirements.klghjighjikl None<?%yxwstvustvuwxygNoneGrCabalThe exception thrown by  to terminate a thread.CabalAsync, but based on , as we don't depend on stm.Cabal Returns the " of the thread running the given .CabalSpawn an asynchronous action in a separate thread, and pass its Async handle to the supplied function. When the function returns or throws an exception,  is called on the Async. withAsync action inner = mask $ \restore -> do a <- async (restore action) restore (inner a) `finally` uninterruptibleCancel aThis is a useful variant of async that ensures an Async( is never left running unintentionally.Note: a reference to the child thread is kept alive until the call to  returns, so nesting many  calls requires linear memory.CabalWait for an asynchronous action to complete, and return its value. If the asynchronous action threw an exception, then the exception is re-thrown by . wait = atomically . waitSTMCabalWait for an asynchronous action to complete, and return either Left e# if the action raised an exception e, or Right a if it returned a value a. %waitCatch = atomically . waitCatchSTMCabal.Cancel an asynchronous action by throwing the AsyncCancelled' exception to it, and waiting for the ' thread to quit. Has no effect if the  has already completed. cancel a = throwTo (asyncThreadId a) AsyncCancelled <* waitCatch a Note that ) will not terminate until the thread the , refers to has terminated. This means that  will block for as long said thread blocks when receiving an asynchronous exception.For example, it could block if:It's executing a foreign call, and thus cannot receive the asynchronous exception;It's executing some cleanup handler after having received the exception, and the handler is blocking.CabalCancel an asynchronous actionThis is a variant of , but it is not interruptible.  Safe-InferredGWWNoneGTSRSRT Safe-InferredGUVUVhcabal-devel@haskell.org Windows-only Safe-InferredHNi Safe-InferredHy}jNoneJHCabal:Copies a file to a new destination. Often you should use  instead.CabalLike , but does not touch the target if source and destination are already byte-identical. This is recommended as it is useful for time-stamp based recompilation avoidance.CabalChecks if two files are byte-identical. Returns False if either of the files do not exist or if files are of different size.~k Safe-InferredJ  Safe-InferredQRCabalEnable process jobs to ensure accurate determination of process completion in the presence of exec(3) on Windows.9Unfortunately the process job support is badly broken in process releases prior to 1.6.9, so we disable it in these versions, despite the fact that this means we may see sporadic build failures without jobs.On Windows 7 or before the jobs are disabled due to the fact that processes on these systems can only have one job. This prevents spawned process from assigning jobs to its own children. Suppose process A spawns process B. The B process has a job assigned (call it J1) and when it tries to spawn a new process C the C automatically inherits the job. But at it also tries to assign a new job J2 to C since it doesn@t have access J1. This fails on Windows 7 or before.Caballm= with process jobs enabled when appropriate, and defaulting  delegate_ctlc to . Safe-InferredRCabal$The arg file / response file parser.This is not a well-documented capability, and is a bit eccentric (try cabal @foo @bar to see what that does), but is crucial for allowing complex arguments to cabal and cabal-install when using command prompts with strongly-limited argument length.QQnBSD3cabal-dev@haskell.org experimentalportable Safe-InferredS Safe-InferredUaCabalGive the *parent* of the person who invoked this; so it's most suitable for being called from a utility function. You probably want to call this using P; otherwise it's not very useful. We didn't implement this for base-4.8.1 because we cannot rely on freezing to have taken place.CabalThis function is for when you *really* want to add a call stack to raised IO, but you don't have a 'o so you can't use p. If you have a  Verbosity$, please use that function instead.NOPPONq Safe-InferredVmCabalsetEnv name value, sets the specified environment variable to value.Throws rs if either name or value1 is the empty string or contains an equals sign.t(c) Sven Panne 2002-2005/BSD-style (see the file libraries/base/LICENSE)libraries@haskell.orgportable Safe-Inferred'^ CabalDescribes whether an option takes an argument or not, and if so how the argument is parsed to a value of type a.=Compared to System.Console.GetOpt, we allow for parse errors.Cabalno argument expectedCabaloption requires argumentCabaloptional argumentCabal-What to do with options following non-optionsCabal+no option processing after first non-optionCabal*freely intersperse options and non-optionsCabalReturn a string describing the usage of a command, derived from the header (first argument) and the options described by the second argument.CabalPretty printing of short options. * With required arguments can be given as: #-w PATH or -wPATH (but not -w=PATH) This is displayed as: -w PATH or -wPATH= * With optional but default arguments can be given as: &-j or -jNUM (but not -j=NUM or -j NUM) This is displayed as: -j[NUM]CabalPretty printing of long options. * With required arguments can be given as: 3--with-compiler=PATH (but not --with-compiler PATH) This is displayed as: --with-compiler=PATH= * With optional but default arguments can be given as: )--jobs or --jobs=NUM (but not --jobs NUM) This is displayed as:  --jobs[=NUM]CabalProcess the command-line, and return the list of values that matched (and those that didn't). The arguments are:The order requirements (see )The option descriptions (see ):The actual command line arguments (presumably got from uv). returns a triple consisting of the option arguments, a list of non-options, and a list of error messages.CabalThis is almost the same as , but returns a quadruple consisting of the option arguments, a list of non-options, a list of unrecognized options, and a list of error messages. wBen Gamari 2015-2019cabal-devel@haskell.orgportable Safe-Inferred`zCabal*A simple parser supporting quoted strings.Please be aware that this will only split strings when seeing whitespace outside of quotation marks, i.e, "foo"bar baz"qux quux" will be converted to ["foobar bazqux", "quux"].4This behavior can be useful when parsing text like ,"ghc-options: -Wl,"some option with spaces"", for instance.xFrancesco Ariis 2022BSD3cabal-devel@haskell.orgportableNone1iCabal:Which language are we referring to in our warning message?CabalWhich stanza does  refer to?CabalIdentifier for the specific . This ensures `--ignore` can output a warning on unrecognised values. L N.B.: should be kept in sync with .CabalExplanations of  PackageCheck's errors/warnings.Cabal-Results of some kind of failed package check.There are a range of severities, from merely dubious to totally insane. All of them come with a human readable explanation. In future we may augment them with more machine readable explanations, for example to help an IDE suggest automatic corrections.CabalThis package description is no good. There's no way it's going to build sensibly. This should give an error at configure time.CabalA problem that is likely to affect building the package, or an issue that we'd like every package author to be aware of, even if the package is never distributed.CabalAn issue that might not be a problem for the package author but might be annoying or detrimental when the package is distributed to users. We should encourage distributed packages to be free from these issues, but occasionally there are justifiable reasons so we cannot ban them entirely.CabalLike PackageDistSuspicious but will only display warnings rather than causing abnormal exit when you run 'cabal check'.CabalAn issue that is OK in the author's environment but is almost certain to be a portability problem for other environments. We can quite legitimately refuse to publicly distribute packages with these problems.CabalPretty printing .Cabal5Would Hackage refuse a package because of this error?Cabal+Filter Package Check by CheckExplanationID.Cabal*Filter Package Check by Check explanation string.CabalA one-word identifier for each CheckExplanation.CabalPretty printing .CabalPretty printing .CabalPretty printing .CabalBroken  instance (not bijective with Read), alas external packages depend on it.CabalOriginal checks.Cabal IDs to omit.CabalOriginal checks.CabalIDs to omit, in String format.Jose Iborra 2008BSD3cabal-devel@haskell.orgportableNonekCabal"Parser with simple error reportingNonetqCabalSame as , but requires atomic information (package name, executable names) instead of a whole .CabalDesugar a "build-tools" entry into a proper executable dependency if possible.*An entry can be so desugared in two cases: The name in build-tools matches a locally defined executable. The executable dependency produced is on that exe in the current package.The name in build-tools matches a hard-coded set of known tools. For now, the executable dependency produced is one an executable in a package of the same, but the hard-coding could just as well be per-key.The first cases matches first.CabalGet everything from "build-tool-depends", along with entries from "build-tools" that we know how to desugar.This should almost always be used instead of just accessing the  field directly.CabalDoes the given executable dependency map to this current package?8This is a tiny function, but used in a number of places.'This function is only sound to call on s from the given package description. This is because it just filters the package names of each dependency, and does not check whether version bounds in fact exclude the current package, or the referenced components in fact exist in the current package.This is OK because when a package is loaded, it is checked (in yz) that dependencies matching internal components do indeed have version bounds accepting the current package, and any depended-on component in the current package actually exists. In fact this check is performed by gathering the internal tool dependencies of each component of the package according to this module, and ensuring those properties on each so-gathered dependency.version bounds and components of the package are unchecked. This is because we sanitize exe deps so that the matching name implies these other conditions.CabalGet internal "build-tool-depends", along with internal "build-tools"This is a tiny function, but used in a number of places. The same restrictions that apply to  also apply to this function. Safe-InferreduCabalReturns the object/interface extension prefix for the given build way (e.g. "dyn_" for )2011, Dan Knappcabal-devel@haskell.orgportable Safe-InferredxlCabalRepresents a dialect of C. The Monoid instance expresses backward compatibility, in the sense that 'mappend a b' is the least inclusive dialect which both a and b! can be correctly interpreted as.CabalA list of all file extensions which are recognized as possibly containing some dialect of C code. Note that this list is only for source files, not for header files.CabalTakes a dialect of C and whether code is intended to be passed through the preprocessor, and returns a filename extension for containing that code.CabalInfers from a filename's extension the dialect of C which it contains, and whether it is intended to be passed through the preprocessor.8Isaac Jones 2003-2004 Duncan Coutts 2007BSD3cabal-devel@haskell.orgportable Safe-Inferred} Cabal#Types that represent boolean flags.Cabal1All flags are monoids, they come in two flavours:  list flags eg !--ghc-option=foo --ghc-option=bar&gives us all the values ["foo", "bar"] singular value flags, eg: --enable-foo --disable-foogives us Just False So, this  type is for the latter singular kind of flag. Its monoid instance gives us the behaviour where it starts out as ' and later flags override earlier ones.Isomorphic to  a.CabalWraps a value in .CabalExtracts a value from a , and throws an exception on .CabalExtracts a value from a #, and returns the default value on .Cabal Converts a  value to a  value.CabalPushes a function through a & value, and returns a default if the  value is .Cabal Converts a  value to a list.CabalReturns  only if every   value is Flag True, else .Cabal Converts a  value to a  value.CabalMerge the elements of a list  with another list .#Isaac Jones, Simon Marlow 2003-2004=BSD3 portions Copyright (c) 2007, Galois Inc.cabal-devel@haskell.orgportableNone< CabalA piece of a globbing patternCabal A wildcard *CabalA literal string dirABCCabalA union of patterns, e.g. dir {a,*.txt,c}...Cabal6A single directory or file component of a globbed pathCabal!A filepath specified by globbing.Cabal  dirGlob/ globCabal**/ glob, where ** denotes recursively traversing all directories and matching filenames on  glob.Cabal A file glob.CabalTrailing dir; a glob ending in /.  None<CabalA description of a file (or set of files) to monitor for changes.Where file paths are relative they are relative to a common directory (e.g. project root), not necessarily the process current directory.Cabale.g. "/", "c:" or result of  takeDriveCabalA file path specified by globbing, relative to some root directory.CabalMonitor a single file for changes, based on its modification time. The monitored file is considered to have changed if it no longer exists or if its modification time has changed.CabalMonitor a single file for changes, based on its modification time and content hash. The monitored file is considered to have changed if it no longer exists or if its modification time and content hash have changed.CabalMonitor a single non-existent file for changes. The monitored file is considered to have changed if it exists.CabalMonitor a single file for existence only. The monitored file is considered to have changed if it no longer exists.CabalMonitor a single directory for changes, based on its modification time. The monitored directory is considered to have changed if it no longer exists or if its modification time has changed.CabalMonitor a single non-existent directory for changes. The monitored directory is considered to have changed if it exists.CabalMonitor a single directory for existence. The monitored directory is considered to have changed only if it no longer exists.CabalMonitor a single file or directory for changes, based on its modification time. The monitored file is considered to have changed if it no longer exists or if its modification time has changed.CabalMonitor a set of files (or directories) identified by a file glob. The monitored glob is considered to have changed if the set of files matching the glob changes (i.e. creations or deletions), or for files if the modification time and content hash of any matching file has changed.CabalMonitor a set of files (or directories) identified by a file glob for existence only. The monitored glob is considered to have changed if the set of files matching the glob changes (i.e. creations or deletions).CabalCreates a list of files to monitor when you search for a file which unsuccessfully looked in notFoundAtPaths before finding it at  foundAtPath.Cabal Similar to ?, but also instructs us to monitor the hash of the found file.Cabalwhat the glob is relative toCabalthe glob## Safe-Inferred<qCabalThe $prefix path variableCabalThe $bindir path variableCabalThe $libdir path variableCabalThe  $libsubdir path variableCabalThe  $dynlibdir path variableCabalThe $datadir path variableCabalThe  $datasubdir path variableCabalThe $docdir path variableCabalThe $htmldir path variableCabalThe $pkg package name path variableCabalThe $version package version path variableCabalThe $pkgid package Id path variable, eg foo-1.0CabalThe $libname path variableCabal"The compiler name and version, eg  ghc-6.6.1CabalThe operating system name, eg windows or linuxCabalThe CPU architecture name, eg i386 or x86_64CabalThe compiler's ABI identifier,Cabal%The optional ABI tag for the compilerCabal+The executable name; used in shell wrappersCabal$The name of the test suite being runCabal,The result of the test suite being run, eg pass, fail, or error.Cabal#The name of the benchmark being runIsaac Jones 2003-2004BSD3cabal-devel@haskell.orgportableNone9<o CabalAn abstract path, possibly containing variables that need to be substituted for to get a real .CabalThe location prefix for the copy command.Cabalwhen using the ${pkgroot} as prefix. The CopyToDb will adjust the paths to be relative to the provided package database when copying / installing.Cabal)The installation directories in terms of s that contain variables.The defaults for most of the directories are relative to each other, in particular they are all relative to a single prefix. This makes it convenient for the user to override the default installation directory by only having to specify --prefix=... rather than overriding each individually. This is done by allowing $-style variables in the dirs. These are expanded by textual substitution (see ).A few of these installation directories are split into two components, the dir and subdir. The full installation path is formed by combining the two together with /. The reason for this is compatibility with other Unix build systems which also support --libdir and  --datadir/. We would like users to be able to configure --libdir=/usr/lib64 for example but because by default we want to support installing multiple versions of packages and building the same package for multiple compilers we append the libsubdir to get: /usr/lib64/$libname/$compiler.An additional complication is the need to support relocatable packages on systems which support such things, like Windows.Cabal9The directories where we will install files for packages.We have several different directories for different types of files since many systems have conventions whereby different types of files in a package are installed in different directories. This is particularly the case on Unix style systems.Cabalforeign librariesCabal5Substitute the install dir templates into each other.To prevent cyclic substitutions, only some variables are allowed in particular dir templates. If out of scope vars are present, they are not substituted for. Checking for any remaining unsubstituted vars can be done as a subsequent operation.-The reason it is done this way is so that in  we can replace  with the  and get resulting s that still have the  in them. Doing this makes it each to check which paths are relative to the $prefix.CabalConvert from abstract install directories to actual absolute ones by substituting for all the variables in the abstract paths, to get real absolute path.CabalCheck which of the paths are relative to the installation $prefix.If any of the paths are not relative, ie they are absolute paths, then it prevents us from making a relocatable package (also known as a "prefix independent" package).Cabal Convert a  to a  including any template vars.Cabal7Convert back to a path, any remaining vars are includedCabal=The initial environment has all the static stuff but no pathscabal-devel@haskell.orgportableNone CabalExtract the version number from the output of 'strip --version'.Invoking "strip --version" gives very inconsistent results. We ignore everything in parentheses (see #2497), look for the first word that starts with a number, and try parsing out the first two components of it. Non-GNU, non-LLVM strip( doesn't appear to have a version flag.Thomas Tuegel 2010BSD3cabal-devel@haskell.orgportable Safe-InferredCabalIf true, then children of this group may be run in parallel. Note that this setting is not inherited by children. In particular, consider a group F with "concurrently = False" that has some children, including a group T with "concurrently = True". The children of group T may be run concurrently with each other, as long as none are run at the same time as any of the direct children of group F.CabalA human-readable description of the option to guide the user setting it.CabalTry to set the named option to the given value. Returns an error message if the option is not supported or the value could not be correctly parsed; otherwise, a 5 with the option set to the given value is returned.Cabal5Descriptions of the options recognized by this test.Cabal0Users can select groups of tests by their tags.Cabal1A name for the test, unique within a test suite.CabalPerform the test.CabalCreate a named group of tests, which are assumed to be safe to run in parallel.++None9pCabalAn  is a , , etc. which is annotated with some other useful information that is useful for printing to users, etc.Invariant: if ann_id x == ann_id y, then ann_pid x == ann_pid y and ann_cname x == ann_cname y{NoneCabalStripped down version of LinkedComponent0 for things we don't need to know how to build.Cabal!The actual name of the component.Cabal7The actual name of the package. This may DISAGREE with pc_pkgid9 for internal dependencies: e.g., an internal component lib may be munged to  z-pkg-z-lib+, but we still want to use it when we see lib in  build-dependsCabalA promised component.!These components are promised to  configure but are not yet built.In other words this is  which doesn't yet exist.Cabal Convert an  into a *, which was brought into scope under the 0 (important for a package qualified reference.)NonepCabalDid this come from an entry in mixins", or was implicitly generated by  build-depends?CabalThis should always return ( or  CSubLibNameNone<a Cabal?The first five fields are common across all algebraic variants.CabalConvenience field, specifying whether or not this is the "public library" that has the same name as the package.CabalA list of exposed modules (either defined in this component, or reexported from another component.)CabalCompatibility "package name" that we register this component as.CabalCompatibility "package key" that we pass to older versions of GHC.Cabal7The internal dependencies which induce a graph on the 0 of this package. This does NOT coincide with  because it ALSO records 'build-tool' dependencies on executables. Maybe one day  cabal-install& will also handle these correctly too!CabalThe set of packages that are brought into scope during compilation, including a  which may used to hide or rename modules. This is what gets translated into  -package-id. arguments. This is a modernized version of ', which is kept around for BC purposes.CabalResolved internal and external package dependencies for this component. The  BuildInfo specifies a set of build dependencies that must be satisfied in terms of version ranges. This field fixes those dependencies to the specific versions available on this machine for this compiler.Cabal"How the component was instantiatedCabal:Is this an indefinite component (i.e. has unfilled holes)?Cabal The computed = which uniquely identifies this component. Might be hashed.Cabal The computed  of this component.CabalIt would be very convenient to store the literal Library here, but if we do that, it will get serialized (via the Binary) instance twice. So instead we just provide the ComponentName, which can be used to find the Component in the PackageDescription. NB: eventually, this will NOT uniquely identify the ComponentLocalBuildInfo. Safe-Inferred<None<CabalA  represents a promised library depended on and explicitly specified by the user/client with --promised-dependencyIt enables Cabal to know which  to associate with a libraryCabalA  represents a library depended on and explicitly specified by the user/client with  --dependencyIt enables Cabal to know which  to associate with a library  NoneCabalUsed as a placeholder in $Distribution.Backpack.ReadyComponentCabalUsed by cabal new-repl,  cabal new-run and cabal new-buildCabalUsed by  cabal new-run and cabal new-buildCabal with .  Safe-InferredCabalUsed by cabal-install to say we want to create a semaphore with N slots.CabalUsed by Cabal to indicate that we want to use this specific semaphore (created by cabal-install)CabalHow to control parallelism, e.g. a fixed number of jobs or by using a system semaphore.CabalCompile in parallel with the given number of jobs (`-jN` or `-j`).Cabal=`--semaphore`: use a system semaphore to control parallelism.CabalNo parallelism (neither `-jN` nor `--semaphore`, but could be `-j1`).Cabal>Determine if the parallelism strategy enables parallel builds.!None<CabalThe  contains all the information necessary to build a specific target (e.g., componentmodule4file) in a package. In principle, one can get the @ from a  and LocalBuildInfo, but it is much more convenient to have the component in hand." Safe-Inferred)* Cabal1Phantom-typed GADT representation of the mode of , containing no other data.CabalCabal Wrapper for |}Note$: This operation uses lazy I/O. Use  to force all data to be read and consequently the internal file handle to be closed.CabalRepresents either textual or binary data passed via I/O functions which support binary/text modeCabal2How Text gets encoded is usually locale-dependent.Cabal2Raw binary which gets read/written in binary mode.Cabal$Applies a function polymorphic over  to an  value.Cabal Test whether  is emptyCabal Wrapper for |~ and |This is the dual operation to ., and consequently the handle is closed with .Note: this performs lazy-IO.  # Safe-Inferred"Cabal Convert a  into a  ByteStringCabalA shorthand for building up s >>> JsonObject [ "a" .= JsonNumber 42, "b" .= JsonBool True ] JsonObject [("a",JsonNumber 42),("b",JsonBool True)]  $ Safe-InferredCCabalMonadic variant of  mapAccumL.% Safe-Inferred9…CabalA type to represent the unfolding of an expensive long running calculation that may fail (or maybe not expensive, but complicated!) We may get intermediate steps before the final result which may be used to indicate progress and/or logging messages.TODO: Apply Codensity to avoid left-associativity problem. See  4http://comonad.com/reader/2011/free-monads-for-less/ and http://blog.ezyang.com/2012/01/problem-set-the-codensity-transformation/CabalEmit a step and then continue.CabalFail the computation.Cabal Consume a  calculation. Much like  for lists but with two base cases, one for a final result and one for failure.Eg to convert into a simple  result use: $foldProgress (flip const) Left Right Safe-Inferred( Cabal"The internal data structure for a , which either records the representative element of an equivalence class, or a link to the . that actually stores the representative type.CabalA variable which can be unified; alternately, this can be thought of as an equivalence class with a distinguished representative.CabalMutable write to a CabalRead the current value of .Cabal2Create a fresh equivalence class with one element.Cabal)Flatten any chains of links, returning a 8 which points directly to the canonical representation.Cabal6Return the canonical element of an equivalence class .CabalUnify two equivalence classes, so that they share a canonical element. Keeps the descriptor of point2.Cabal5Test if two points are in the same equivalence class.& Safe-Inferred<kCabal  'Ian Lynagh 2007BSD3cabal-devel@haskell.orgportableNone< CabalIn  mode, we should not print anything unless an error occurs.Cabal&Print stuff we want to see by default.Cabal&Be more verbose about what's going on.CabalNot only are we verbose ourselves (perhaps even noisier than when being 3), but we tell everything we run to be verbose too.Cabal#Increase verbosity level, but stay  if we are.Cabal#Decrease verbosity level, but stay  if we are.CabalCombinator for transforming verbosity level while retaining the original hidden state.*For instance, the following property holdsisVerboseNoWrap (modifyVerbosity (max verbose) v) == isVerboseNoWrap vNote: you can use modifyVerbosity (const v1) v0 to overwrite v1's flags with v0 's flags.CabalNumeric verbosity level 0..3: 0 is , 3 is .Cabal/Turn on verbose call-site printing when we log.Cabal0Turn on verbose call-stack printing when we log.CabalTurn on -----BEGIN CABAL OUTPUT----- markers for output from Cabal (as opposed to GHC, or system dependent).CabalTurn off marking; useful for suppressing nondeterministic output.Cabal'Disable line-wrapping for log messages.CabalMark the verbosity as quiet.Cabal$Turn on timestamps for log messages.Cabal%Turn off timestamps for log messages.CabalSwitch logging to stderr.CabalSwitch logging to stdout.Cabal#Turn off warnings for log messages.Cabal,Helper function for flag enabling functions.Cabal-Helper function for flag disabling functions.CabalTurn off all flags.Cabal0Test if we should output call sites when we log.Cabal1Test if we should output call stacks when we log.Cabal!Test if we should output markets.Cabal3Test if line-wrapping is disabled for log messages.CabalTest if we had called  on the verbosity.Cabal0Test if we should output timestamps when we log.CabalTest if we should output to stderr when we log.Cabal.Test if we should output warnings when we log.Cabal+Helper function for flag testing functions.CabalParser verbosity-explicitEitherParsec parsecVerbosity "normal"Right (Verbosity {vLevel = Normal, vFlags = fromList [], vQuiet = False})6explicitEitherParsec parsecVerbosity "normal+nowrap "Right (Verbosity {vLevel = Normal, vFlags = fromList [VNoWrap], vQuiet = False})explicitEitherParsec parsecVerbosity "normal+nowrap +markoutput"Right (Verbosity {vLevel = Normal, vFlags = fromList [VNoWrap,VMarkOutput], vQuiet = False})explicitEitherParsec parsecVerbosity "normal +nowrap +markoutput"Right (Verbosity {vLevel = Normal, vFlags = fromList [VNoWrap,VMarkOutput], vQuiet = False})?explicitEitherParsec parsecVerbosity "normal+nowrap+markoutput"Right (Verbosity {vLevel = Normal, vFlags = fromList [VNoWrap,VMarkOutput], vQuiet = False})explicitEitherParsec parsecVerbosity "deafening+nowrap+stdout+stderr+callsite+callstack"Right (Verbosity {vLevel = Deafening, vFlags = fromList [VCallStack,VCallSite,VNoWrap,VStderr], vQuiet = False})Note:& this parser will eat trailing spaces.  (None )*/0136<>U>Cabal#A token constructor used to define = instances on types that involve existential quantification.CabalA wrapper used to pass evidence of a constraint as an explicit value.CabalThe rule command together with the result of the (optional) dynamic dependency computation.Cabal/Only the (optional) dynamic dependency command.CabalBoth the rule command and the (optional) dynamic dependency command.Cabal/The result of a dynamic dependency computation.CabalA dynamic dependency command.CabalA placeholder for a command that has been omitted, e.g. when we don't care about serialising/deserialising one particular command in a datatype.CabalCommands to execute a rule:6for a rule with static dependencies, a single command,for a rule with dynamic dependencies, a command for computing dynamic dependencies, and a command for executing the rule.Cabal*A rule with statically-known dependencies.CabalA  for arg.Cabal The command to execute the rule.CabalA  for the triple (depsArg,depsRes,arg).CabalThe command to execute the rule. It will receive the result of the dynamic dependency computation.CabalA dynamic dependency computation. The resulting dependencies will be injected into the build graph, and the result of the computation will be passed on to the command that executes the rule.Cabal>A rule with dynamic dependencies, which consists of two parts:a dynamic dependency computation, that returns additional edges to be added to the build graph together with an additional piece of data,the command to execute the rule itself, which receives the additional piece of data returned by the dependency computation.Cabal=Internal datatype used for commands, both for the Hooks API () and for the build system.CabalStatic evidence that the argument can be serialised and deserialised.Cabal6The (possibly dynamic) argument to pass to the action.Cabal)The (statically-known) action to execute.CabalA command consists of a statically-known action together with a (possibly dynamic) argument to that action.For example, the action can consist of running an executable (such as happy or c2hs), while the argument consists of the variable component of the command, e.g. the specific file to run happy on.Cabal>A static pointer (in user scope) or its key (in system scope).CabalA collection of s.Use the 1 smart constructor instead of directly using the  constructor.Rules are registered using  registerRule,2Monitored files or directories are declared using addRuleMonitors; a change in these will trigger the recomputation of all rules.The env type parameter represents an extra argument, which usually consists of information known to Cabal such as LocalBuildInfo and ComponentLocalBuildInfo.Cabal8Monad transformer for defining rules. Usually wraps the  monad, allowing IO actions to be performed using liftIO.Cabal'The environment within the monadic API.CabalMonad for constructing rules.Cabal)A reference to an output of another rule.Cabal%which particular output of that rule?Cabal)which rule's outputs are we referring to?CabalA dependency of a rule.Cabal*A dependency on an output of another rule.Cabal?A direct dependency on a file at a particular location on disk.This should not be used for files that are generated by other rules; use  instead.CabalA (fully resolved) location of a dependency or result of a rule, consisting of a base directory and of a file path relative to that base directory path.)In practice, this will be something like  dir (moduleNameSymbolicPath mod  . "hs") , where:for a file dependency, dir( is one of the Cabal search directories,for an output, dir is a directory such as autogenComponentModulesDir or componentBuildDir.CabalFile path relative to base directory (including file extension).CabalBase directory.CabalA rule consists of:%an action to run to execute the rule,-a description of the rule inputs and outputs.Use  or  to construct a rule, overriding specific fields, rather than directly using the  constructor.CabalPlease use the  or  smart constructors instead of this constructor, in order to avoid relying on internal implementation details.CabalResults of this rule.Cabal!Static dependencies of this rule.CabalTo run this rule, which s should we execute?Cabal-s are defined with rich types by the package.The build system only has a limited view of these; most data consists of opaque  ByteStrings.The 9 data-type describes which side of this divide we are on.CabalUser space (with rich types).Cabal.Build-system space (manipulation of raw data).CabalA unique identifier for a .CabalInternal function: create a  from a .Cabal A rule with static dependencies./Prefer using this smart constructor instead of  whenever possible.Cabal!A rule with dynamic dependencies./Prefer using this smart constructor instead of  whenever possible.Cabal6Get a (relative or absolute) un-interpreted path to a .CabalAn empty collection of rules.Cabal3Construct a collection of rules with a given label.3A label for the rules can be constructed using the static keyword, using the StaticPointers# extension. NB: separate calls to  should have different labels.Example usage: myRules :: Rules env myRules = rules (static ()) $ \ env -> do { .. } -- use the monadic API hereCabal2Internal function to create a collection of rules. API users should go through the  function instead.Cabal#Internal function: run the monadic * computations in order to obtain all the  s with their s.CabalConstruct a command./Prefer using this smart constructor instead of  whenever possible.CabalRun a .CabalProject out the (optional) dependency computation command, so that it can be serialised without serialising anything else.CabalObtain the (optional) + action that computes dynamic dependencies.CabalProject out the command for running the rule, passing in the result of the dependency computation if there was one.Cabal Obtain the  action that executes a rule.CabalSerialise and deserialise a raw ByteString, leaving it untouched.CabalSerialise/deserialise, always including the length of the payload.Cabal Trimmed down % instance, mostly for error messages.CabalWarning: this  instance is not commutative.Cabal)unique label for this collection of rulesCabalthe computation of rulesCabalrule namespaceCabalthe computation of rules)None)*6 CabalAN error involving the Rules in the  SetupHooks0 module of a package with the Hooks build-type.Cabal?There are cycles in the dependency graph of fine-grained rules.CabalWhen executing fine-grained rules compiled into the external hooks executable, we failed to find dependencies of a rule.CabalWhen executing fine-grained rules compiled into the external hooks executable, a rule failed to generate the outputs it claimed it would.CabalAn invalid reference to a rule output, e.g. an out-of-range index.Cabal A duplicate ( in the construction of pre-build rules.CabalAn error involving the  SetupHooks, module of a package with Hooks build-type.CabalCannot apply a diff to a component in a per-component configure hook.CabalAn error with pre-build rules.Cabalmissing dependenciesCabalmissing outputsCabalruleCabal dependencyCabaloutputs of dependencyCabalthe invalid index*)Isaac Jones 2006, Duncan Coutts 2007-2009cabal-devel@haskell.orgportableNone<CabalWhere a program was found. Also tells us whether it's specified by user or not. This includes not just the path, but the program as well.CabalThe user gave the path to this program, eg. --ghc-path=/usr/bin/ghc-6.6Cabal$The program was found automatically.CabalRepresents a program which has been configured and is thus ready to be run.(These are usually made by configuring a =, but if you have to construct one directly then start with  and override any extra fields.CabalIn addition to the  where the program was found, these are additional locations that were looked at. The combination of this found location and these not-found locations can be used to monitor to detect when the re-configuring the program might give a different result (e.g. found in a different location).CabalLocation of the program. eg. /usr/bin/ghc-6.4CabalA key-value map listing various properties of the program, useful for feature detection. Populated during the configuration step, key names depend on the specific program.CabalOverride environment variables for this program. These env vars will extend/override the prevailing environment of the current to form the environment for the new process.CabalOverride command-line args for this program. These flags will appear last on the command line, so they override all earlier flags.CabalDefault command-line args for this program. These flags will appear first on the command line, so they can be overridden by subsequent flags.Cabal,The version of this program, if it is known.CabalJust the name againCabalA specific dirCabalThe system defaultCabalA search path to use when locating executables. This is analogous to the unix $PATH or win32 %PATH% but with the ability to use the system default method for finding executables (findExecutable) which on unix is simply looking on the $PATH* but on win32 is a bit more complicated).The default to use is [ProgSearchPathDefault] but you can add extra dirs either before, after or instead of the default, e.g. here we add an extra dir to search after the usual ones. 8['ProgramSearchPathDefault', 'ProgramSearchPathDir' dir]We also use this path to set the environment when running child processes.The  ProgramDb is created with a ProgramSearchPath to which we prependProgramSearchPath to add the ones that come from cli flags and from configurations. Then each of the programs that are configured in the db inherits the same path as part of configureProgram.Cabal-Represents a program which can be configured.9Note: rather than constructing this directly, start with  simpleProgram and override any extra fields.CabalA function that filters any arguments that don't impact the output from a commandline. Used to limit the volatility of dependency hashes when using new-build.CabalA function to do any additional configuration after we have located the program (and perhaps identified its version). For example it could add args, or environment vars.CabalTry to find the version of the program. For many programs this is not possible or is not necessary so it's OK to return Nothing.CabalA function to search for the program if its location was not specified by the user. Usually this will just be a call to findProgramOnSearchPath.It is supplied with the prevailing search path which will typically just be used as-is, but can be extended or ignored as needed.For the purpose of change monitoring, in addition to the location where the program was found, it returns all the other places that were tried.Cabal'The simple name of the program, eg. ghcCabal&The full path of a configured program.Cabal/Suppress any extra arguments added by the user.CabalMake a simple . 2simpleConfiguredProgram "foo" (FoundOnSystem path)++(c) 2003-2005, Isaac Jones, Malcolm WallaceBSD3cabal-devel@haskell.orgportableNone1<>CabalA suffix (or file extension).Mostly used to decide which preprocessor to use, e.g. files with suffix "y" are usually processed by the "happy" build tool.Cabal>A command to run a given preprocessor on a single source file.The input and output file paths are passed in as arguments, as it is the build system and not the package author which chooses the location of source files.CabalThe interface to a preprocessor, which may be implemented using an external program, but need not be. The arguments are the name of the input file, the name of the output file and a verbosity level. Here is a simple example that merely prepends a comment to the given source file: ppTestHandler :: PreProcessor ppTestHandler = PreProcessor { platformIndependent = True, ppOrdering = \_ _ -> return, runPreProcessor = mkSimplePreProcessor $ \inFile outFile verbosity -> do info verbosity (inFile++" has been preprocessed to "++outFile) stuff <- readFile inFile writeFile outFile ("-- preprocessed as a test\n\n" ++ stuff) return ()We split the input and output file names into a base directory and the rest of the file name. The input base dir is the path in the list of search dirs that this file was found in. The output base dir is the build dir where all the generated source files are put.The reason for splitting it up this way is that some pre-processors don't simply generate one output .hs file from one input file but have dependencies on other generated files (notably c2hs, where building one .hs file may require reading other .chi files, and then compiling the .hs file may require reading a generated .h file). In these cases the generated files need to embed relative path names to each other (eg the generated .hs file mentions the .h file in the FFI imports). This path must be relative to the base directory where the generated files are located, it cannot be relative to the top level of the build tree because the compilers do not look for .h files relative to there, ie we do not use "-I .", instead we use "-I dist/build" (or whatever dist dir has been set by the user)Most pre-processors do not care of course, so mkSimplePreProcessor and runSimplePreProcessor functions handle the simple case.CabalThis function can reorder all modules, not just those that the require the preprocessor in question. As such, this function should be well-behaved and not reorder modules it doesn't have dominion over!Cabal2Location of the source file relative to a base dirCabal0Output file name, relative to an output base dir  ,NoneCabalNoLibraryFound has been downgraded to a warning, and is therefore no longer emitted.                   -...cabal-devel@haskell.orgportableNone CabalNo unliteration. Cabal  takes a filename (for error reports), and transforms the given string, to eliminate the literate comments from the program text.  None!x!CabalThe mutable counterpart of CabalThe mutable counterpart of .CabalThe mutable counterpart of a  ModuleSubst (not defined here).Cabal!An integer for uniquely labeling  nodes. We need these labels in order to efficiently serialize s into s (we use the label to check if any parent is the node in question, and if so insert a deBruijn index instead.) These labels must be unique across all s/$s which participate in unification!CabalA mutable version of # which can be imperatively unified.CabalA mutable version of # which can be imperatively unified.CabalContents of a mutable  reference.CabalContents of a mutable  reference.CabalA convenient alias for mutable references in the unification monad.CabalThe unification environment.CabalAccumulated errorsCabal0The package index for expanding unit identifiersCabalThe error reporting contextCabal'How verbose the error message should beCabalComponent id of the unit we're linking. We use this to detect if we fill a requirement with a local module, which in principle should be OK but is not currently supported by GHC.CabalThe set of requirements in scope. When a provision is brought into scope, we unify with the requirement at the same module name to fill it. This mapping grows monotonically.Cabal%A supply of unique integers to label  cells. This is used to determine loops in unit identifiers (which can happen with mutual recursion.)CabalThe unification monad, this monad encapsulates imperative unification.Cabal+Run a computation in the unification monad.CabalLift a computation from  monad to  monad. Internal use only.CabalImperatively read a .CabalImperatively write a .Cabal(Get the current unification environment.Cabal)Add a fixed message to the error context.CabalAdd a message to the error context. It may make monadic queries.CabalConversion of  ModuleSubst to CabalConversion of  to  ModuleSubstCabalReturns  if there is no a mutually recursive unit. | Otherwise returns a list of signatures instantiated by given .Cabal An empty .Cabal Convert a g into a ", so we can do unification on it.Cabal Convert a  to a .Cabal Convert a  to a Cabal Convert a  to a )None#,CabalGiven to scopes of provisions and requirements, link them together.CabalLink a list of possibly provided modules to a single requirement. This applies a side-condition that all of the provided modules at the same name are *actually* the same module.CabalImperatively unify two modules.None#N"None<#~None<# None<# Safe-Inferred$Z#Isaac Jones, Simon Marlow 2003-2004=BSD3 portions Copyright (c) 2007, Galois Inc.cabal-devel@haskell.orgportableNone )*13d CabalAdvanced options for   and  . CabalKeep temporary files?Cabal/When should we output the marker? Things like die always get marked, but a 5 will only be output if we're not a quiet verbosity.CabalWhen should we emit the call stack? We always emit for internal errors, emit the trace for errors when we are in verbose mode, and otherwise only emit it if explicitly asked for using the  +callstack# verbosity flag. (At the moment,  is not used. CabalCabal Git information. Only filled in if built in a Git tree in development mode and Template Haskell is available.CabalTag an = whose error string should be output to the screen verbatim.Cabal Check if an % should be output verbatim to screen.Cabal Create a ) whose error text will be output verbatimCabalPrefixing a message to indicate that it is a fatal error, if the  is not already present.Cabal4A prefix indicating that a message is a fatal error.Cabal.Prefix an error string with program name from Cabal,Annotate an error string with timestamp and . CabalGiven a block of IO code that may raise an exception, annotate it with the metadata from the current scope. Use this as close to external code that raises IO exceptions as possible, since this function unconditionally wraps the error message with a trace (so it is NOT idempotent.)Cabal2A semantic editor for the error message inside an .Cabal'A lens for the error message inside an .CabalBC wrapper around .Cabal Depending on , set the output handle to  or . CabalNon fatal conditions that may be indicative of an error or problem.We display these at the  verbosity level. CabalLike  , but prepend Error: @ instead of  Warning: @ before the the message. Useful when you want to highlight the condition is an error but do not want to quit the program yet.Cabal%Warning message, with a custom label. CabalUseful status messages.We display these at the  verbosity level.This is for the ordinary helpful status messages that users see. Just enough information to know that things are working but not floods of detail. CabalDisplay a message at ( verbosity level, but without wrapping. CabalPretty-print a  status message at : verbosity level. Use this if you need fancy formatting. CabalDisplay a "setup status message". Prefer using setupMessage' if possible. Cabal,More detail on the operation of some action.6We display these messages when the verbosity level is  Cabal'Detailed internal debugging information6We display these messages when the verbosity level is  Cabal A variant of   that doesn't perform the automatic line wrapping. Produces better output in some cases. CabalPerform an IO action, catching any IO exceptions and printing an error if one occurs. Cabal!Run an IO computation, returning e- if it raises a "file does not exist" error.CabalWraps text unless the +nowrap verbosity flag is activeCabalPrepends a timestamp if  +timestamp verbosity flag is setThis is used by  CabalWrap output with a marker if  +markoutput verbosity flag is set.NB: Why is markoutput done with start/end markers, and not prefixes? Markers are more convenient to add (if we want to add prefixes, we have to  and then ; here's it's just some concatenates). Note that even in the prefix case, we can't guarantee that the markers are unambiguous, because some of Cabal's output comes straight from external programs, where we don't have the ability to interpose on the output.This is used by CabalAppend a trailing newline to a string if it does not already have a trailing newline.Cabal8Prepend a call-site and/or call-stack based on VerbosityCabalDetermine if we should emit a call stack. If we trace, it also emits any prefix we should append.Cabal/Add all necessary metadata to a logging message Cabal/Add all necessary metadata to a logging message Cabal7Append a call-site and/or call-stack based on Verbosity CabalHelper to use with one of the  rawSystem? variants, and exit unless the command completes successfully.CabalLog a command execution (that's typically about to happen) at info level, and log working directory and environment overrides at debug level if specified. CabalExecute the given command with the given arguments, exiting with the same exit code if the command fails. CabalExecute the given command with the given arguments, returning the command's exit code. CabalExecute the given command with the given arguments, returning the command's exit code.!Create the process argument with  m* to ensure consistent options with other  rawSystem functions in this module. CabalExecute the given command with the given arguments, returning the command's exit code. action is executed while the command is running, and would typically be used to communicate with the process through pipes.!Create the process argument with  m* to ensure consistent options with other  rawSystem functions in this module. CabalfromJust for dealing with 'Maybe Handle' values as obtained via l. Creating a pipe using  CreatePipe guarantees a $ value for the corresponding handle. CabalExecute the given command with the given arguments and environment, exiting with the same exit code if the command fails. CabalLike  ", but setting a working directory. CabalExecute the given command with the given arguments, returning the command's exit code.Optional arguments allow setting working directory, environment and input and output handles. CabalExecute the given command with the given arguments, returning the command's exit code. action is executed while the command is running, and would typically be used to communicate with the process through pipes.Optional arguments allow setting working directory, environment and input and output handles. CabalExecute the given command with the given arguments, returning the command's output. Exits if the command exits with error.9Provides control over the binary/text mode of the output. CabalExecute the given command with the given arguments, returning the command's output, errors and exit code.Optional arguments allow setting working directory, environment and command input.Provides control over the binary/text mode of the input and output. Cabal#Ignore SIGPIPE in a subcomputation. CabalLook for a program and try to find it's version number. It can accept either an absolute path or the name of a program binary, in which case we will look for the program on the path. CabalLike the Unix xargs program. Useful for when we've got very long command lines that might overflow an OS limit on command line length and so you need to invoke a command multiple times to get all the args in.Use it with either of the rawSystem variants above. For example: xargs (32*1024) (rawSystemExit verbosity) prog fixedArgs bigArgs CabalFind a file by looking in a search path. The file path must match exactly. CabalFind a file by looking in a search path. The file path must match exactly. CabalFind a file by looking in a search path with one of a list of possible file extensions. The file base name should be given and it will be tried with each of the extensions in each element of the search path. CabalFind a file by looking in a search path with one of a list of possible file extensions. Cabal CabalLike   but returns which element of the search path the file was found in, and the file path relative to that base directory. CabalLike   but returns which element of the search path the file was found in, and the file path relative to that base directory. CabalFinds the files corresponding to a list of Haskell module names.As findModuleFile but for a list of module names. CabalFinds the files corresponding to a list of Haskell module names.As   but for a list of module names. Cabal5Find the file corresponding to a Haskell module name.This is similar to   but specialised to a module name. The function fails if the file corresponding to the module is missing. Cabal5Find the file corresponding to a Haskell module name.This is similar to   but specialised to a module name. The function fails if the file corresponding to the module is missing. Cabal9List all the files in a directory and all subdirectories.The order places files in sub-directories after all the files in their parent directories. The list is generated lazily so is not well defined if the source directory structure changes before the list is used. Cabal,Is this directory in the system search path? CabalCompare the modification times of two files to see if the first is newer than the second. The first file must exist but the second need not. The expected use case is when the second file is generated using the first. In this use case, if the result is True then the second file is out of date. CabalLike  -, but also checks that the first file exists. CabalSame as createDirectoryIfMissing% but logs at higher verbosity levels. CabalCopies a file without copying file permissions. The target file is created with default permissions. Any existing target file is replaced.3At higher verbosity levels it logs an info message. CabalInstall an ordinary file. This is like a file copy but the permissions are set appropriately for an installed file. On Unix it is "-rw-r--r--" while on Windows it uses the default permissions for the target directory. CabalInstall an executable file. This is like a file copy but the permissions are set appropriately for an installed file. On Unix it is "-rwxr-xr-x" while on Windows it uses the default permissions for the target directory. CabalInstall a file that may or not be executable, preserving permissions. CabalGiven a relative path to a file, copy it to the given directory, preserving the relative path and creating the parent directories if needed. CabalGiven a relative path to a file, copy it to the given directory, preserving the relative path and creating the parent directories if needed.CabalCommon implementation of  ,  ,   and  . CabalCopies a bunch of files to a target directory, preserving the directory structure in the target location. The target directories are created if they do not exist.The files are identified by a pair of base directory and a path relative to that base. It is only the relative part that is preserved in the destination. For example: copyFiles normal "dist/src" [("", "src/Foo.hs"), ("dist/build/", "src/Bar.hs")]This would copy "src/Foo.hs" to "dist/src/src/Foo.hs" and copy "dist/build/src/Bar.hs" to "dist/src/src/Bar.hs".This operation is not atomic. Any IO failure during the copy (including any missing source files) leaves the target in an unknown state so it is best to use it with a freshly created directory so that it can be simply deleted if anything goes wrong. Cabal This is like   but uses  . Cabal This is like   but uses  . Cabal This is like   but uses  . CabalThis installs all the files in a directory to a target location, preserving the directory layout. All the files are assumed to be ordinary rather than executable files. Cabal?Recursively copy the contents of one directory to another path. CabalLike ., but also checks that the file is executable. Cabal3Use a temporary filename that doesn't already exist Cabal4Use a temporary filename that doesn't already exist. Cabal A version of   that additionally takes a   argument. Cabal%Create and use a temporary directory.Creates a new temporary directory inside the given directory, making use of the template. The temp directory is deleted after use. For example: >withTempDirectory verbosity "src" "sdist." $ \tmpDir -> do ...The tmpDir: will be a new subdirectory of the given directory, e.g.  src/sdist.342. Cabal%Create and use a temporary directory.Creates a new temporary directory inside the given directory, making use of the template. The temp directory is deleted after use. For example: >withTempDirectory verbosity "src" "sdist." $ \tmpDir -> do ...The tmpDir: will be a new subdirectory of the given directory, e.g.  src/sdist.342. Cabal A version of   that additionally takes a   argument. Cabal A version of   that additionally takes a   argument. CabalWrite a file but only if it would have new content. If we would be writing the same as the existing content then leave the file as is so that we do not update the file's modification time.NB: Before Cabal-3.0 the file content was assumed to be ASCII-representable. Since Cabal-3.0 the file is assumed to be UTF-8 encoded. CabalSame as   but for  ByteStrings. Cabal"Drop the extension if it's one of   , or return the path unchanged. CabalList of possible executable file extensions on the current build platform. CabalPackage description file (pkgname.cabal$) in the current working directory. CabalFind a package description file in the given directory. Looks for .cabal files. CabalLike   , but calls die in case of error. CabalFind auxiliary package information in the given directory. Looks for  .buildinfo files. CabalstripCommonPrefix xs ys gives you ys without the common prefix with xs. Cabal.a description of the action we were attemptingCabalthe action itself CabalNew working dir or inheritCabalNew environment or inheritCabalstdinCabalstdoutCabalstderr CabalNew working dir or inheritCabalNew environment or inheritCabal7action to perform after process is created, but before waitForProcess.CabalstdinCabalstdoutCabalstderr CabalProgram locationCabal ArgumentsCabalNew working dir or inheritCabalNew environment or inheritCabalinput text and binary modeCabaliodata mode, acts as proxyCabaloutput, errors, exit Cabal version argsCabal8function to select version number from program outputCaballocation Cabalworking directoryCabalsearch directoriesCabal File Name Cabalsearch directoriesCabal File Name Cabalworking directoryCabal extensionsCabalrelative search locationsCabalbasename Cabal"build prefix (location of objects)Cabalsearch suffixesCabalmodules Cabal"build prefix (location of objects)Cabalsearch suffixesCabalmodules Cabal"build prefix (location of objects)Cabalsearch suffixesCabalmodule Cabal"build prefix (location of objects)Cabalsearch suffixesCabalmodule CabalCreate its parents too? CabalFile name template. See . CabalFile name template. See . CabalFile name template. See . CabalWorking directory CabalWorking directory Cabalpackage directory Cabaldirectory in which to look CabalWorking directoryCabalDirectory to searchCabaldir/pkgname .buildinfo , if present~}  !     ~  }     ! .None<lX Cabal%NubListR : A right-biased version of   . That is +toNubListR ["-XNoFoo", "-XFoo", "-XNoFoo"] will result in ["-XFoo", "-XNoFoo"], unlike the normal  ), which is left-biased. Built on top of  and . CabalNubList : A de-duplicated list that maintains the original order. Cabal'Smart constructor for the NubList type. Cabal7Lift a function over lists to a function over NubLists.Cabal1Helper used by NubList/NubListR's Read instances. Cabal(Smart constructor for the NubListR type. Cabal8Lift a function over lists to a function over NubListRs. Cabal>Binary instance for 'NubList a' is the same as for '[a]'. For 6, we just pull off constructor and put the list. For , we get the list and make a   out of it using  . CabalMonoid operations on NubLists. For a valid Monoid instance we need to satisfy the required monoid laws; identity, associativity and closure.'Identity : by inspection: mempty  NubList xs == NubList xs  mempty1Associativity : by inspection: (NubList xs  NubList ys)  NubList zs == NubList xs  (NubList ys  NubList zs)Closure : appending two lists of type a and removing duplicates obviously does not change the type.  /Nonen| CabalThe 4 monad with specialized logging and error messages. CabalRun  !, outputting traces according to , die if there is an error. Cabal"Output a warning trace message in  . Cabal)Output an informational trace message in  . Cabal+Fail the computation with an error message.Cabal:Format a message with context. (Something simple for now.) Cabal+Add a message to the error/warning context.  0Duncan Coutts 2009cabal-devel@haskell.orgportableNone)*1u Cabal7Represents a specific invocation of a specific program.This is used as an intermediate type between deciding how to call a program and actually doing it. This provides the opportunity to the caller to adjust how the program will be called. These invocations can either be run directly or turned into shell or batch scripts. Cabal6TODO: remove this, make user decide when constructing  . CabalReturn the current environment extended with the given overrides. If an entry is specified twice in  overrides%, the second entry takes precedence. getEffectiveEnvironment returns  when there are no overrides. It returns an argument that is suitable to pass directly to  CreateProcess to override the environment. If you need the full environment to manipulate further, even when there are no overrides, then call  . CabalLike  , but when no overrides are specified, returns the full environment instead of . CabalLike the unix xargs program. Useful for when we've got very long command lines that might overflow an OS limit on command line length and so you need to invoke a command multiple times to get all the args in.It takes four template invocations corresponding to the simple, initial, middle and last invocations. If the number of args given is small enough that we can get away with just a single invocation then the simple one is used:  $ simple argsIf the number of args given means that we need to use multiple invocations then the templates for the initial, middle and last invocations are used: $ initial args_0 $ middle args_1 $ middle args_2 ... $ final args_n  1Duncan Coutts 2009cabal-devel@haskell.orgportableNone)*wX CabalGenerate a system script, either POSIX shell script or Windows batch file as appropriate for the given system. Cabal5Generate a POSIX shell script that invokes a program. Cabal5Generate a Windows batch file that invokes a program.  2(c) Sergey Vinokurov 2017 BSD3-stylecabal-devel@haskell.orgNone1x\ Cabal Template for response file name.Cabal+Encoding to use for response file contents.Cabal$Arguments to put into response file.  3Thomas Tuegel 2011cabal-devel@haskell.orgportableNone1| Cabal%Invoke hpc with the given parameters.Prior to HPC version 0.7 (packaged with GHC 7.8), hpc did not handle multiple .mix paths correctly, so we print a warning, and only pass it the first path in the list. This means that e.g. test suites that import their library as a dependency can still work, but those that include the library modules directly (in other-modules) don't. CabalPath to .tix fileCabalPaths to .mix file directoriesCabal(Path where html output should be locatedCabal(List of modules to include in the reportCabalPath to .tix fileCabalPaths to .mix file directoriesCabal)Path where html output should be locatedCabalList of modules to include CabalPaths to .tix filesCabalPath to resultant .tix fileCabal%List of modules to exclude from unionCabalPaths to .tix filesCabalPath to resultant .tix fileCabal%List of modules to exclude from union  4Duncan Coutts 2013cabal-devel@haskell.orgportableNone CabalAdds some paths to the PATH entry in the key-value environment provided or if there is none, looks up $PATH in the real environment. Cabal Interpret a  to construct a new $PATH env var. Note that this is close but not perfect because on Windows the search algorithm looks at more than just the %PATH%. Cabal=Get the system search path. On Unix systems this is just the $PATH6 env var, but on windows it's a bit more complicated. CabalMake a simple named program.By default we'll just search for it in the path and not try to find the version name. You can override these behaviours if necessary, eg: (simpleProgram "foo") { programFindLocation = ... , programFindVersion ... }   5(c) David Himmelstrup 2005, Bjorn Bringert 2007, Duncan Coutts 2008-2009cabal-devel@haskell.orgportableNone<!Cabal(We maintain the invariant that, for any =, there is only one instance of the package in our database. Cabal)The default package index which contains InstalledPackageInfo. Normally use this. Cabal>The collection of information about packages from one or more  PackageDB8s. These packages generally should have an instance of -Packages are uniquely identified in by their , they can also be efficiently looked up by package name or by name and version. Cabal*Build an index out of a bunch of packages.If there are duplicates by $ then later ones mask earlier ones. CabalMerge two indexes.Packages from the second mask packages from the first if they have the exact same ."For packages with the same source , packages from the second are "preferred" over those from the first. Being preferred means they are top result when we do a lookup by source . This is the mechanism we use to prefer user packages over global packages. Cabal(Inserts a single package into the index.8This is equivalent to (but slightly quicker than) using  or   with a singleton index. Cabal2Removes a single installed package from the index. Cabal&Removes all packages with this source  from the index. CabalRemoves all packages with this (case-sensitive) name from the index.9NB: Does NOT delete internal libraries from this package. Cabal$Get all the packages from the index. Cabal$Get all the packages from the index.4They are grouped by package name (case-sensitively).$(Doesn't include private libraries.) Cabal$Get all the packages from the index.They are grouped by source package id (package name and version).#(Doesn't include private libraries) Cabal$Get all the packages from the index.7They are grouped by source package id and library name.%This DOES include internal libraries. Cabal!Does a lookup by unit identifier..Since multiple package DBs mask each other by (, then we get back at most one package. CabalDoes a lookup by component identifier. In the absence of Backpack, this is just a  . Cabal4Does a lookup by source package id (name & version).>There can be multiple installed packages with the same source  but different . They are returned in order of preference, with the most preferred first. CabalConvenient alias of  0, but assuming only one package per package ID. Cabal%Does a lookup by source package name. Cabal6Does a lookup by source package name and library name. Also looks up internal packages. Cabal=Does a lookup by source package name and a range of versions.We get back any number of versions of the specified package name, all satisfying the version range constraint.This does NOT work for internal dependencies, DO NOT use this function on those; use   instead.INVARIANT: List of eligible  is non-empty. Cabal=Does a lookup by source package name and a range of versions.We get back any number of versions of the specified package name, all satisfying the version range constraint.INVARIANT: List of eligible  is non-empty. CabalFilter a set of installed packages to ones eligible as dependencies.When we select for dependencies, we ONLY want to pick up indefinite packages, or packages with no instantiations. We'll do mix-in linking to improve any such package into an instantiated one later.INVARIANT: List of eligible  is non-empty. Cabal2Get eligible dependencies from a list of versions.)This can be used to filter the output of   or  .INVARIANT: List of eligible  is non-empty. Cabal/Does a case-insensitive search by package name.If there is only one package that compares case-insensitively to this name then the search is unambiguous and we get back all versions of that package. If several match case-insensitively but one matches exactly then it is also unambiguous.If however several match case-insensitively and none match exactly then we have an ambiguous result, and we get back all the versions of all the packages. The list of ambiguous results is split by exact package name. So it is a non-empty list of non-empty lists. Cabal9Does a case-insensitive substring search by package name.That is, all packages that contain the given string in their name. Cabal CabalFind if there are any cycles in the dependency graph. If there are no cycles the result is [].This actually computes the strongly connected components. So it gives us a list of groups of packages where within each group they all depend on each other, directly or indirectly. CabalAll packages that have immediate dependencies that are not in the index.Returns such packages along with the dependencies that they're missing. CabalTries to take the transitive closure of the package dependencies.If the transitive closure is complete then it returns that subset of the index. Otherwise it returns the broken packages as in  .Note that if the result is Right []3 it is because at least one of the original given s do not occur in the index. CabalTakes the transitive closure of the packages reverse dependencies. The given s must be in the index. Cabal+Builds a graph of the package dependencies.Dependencies on other packages that are not in the index are discarded. You can check if there are any such dependencies with  . CabalGiven a package index where we assume we want to use all the packages (use   if you need to get such a index subset) find out if the dependencies within it use consistent versions of each package. Return all cases where multiple packages depend on different versions of some other package.Each element in the result is a package name along with the packages that depend on it and the versions they require. These are guaranteed to be distinct. Cabal7A rough approximation of GHC's module finder, takes a   and turns it into a map from module names to their source packages. It's used to initialize the  build-deps field in  cabal init.& & 6Isaac Jones 2003-2005BSD3cabal-devel@haskell.orgportableNone1DCabal3Helper combinator to do parsing plumbing for files.Given a parser and a filename, return the parse of the file, after checking if the file exists.:Argument order is chosen to encourage partial application.CabalCollapse duplicate experimental feature warnings into single warning, with a count of further sites Cabalworking directoryCabal#File contents to final value parserCabalVerbosity levelCabalWorking directoryCabal File to read Cabal#File contents to final value parserCabalVerbosity levelCabal File name  7#Isaac Jones, Simon Marlow 2003-2004=BSD3 portions Copyright (c) 2007, Galois Inc.cabal-devel@haskell.orgportableNone19 Cabal$The glob matched the value supplied. CabalThe glob did not match the value supplied because the cabal-version is too low and the extensions on the file did not precisely match the glob's extensions, but rather the glob was a proper suffix of the file's extensions; i.e., if not for the low cabal-version, it would have matched. CabalThe glob couldn't match because the directory named doesn't exist. The directory will be as it appears in the glob (i.e., relative to the directory passed to  4, and, for 'data-files', relative to 'data-dir').  CabalThe glob matched a directory when we were looking for files only. It didn't match a file!  CabalMatch a  against the file system, starting from a given root directory. The results are all relative to the given root. Cabal6Match a globbing pattern against a file path component  Cabal#Extract the matches from a list of  s.Note: throws away the   results; chances are that you want to check for these and error out if any are present. Cabal This will die' when the glob matches no files, or if the glob refers to a missing directory, or if the glob fails to parse.The Version argument must be the spec version of the package description being processed, as globs behave slightly differently in different spec versions. The first  argument is the directory that the glob is relative to. It must be a valid directory (and hence it can't be the empty string). The returned values will not include this prefix. The second  is the glob itself. CabalLike   but with customizable die Cabal?Match files against a pre-parsed glob, starting in a directory.The Version argument must be the spec version of the package description being processed, as globs behave slightly differently in different spec versions.The  argument is the directory that the glob is relative to. It must be a valid directory (and hence it can't be the empty string). The returned values will not include this prefix. CabalIs the root of this relative glob path a directory-recursive wildcard, e.g. **/*.txt ?Cabal>Check how the string matches the glob under this cabal version CabalHow/does the glob match the given filepath, according to the cabal version? Since this is pure, we don't make a distinction between matching on directories or files (i.e. this function won't return  ) CabalIf the glob we are running should care about the cabal spec, and warnings such as  , then this should be the version. If you want to run a glob but don't care about any of the cabal-spec restrictions on globs, use !  Francesco Ariis 2022BSD3cabal-devel@haskell.orgportableNoneDCabal,Check monad, carrying a context, collecting s. Using Set for writer (automatic sort) is useful for output stability on different platforms. It is nothing more than a monad stack with Reader+Writer. m; is the monad that could be used to do package/file checks.Cabal:A collection os names, shipping tuples around is annoying.Cabal collects contextual information on the target we are realising: a buildup of the various slices of the target (a library, executable, etc. @ is a monoid) whether we are under an off-by-default package flag.CabalContext to perform checks (will be the Reader part in your monad).CabalA record of operations needed to check contents *of the work tree* (compare it with  ). This is still m abstracted in case in the future we can obtain the same infos other than from IO (e.g. a VCS work tree). CabalA record of operations needed to check the contents of packages. Abstracted over m< to provide flexibility (could be IO, a .tar.gz file, etc).CabalWhich interface to we have available/should we use? (to perform: pure checks, package checks, pre-distribution checks.)CabalCreates a pristing . With pristine we mean everything that can be deduced by GPD but *not* user flags information.CabalAdds useful bits to  (as now, whether we are operating under a user off-by-default flag).CabalInit names from a GPD.CabalExecute a CheckM monad, leaving `m [PackageCheck]` which can be run in the appropriate m environment (IO, pure, @).CabalAs  but always succeeding.Cabal4Add a package warning withoutu performing any check.Cabal!Lift a monadic computation to CM.CabalLift a monadic action via an interface. Missing interface, no action.CabalMost basic check function. You do not want to export this, rather export @smart@ functions (checkP, checkPkg) to enforce relevant properties.Cabal0Pure check not requiring IO or other interfaces.CabalGeneralised version for checks that need an interface. We pass a Reader accessor to such interface @i@, a check function.CabalAs , but - does not depend on the monadic computation.Caballocal( (from Control.Monad.Reader) for CheckM.Cabalask( (from Control.Monad.Reader) for CheckM. +Lennart Kolmodin 2008, Francesco Ariis 2023BSD3cabal-devel@haskell.orgportableNoneCabalnf function is needed to appropriately name some targets which need to be spoonfed (otherwise name appears as "").Cabal)We @build up@ target from various slices.CabalBefore walking a target , we need to annotate it with information relevant to the checks (read TaraAnn and  doc for more info).CabalA conditional target is a library, exe, benchmark etc., destructured in a CondTree. Traversing method: we render the branches, pass a relevant context, collect checks.Cabal7Condvar checking (misspelled OS in if conditions, etc).Francesco Ariis 2022BSD3cabal-devel@haskell.orgportableNoneCabal.cabal field we are referring to. As now it is just a synonym to help reading the code, in the future it might take advantage of typification in Cabal-syntax. 8Isaac Jones 2003-2004BSD3cabal-devel@haskell.orgportableNone19:;<N+ CabalSome compilers (notably GHC) support profiling and can instrument programs so the system can account costs to different functions. There are different levels of detail that can be used for this accounting. For compilers that do not support this notion or the particular detail levels, this is either ignored or just capped to some similar level they do support. CabalSome compilers support emitting debug info. Some have different levels. For compilers that do not the level is just capped to the level they do support. CabalSome compilers support optimising. Some have different levels. For compilers that do not the level is just capped to the level they do support. CabalWe typically get packages from several databases, and stack them together. This type lets us be explicit about that stacking. For example typical stacks include: [GlobalPackageDB] [GlobalPackageDB, UserPackageDB] [GlobalPackageDB, SpecificPackageDB "package.conf.inplace"]Note that the   is invariably at the bottom since it contains the rts, base and other special compiler-specific packages.We are not restricted to using just the above combinations. In particular we can use several custom package dbs and the user package db together.>When it comes to writing, the top most (last) package is used. CabalSome compilers have a notion of a database of available packages. For some there is just one global db of packages, other compilers support a per-user or an arbitrary db specified at some location in the file system. This can be used to build isolated environments of packages, for example to build a collection of related packages without installing them globally.Abstracted over Cabal6NB: the path might be relative or it might be absolute Cabal?A key-value map for properties not covered by the above fields. CabalSupported extensions. CabalSupported language standards. CabalOther implementations that this compiler claims to be compatible with. CabalTag for distinguishing incompatible ABI's on the same architecture/os. CabalCompiler flavour and version. CabalIs this compiler compatible with the compiler flavour we're interested in?For example this checks if the compiler is actually GHC or is another compiler that claims to be compatible with some version of GHC, e.g. GHCJS. 6if compilerCompatFlavor GHC compiler then ... else ... CabalIs this compiler compatible with the compiler flavour we're interested in, and if so what version does it claim to be compatible with.For example this checks if the compiler is actually GHC-7.x or is another compiler that claims to be compatible with some GHC-7.x version. case compilerCompatVersion GHC compiler of Just (Version (7:_)) -> ... _ -> ... CabalReturn the package that we should register into. This is the package db at the top of the stack. CabalMake package paths absolute CabalTransform a package db using a FilePath into one using symbolic paths. CabalFor the given compiler, return the extensions it does not support. CabalFor the given compiler, return the flags for the supported extensions.CabalLooks up the flag for a given extension, for a given compiler. Ignores the subtlety of extensions which lack associated flags.CabalLooks up the flag for a given extension, for a given compiler. However, the extension may be valid for the compiler but not have a flag. For example, NondecreasingIndentation is enabled by default on GHC 7.0.4, hence it is considered a supported extension but not an accepted flag.The outer layer of Maybe indicates whether the extensions is supported, while the inner layer indicates whether it has a flag. When building strings, it is often more convenient to use  , which ignores the difference. Cabal0Does this compiler support parallel --make mode? Cabal.Does this compiler support reexported-modules? Cabal>Does this compiler support thinning/renaming on package flags? Cabal:Does this compiler have unified IPIDs (so no package keys) Cabal(Does this compiler support package keys? Cabal$Does this compiler support unit IDs? Cabal$Does this compiler support Backpack? Cabal,Does this compiler support the -jsem option? CabalDoes the compiler support the -reexported-modules "A as B" syntax CabalDoes this compiler support a package database entry with: "dynamic-library-dirs"? CabalDoes this compiler's "ar" command supports response file arguments (i.e. @file-style arguments). CabalDoes this compiler's "ar" command support llvm-ar's -L flag, which compels the archiver to add an input archive's members rather than adding the archive itself. Cabal4Does this compiler support Haskell program coverage? Cabal%Does this compiler support profiling?CabalReturns Just if we can certainly determine whether a way is supported if we don't know, return Nothing CabalEither profiling is definitely supported or we don't know (so assume it is) Cabal4Is the compiler distributed with profiling libraries Cabal= 7.6 uses the '-package-db' flag. See  0https://gitlab.haskell.org/ghc/ghc/-/issues/5977.CabalSplit a list of command-line arguments into RTS arguments and non-RTS arguments. Cabal-with-repl argument <)Isaac Jones 2006, Duncan Coutts 2007-2009cabal-devel@haskell.orgportableNone9 CabalThe default list of programs. These programs are typically used internally to Cabal.  =)Isaac Jones 2006, Duncan Coutts 2007-2009cabal-devel@haskell.orgportableNone* CabalThe configuration is a collection of information about programs. It contains information both about configured programs and also about programs that we are yet to configure.The idea is that we start from a collection of unconfigured programs and one by one we try to configure them at which point we move them into the configured collection. For unconfigured programs we record not just the  but also any user-provided arguments and location for the program. CabalThe / and 1 instances do not preserve all the unconfigured Programs because  is not in / because it contains functions. So to fully restore a deserialised  . use this function to add back all the known s.It does not add the default programs, but you probably want them, use  ) in addition to any extra you might need. Cabal/Add a known program that we may configure later CabalGet the current  used by the  . This is the default list of locations where programs are looked for when configuring them. This can be overridden for specific programs (with  ), and specific known programs can modify or ignore this search path in their own configuration code. CabalChange the current  used by the  . This will affect programs that are configured from here on, so you should usually set it before configuring any programs. CabalModify the current  used by the  . This will affect programs that are configured from here on, so you should usually modify it before configuring any programs. CabalModify the current  used by the  ) by prepending the provided extra paths.'Logs the added paths in info verbosity.(Prepends environment variable overrides. CabalUser-specify this path. Basically override any path information for this program in the configuration. If it's not a known program ignore it. CabalUser-specify the arguments for this program. Basically override any args information for this program in the configuration. If it's not a known program, ignore it.. CabalLike  ) but for a list of progs and their paths. CabalLike  ( but for a list of progs and their args.CabalGet the path that has been previously specified for a program, if any. CabalGet any extra args that have been previously specified for a program. Cabal Try to find a configured program Cabal Try to find a configured program Cabal,Update a configured program in the database. CabalList all configured programs. CabalTry to configure a specific program and add it to the program database.If the program is already included in the collection of unconfigured programs, then we use any user-supplied location and arguments. If the program gets configured successfully, it gets added to the configured collection.Note that it is not a failure if the program cannot be configured. It's only a failure if the user supplied a location and the program could not be found at that location.The reason for it not being a failure at this stage is that we don't know up front all the programs we will need, so we try to configure them all. To verify that a program was actually successfully configured use  . CabalTry to configure a specific program. If the program is already included in the collection of unconfigured programs then we use any user-supplied location and arguments.Cabal$Configure a bunch of programs using   . Just a . CabalUnconfigure a program. This is basically a hack and you shouldn't use it, but it can be handy for making sure a   actually reconfigures. CabalTry to configure all the known programs that have not yet been configured. Cabalreconfigure a bunch of programs given new user-specified args. It takes the same inputs as   and  - and for all progs with a new path it calls  . Cabal;Check that a program is configured and available to be run.It raises an exception if the program could not be configured, otherwise it returns the configured program. Cabal;Check that a program is configured and available to be run. It returns 9 if the program couldn't be configured, or is not found. Cabal;Check that a program is configured and available to be run.Additionally check that the program version number is suitable and return it. For example you could require  AnyVersion or  (" [1,0] [])It returns the configured program, its version number and a possibly updated  . If the program could not be configured or the version is unsuitable, it returns an error value. CabalLike  , but raises an exception in case of error instead of returning 'Left errMsg'. Cabal4Note that this instance does not preserve the known s. See   for details. Cabal4Note that this instance does not preserve the known s. See   for details. Cabal4Note that this instance does not preserve the known s. See   for details. Cabal Program nameCabal"user-specified path to the program Cabal Program nameCabaluser-specified args) ) >)Isaac Jones 2006, Duncan Coutts 2007-2009cabal-devel@haskell.orgportableNone1Cabal"Runs the given configured program.Cabal"Runs the given configured program.Cabal6Runs the given configured program and gets the output.Cabal?Looks up the given program in the program database and runs it.Cabal?Looks up the given program in the program database and runs it.Cabal?Looks up the given program in the program database and runs it.Cabal?Looks up the given program in the program database and runs it.Cabal VerbosityCabalThe program to runCabalAny extra arguments to addCabal VerbosityCabalWorking directoryCabalThe program to runCabalAny extra arguments to addCabal VerbosityCabalThe program to runCabalAny extra arguments to addCabal verbosityCabalThe program to runCaballook up the program hereCabalAny extra arguments to addCabal verbosityCabalworking directoryCabalThe program to runCaballook up the program hereCabalAny extra arguments to addCabal verbosityCabalThe program to runCaballook up the program hereCabalAny extra arguments to addCabal verbosityCabalworking directoryCabalThe program to runCaballook up the program hereCabalAny extra arguments to add     ?cabal-devel@haskell.orgportableNone@Duncan Coutts 2007BSD3cabal-devel@haskell.org(non-portable (ExistentialQuantification)None)Cabalwraps a  CommandUI/ together with a function that turns it into a Command. By hiding the type of flags for the UI allows construction of a list of all UIs at the top level of the program. That list can then be used for generation of manual page as well as for executing the selected command.Cabal(Common flags that apply to every commandCabal Long command line option stringsCabal!Short command line option stringsCabalAn OptionField takes one or more OptDescrs, describing the command line interface for the field.CabalWe usually have a data type for storing configuration values, where every field stores a configuration option, and the user sets the value either via command line flags or a configuration file. An individual OptionField models such a field, and we usually build a list of options associated to a configuration data type.Cabal&All the Option fields for this commandCabalInitial / empty flagsCabal+Post-Usage notes and examples in help textsCabal;Additional explanation of the command to use in help texts.CabalA function that maps a program name to a usage summary for this command.CabalA short, one line description of the command to use in help texts.CabalThe name of the command as it would be entered on the command line. For example "build".CabalCreate an option taking a single OptDescr. No explicit Name is given for the Option, the name is the first LFlag given. Example:  sf lf d get set * sf": Short option name, for example: ['d']. No hyphen permitted. * lf!: Long option name, for example:  ["debug"]. No hyphens permitted. * d: Description of the option, shown to the user in help messages. * get(: Get the current value of the flag. * set: Set the value of the flag. Gets the current value of the flag as a parameter.CabalCreate an option taking several OptDescrs. You will have to give the flags and description individually to the OptDescr constructor.CabalCreate a string-valued command line interface. Usually called in the context of  or . Example:  ad mkflag showflagad&: Placeholder shown to the user, e.g. FILES+ if files are expected parameters.mkflag,: How to parse the argument into the option.showflag: If parsing goes wrong, display a useful error message to the user.CabalCreate a string-valued command line interface with a default value.Cabal!(String -> a) variant of "reqArg"Cabal!(String -> a) variant of "optArg"Cabalcreate a Choice optionCabalcreate a Choice option out of an enumeration type. As long flags, the Show output is used. As short flags, the first character which does not conflict with a previous one is used.CabalCabal:Show flags in the standard long option command line formatCabalThe help text for this command with descriptions of all the options.Cabal0Default "usage" documentation text for commands.CabalCreate "usage" documentation from a list of parameter configurations.CabalMake a Command from standard GetOpt options.Cabal'Parse a bunch of command line argumentsCabalMark command as hidden. Hidden commands don't show up in the 'progname help' or 'progname --help' output.CabalUtility function, many commands do not accept additional flags. This action fails with a helpful error message if the user supplies any extra.Cabal6Helper function for creating globalCommand descriptionCabalMkOptDescr constructors partially applied to flags and description.CabalnameCabalsynopsisCabalusage alternativesCabalinitial/empty flagsCabaloptionsCabal&Is the command a global or subcommand?8Isaac Jones 2003-2004 Duncan Coutts 2007BSD3cabal-devel@haskell.orgportableNone1<2vCabalA datatype that stores common flags for different invocations of a Setup, executable, e.g. configure, build, install.CabalWhen this flag is set, temporary files will be kept after building.Note: Keeping temporary files is important functionality for HLS, which runs  cabal repl with a fake GHC to get CLI arguments. It will need the temporary files (including multi unit repl response files) to stay, even after the  cabal repl command exits.Cabal3Which targets is this Setup invocation relative to?TODO: this one should not be here, it's just that the silly UserHooks stop us from passing extra info in other waysCabal"Which Cabal file to use (optional)CabalBuild directoryCabalWorking directory (optional)Cabal VerbosityCabalGet   that respect the  flag.CabalThe name of the directory where optional compilation artifacts go, such as ghc plugins and .hie files.CabalHelp text for test and bench commands.CabalFor each known program PROG in progDb , produce a  with-PROG .CabalLike *, but allows to customise the option name.CabalFor each known program PROG in progDb , produce a  PROG-option .CabalFor each known program PROG in progDb , produce a  PROG-options .CabalHelper function to split a string into a list of arguments. It's supposed to handle quoted things sensibly, eg: splitArgs "--foo=\"C:/Program Files/Bar/" --baz" = ["--foo=C:/Program Files/Bar", "--baz"] splitArgs "\"-DMSGSTR=\\\"foo bar\\\"\" --baz" = ["-DMSGSTR=\"foo bar\"","--baz"]CabalEither "test" or  "benchmark".Cabal Help text..8Isaac Jones 2003-2004 Duncan Coutts 2007BSD3cabal-devel@haskell.orgportableNone(1<3\8Isaac Jones 2003-2004 Duncan Coutts 2007BSD3cabal-devel@haskell.orgportableNone(1<4SCabal Flags to sdist: (snapshot, verbosity)8Isaac Jones 2003-2004 Duncan Coutts 2007BSD3cabal-devel@haskell.orgportableNone(1<48Isaac Jones 2003-2004 Duncan Coutts 2007BSD3cabal-devel@haskell.orgportableNone(1<6Cabal Flags to register and  unregister2: (user package, gen-script, in-place, verbosity)8Isaac Jones 2003-2004 Duncan Coutts 2007BSD3cabal-devel@haskell.orgportableNone(1<7 Cabal Flags to install: (package db, verbosity)8Isaac Jones 2003-2004 Duncan Coutts 2007BSD3cabal-devel@haskell.orgportableNone(1<78Isaac Jones 2003-2004 Duncan Coutts 2007BSD3cabal-devel@haskell.orgportableNone(1<=CabalhaddocksInterfaces is inferred by the haddocksAction%; currently not exposed to the user.Cabaloutput directory of combined haddocks, the default is './haddocks'Cabala shortcut option which builds documentation linked to hackage. It implies: * `--html-location=' 7https://hackage.haskell.org/package/$prg-$version/docs' * `--quickjump` * `--gen-index` * `--gen-contents` * `--hyperlinked-source`CabalGoverns whether modules from a given interface should be visible or hidden in the Haddock generated content page. We don't expose this functionality to the user, but simply use  for only local packages. Visibility of modules is available since haddock-2.26.1.Cabal9When we build haddock documentation, there are two cases: We build haddocks only for the current development version, intended for local use and not for distribution. In this case, we store the generated documentation in  distdochtml/ packagename.We build haddocks for intended for uploading them to hackage. In this case, we need to follow the layout that hackage expects from documentation tarballs, and we might also want to use different flags than for development builds, so in this case we store the generated documentation in  distdochtml/ packageid-docs.8Isaac Jones 2003-2004 Duncan Coutts 2007BSD3cabal-devel@haskell.orgportableNone1<?Cabal:Flags that apply at the top level, not to any sub-command.8Isaac Jones 2003-2004 Duncan Coutts 2007BSD3cabal-devel@haskell.orgportableNone(1<@Cabal Flags to copy6: (destdir, copy-prefix (backwards compat), verbosity) 8Isaac Jones 2003-2004 Duncan Coutts 2007BSD3cabal-devel@haskell.orgportableNone(1<R =Cabal Flags to  configure command.+IMPORTANT: every time a new flag is added,  should be updated. IMPORTANT: every time a new flag is added, it should be added to the Eq instanceCabalWhen this flag is set, all tools declared in `build-tool`s and `build-tool-depends` will be ignored. This allows a Cabal package with build-tool-dependencies to be built even if the tool is not found.CabalThe list of libraries to be included in the hpc coverage report for testsuites run with --enable-coverage. Notably, this list must exclude indefinite libraries and instantiations because HPC does not support backpack (Nov. 2023).CabalAllow depending on private sublibraries. This is used by external tools (like cabal-install) so they can add multiple-public-libraries compatibility to older ghcs by checking visibility externally.CabalWhether to use response files at all. They're used for such tools as haddock, or ld.CabalShould we dump available build information on build? Dump build information to disk before attempting to build, tooling can parse these files and use them to compile the source files themselves.CabalEmit debug info.Cabal Enable relocatable package builtCabalHalt and show an error message indicating an error in flag assignmentCabalAll direct dependencies and flags are provided on the command line by the user via the '--dependency' and '--flags' options.Cabal$Enable program coverage (deprecated)CabalEnable program coverageCabalEnable benchmark compilationCabalEnable test suite compilationCabalThe requested Backpack instantiation. If empty, either this package does not use Backpack, or we just want to typecheck the indefinite package.CabalThe packages depended on which doesn't yet exist (i.e. promised). Promising dependencies enables us to configure components in parallel, and avoids expensive builds if they are not necessary. For example, in multi-repl mode, we don't want to build dependencies that are loaded into the interactive session, since we have to build them again.Cabal,The packages depended on which already existCabal*Additional constraints for dependencies.CabalEnable library strippingCabalEnable executable strippingCabalEnable -split-objs with GHCCabalEnable -split-sections with GHCCabal!Enable compiling library for GHCiCabalWhich package DBs to useCabalThe --user/--global flagCabalbe as deterministic as possible (e.g., invariant over GHC, database, etc). Used by the test suiteCabalexplicit CID to be usedCabalexplicit IPID to be usedCabalpath to search for header filesCabal0path to search for extra frameworks (OS X only)Cabalpath to search for extra libraries when linking fully static executablesCabal"path to search for extra librariesCabalInstallation pathsCabalInstalled executable suffix.CabalInstalled executable prefix.CabalEnable optimization.CabalExtra arguments to  configureCabal(Profiling detail level in the libraryCabal9Profiling detail level in the library and executables.CabalEnable shared profiling objectsCabal2Enable profiling in the library and executables.Cabal&Enable profiling in the executables.Cabal1Enable fully static linking of the executables.Cabal,Enable dynamic linking of the executables.CabalBuild static libraryCabalBuild shared libraryCabalEnable profiling in the libraryCabalEnable vanilla libraryCabalgiven hc-pkg locationCabalgiven compiler locationCabal)The "flavor" of the compiler, e.g. GHC.CabalExtend the $PATHCabaluser specified programs argsCabaluser specified programs pathsCabalAll programs that cabal may runCabalMore convenient version of . Results in an # if internal invariant is violated.Cabal Inverse to .Cabal5Pretty-print a single entry of a module substitution.CabalParse a PackageDB stack entryCabalShow a PackageDB stack entryCabalArguments to pass to a  configure script, e.g. generated by autoconf.BNone%&1<e ,Cabal contains configuration options that can be controlled by the user.Cabal&Whether to build a relocatable packageCabal*Whether to enable library program coverageCabal-Whether to enable executable program coverageCabal)Whether to strip libraries during installCabal+Whether to strip executables during installCabal&Use -split-objs with GHC, if availableCabal*Use -split-sections with GHC, if availableCabal1Whether to build libs suitable for use with GHCi.Cabal*Whether to emit debug info (if available).Cabal2Whether to build with optimization (if available).Cabal"Level of automatic profile detail.Cabal"Level of automatic profile detail.Cabal+Whether to build executables for profiling.Cabal,Whether to link executables fully staticallyCabal'Whether to link executables dynamicallyCabalWhether to build static versions of libs (with all other libs rolled in)Cabal)Whether to build shared versions of libs.Cabal,Whether to build profiling versions of libs.CabalWhether to build normal libs.CabalWhether to build normal libs.Cabal contains options that can be controlled by the user and serve as inputs to the configuration of a package.CabalOptions to control the build, e.g. whether to enable profiling or to enable program coverage.Cabal"Location and args for all programsCabalExtra args on the command line for the configuration step. Needed to re-run configuration when .cabal is out of dateCabal'LocalBuildDescr ' contains the information Cabal determines after performing package-wide and per-component configuration of a package.;This information can no longer be changed after that point.CabalInformation about individual components in the package determined after the configure step.CabalInformation that is available after configuring the package itself, before looking at individual components.CabalInformation about individual components in a package, determined after the configure step.CabalAll the info about the installed packages that the current package depends on (directly or indirectly). The copy saved on disk does NOT include internal dependencies (because we just don't have enough information at this point to have an InstalledPackageInfo for an internal dep), but we will often update it with the internal dependencies; see for example `<. (This admonition doesn't apply for per-component builds.)CabalThe packages we were promised, but aren't already installed. MP: Perhaps this just needs to be a Set UnitId at this stage.CabalA map from component name to all matching components. These coincide with  There may be more than one matching component because of backpack instantiationsCabalAll the components to build, ordered by topological sort, and with their INTERNAL dependencies over the intrapackage dependency graph. TODO: this is assumed to be short; otherwise we want some sort of ordered map.Cabal contains the information Cabal determines after performing package-wide configuration of a package, before doing any per-component configuration.CabalFor per-package builds-only: an extra list of libraries to be included in the hpc coverage report for testsuites run with --enable-coverage. Notably, this list must exclude indefinite libraries and instantiations because HPC does not support backpack (Nov. 2023).Cabal)What package database to use, global/userCabalThe installation directories for the various different kinds of files TODO: inplaceDirTemplates :: InstallDirs FilePathCabalWARNING WARNING WARNING Be VERY careful about using this function; we haven't deprecated it but using it could introduce subtle bugs related to .In principle, this is supposed to contain the resolved package description, that does not contain any conditionals. However, it MAY NOT contain the description with a  applied to it; see  for the whole sordid saga. As much as possible, Cabal library should avoid using this parameter.Cabal5the filename containing the .cabal file, if availableCabalThe platform we're building forCabal The compiler we're building withCabal;What components were enabled during configuration, and why.Cabal9The final set of flags which were picked for this packageCabalOptions passed to the configuration step. Needed to re-run configuration when .cabal is out of date22CNone %'1<qCabal1Data cached after configuration step. See also A.CabalInformation about a package configuration that can be modified by the user at configuration time.CabalInformation about a package determined by Cabal after the configuration step.CabalThis pattern synonym is for backwards compatibility, to adapt to  being split into LocalBuildDescr and LocalBuildConfig.Cabal=The (relative or absolute) path to the package root, based onthe working directory flagthe .cabal pathCabal Extract the ) from the public library component of a  if it exists, or make a fake component ID based on the package ID.Cabal Extract the  of a . This is a "safe" use of Cabal Extract the " from the library component of a ? if it exists, or make a fake unit ID based on the package ID.CabalExtract the compatibility package key from the public library component of a  if it exists, or make a fake package key based on the package ID.Cabal+Convenience function to generate a default  from a 0. The idea is to call this once, and then use * everywhere else. Private to this module.Cabal Return all s associated with '. In the presence of Backpack there may be more than one! Has a prime because it takes a # argument which may disagree with  in .Cabal Return all s associated with ':. In the presence of Backpack there may be more than one!CabalReturn the list of default s associated with a configured package, in the order they need to be built. Has a prime because it takes a # argument which may disagree with  in .CabalExecute f for every  in the package, respecting the build dependency order. (TODO: We should use Shake!) Has a prime because it takes a # argument which may disagree with  in .Cabal3Return the list of all targets needed to build the uids, in the order they need to be built. Has a prime because it takes a # argument which may disagree with  in .CabalExecute f for every  needed to build uids, respecting the build dependency order. Has a prime because it takes a # argument which may disagree with  in .CabalIs coverage enabled for test suites? In practice, this requires library and executable profiling to be enabled.CabalReturns a list of ways, in the order which they should be built, and the way we build executable and foreign library components.Ideally all this info should be fixed at configure time and not dependent on additional info but  is per package (not per component) so it's currently not possible to configure components to be built in certain ways.Isaac Jones 2003-2004BSD3cabal-devel@haskell.orgportableNone%1|{ CabalInterpret a symbolic path with respect to the working directory stored in .:Use this before directly interacting with the file system.-NB: when invoking external programs (such as GHC), it is preferable to set the working directory of the process rather than calling this function, as this function will turn relative paths into absolute paths if the working directory is an absolute path. This can degrade error messages, or worse, break the behaviour entirely (because the program might expect certain paths to be relative).4See Note [Symbolic paths] in Distribution.Utils.PathCabal,Retrieve an optional working directory from .Cabal/Absolute path to the current working directory.Cabal#Perform the action on each enabled & in the package description with the .Cabal#Perform the action on each enabled 3 in the package description. Extended version of + that also gives corresponding build info.Cabal#Perform the action on each enabled  in the package description.Cabal%Perform the action on each buildable  or  (Component) in the PackageDescription, subject to the build order specified by the compBuildOrder field of the given CabalDetermine the directories containing the dynamic libraries of the transitive dependencies of the component we are building.When wanted, and possible, returns paths relative to the installDirs CabalGet all module names that needed to be built by GHC; i.e., all of these s have interface files associated with them that need to be installed.CabalBackwards compatibility function which computes the InstallDirs assuming that $libname points to the public library (or some fake package identifier if there is no public library.) IF AT ALL POSSIBLE, please use  instead.CabalSee .CabalBackwards compatibility function which computes the InstallDirs assuming that $libname points to the public library (or some fake package identifier if there is no public library.) IF AT ALL POSSIBLE, please use  instead.CabalSee CabalBuilding for inplace?Cabal&Generate prefix-relative library pathsCabalComponent that is being builtGHIF/.&MLKJ@ECBAD'*,-()+#$%@ABCDE'()*+,-*+,-#$%&./FIGHJKLMDNone Cabal/Logs test suite results, itemized by test case.CabalLogs all test results for a package, broken down first by test suite and then by test case.CabalA 1 with package and platform information specified.CabalThe directory where we put build results for a foreign libraryCabal:The name of the stub executable associated with a library .Cabal9The directory where we put build results for a test suiteCabal>The directory where we put build results for a benchmark suiteCabalCreate a library name for a static library from a given name. Prepends lib+ and appends the static library extension (.a).CabalCreate a library name for a shared library from a given name. Prepends lib and appends the #-* as well as the shared library extension.CabalCreate a library name for a bundled shared library from a given name. This matches the naming convention for shared libraries as implemented in GHC's packageHsLibs function in the Packages module. If the given name is prefixed with HS, then this prepends lib and appends the compiler flavour/version and shared library extension e.g.: "HSrts-1.0" -> "libHSrts-1.0-ghc8.7.20190109.so" Otherwise the given name should be prefixed with C, then this strips the C , prepends lib5 and appends the shared library extension e.g.: Cffi -> "libffi.so"CabalDefault extension for executable files on the current platform. (typically "" on Unix and "exe" on Windows or OS/2)Cabal5Extension for object files. For GHC the extension is "o".CabalExtension for dynamically linked (or shared) libraries (typically "so" on Unix and "dll" on Windows)CabalExtension for static librariesTODO: Here, as well as in dllExtension, it's really the target OS that we're interested in, not the build OS.**QAndres Loeh 2009BSD3cabal-devel@haskell.orgportableNone1!Cabal'The flags for the supported extensions.CabalHack to add version numbers to UHC-built-in packages. This should sooner or later be fixed on the UHC side.Cabal*Name of the installed package config file.CabalCheck if a certain dir contains a valid package. Currently, we are looking only for the presence of an installed package configuration. TODO: Actually make use of the information provided in the file.Cabal4Create a trivial package info from a directory name.RNone1*CabalThe filename of the source file for the stub executable associated with a library  TestSuite.Cabal$Write the source file for a library  TestSuite stub executable.Cabal2Source code for library test suite stub executableCabalMain function for test stubs. Once, it was written directly into the stub, but minimizing the amount of code actually in the stub maximizes the number of detectable errors when Cabal is compiled.Cabal The test runner used in library  TestSuite$ stub executables. Runs a list of s. An executable calling this function is meant to be invoked as the child of a Cabal process during  ./setup test. A , provided by Cabal, is read from the standard input; it supplies the name of the test suite and the location of the machine-readable test suite log file. Human-readable log information is written to the standard output for capture by the calling Cabal process.CabalFrom a test stub, write the : to temporary file for the calling Cabal process to read.Caballibrary  TestSuite# for which a stub is being createdCabal6path to directory where stub source should be locatedSNonejTNone%)*16< (CabalA diff to a Cabal @2, that gets combined monoidally into an existing @.CabalCopy/install hooks.CabalPer-component install hook.CabalA per-component install hook, which can only perform side effects (e.g. copying files).CabalBuild-time hooks.CabalPer-component post-build hook.Cabal+Per-component fine-grained pre-build rules.Cabal)information about an individual componentCabalinformation about the packageCabal-what kind of build phase are we hooking into?CabalA newtype to hang off the Semigroup PreConfComponentHook instance.CabalA newtype to hang off the Semigroup PreConfPackageHook instance.CabalConfigure-time hooks.Order of execution:,configure the package,,,configure the components.Cabal&Per-component pre-configure hook. See .Cabal&Package-wide post-configure hook. See .Cabal%Package-wide pre-configure hook. See .Cabal0Outputs of the per-component pre-configure step. Prefer using noPreComponentOutputs and overriding the fields you care about, to avoid depending on implementation details of this datatype.Cabal/Inputs to the per-component pre-configure step.Cabal!Per-component pre-configure step.For each component of the package, this hook can perform side effects, and return a diff to the passed in component, e.g. to declare additional autogenerated modules.Cabal/Inputs to the package-wide post-configure step.Cabal!Package-wide post-configure step.Perform side effects. Last opportunity for any package-wide logic; any subsequent hooks work per-component.Cabal/Outputs of the package-wide pre-configure step. Prefer using  and overriding the fields you care about, to avoid depending on implementation details of this datatype.Cabal.Inputs to the package-wide pre-configure step.Cabal Warning: the   in the 3 field will not contain any unconfigured programs.CabalHooks into the cabal build phases.Usage:In your .cabal file, declare build-type: Hooks (with a  cabal-version greater than or equal to 3.14),In your .cabal file, include a  custom-setup4 stanza which declares the dependencies of your  SetupHooks; module; this will usually contain a dependency on the  Cabal-hooks package. Provide a  SetupHooks.hs module next to your .cabal file; it must export setupHooks :: SetupHooks.Cabal"Hooks into the copy/install phase.CabalHooks into the build phase.These hooks are relevant to any build-like phase, such as repl or haddock.CabalHooks into the configure phase.Cabal Empty hooks.CabalUse this smart constructor to declare an empty set of changes by the package-wide pre-configure hook, and override the fields you care about.Use this rather than  to avoid relying on internal implementation details of the latter.CabalUse this smart constructor to declare an empty set of changes by a per-component pre-configure hook, and override the fields you care about.Use this rather than  to avoid relying on internal implementation details of the latter.CabalEmpty configure phase hooks.CabalEmpty build hooks.CabalEmpty copy/install hooks.CabalTraverse the components of a .:The function must preserve the component type, i.e. map a A to a A, a C to a C, etc.CabalRun all pre-build rules.6This function should only be called internally within Cabal, as it is used to implement the (legacy) Setup.hs interface. The build tool (e.g.  cabal-install or hls) should instead go through the separate hooks executable, which allows us to only rerun the out-of-date rules (instead of running all of these rules at once).CabalLike , except it can be used when communicating with an external hooks executable.Cabal(Does the rule output the given location?Cabal!Is the file we depend on missing?Cabal can be combined monoidally. This is useful to combine setup hooks defined by another package with your own package-specific hooks.Warning: this  instance is not commutative.Isaac Jones 2003-2007cabal-devel@haskell.orgportableNone1Cabal'The kinds of entries we can stick in a .ghc.environment file.Cabal  -- a commentCabal package-id foo-1.0-4fe301a...Cabalglobal-package-db, user-package-db or package-db blahpackage.conf.dCabal clear-package-dbCabal/Adjust the way we find and configure gcc and ldCabal.Strip out flags that are not supported in ghciCabalCreate the required packaged arguments, but filtering out package arguments which aren't yet built, but promised. This filtering is used when compiling CCxxAsm files, and is a hack to avoid passing bogus `-package` arguments to GHC. The assumption being that in 99% of cases we will include the right `-package` so that the C file finds the right headers.Cabal&GHC's rendering of its host or target  as used in its platform strings and certain file locations (such as user package db location).Cabal&GHC's rendering of its host or target  as used in its platform strings and certain file locations (such as user package db location).CabalGHC's rendering of its platform and compiler version string as used in certain file locations (such as user package db location). For example x86_64-linux-7.10.4Cabal3Make entries for a GHC environment file based on a  $ and a bunch of package (unit) ids.If you need to do anything more complicated then either use this as a basis and add more entries, or just make all the entries directly.CabalWrite a .ghc.environment-$arch-$os-$ver file in the given directory.The  and GHC "% are needed as part of the file name.%Returns the name of the file written.CabalThe .ghc.environment-$arch-$os-$ver file nameCabal.Render a bunch of GHC environment file entriesCabal/Render an individual GHC environment file entryCabaldirectory in which to put itCabalthe GHC target platformCabalthe GHC versionCabal the content!NoneC:None1 CabalA collection of: * C input files * C++ input files * GHC input files * GHC input modules)Used to correctly build and link sources.CabalBuilding an executable, starting the REPL, and building foreign libraries are all very similar and implemented in . The 6 distinguishes between the various kinds of operation.Cabal5Configure GHCJS, and then auxiliary programs such as ghc-pkg, haddock( as well as toolchain programs such as ar, @ld.CabalConfigure GHCJS.CabalGiven a configured ghcjs0 program, configure auxiliary programs such as  ghcjs-pkg or haddock, based on the location of the ghcjs executable.Cabal9Given a single package DB, return all installed packages.Cabal8Given a package DB stack, return all installed packages.Cabal Return the $ to the global GHC package database.Cabal Return the & to the per-user GHC package database.Cabal:Get the packages from specific PackageDBs, not cumulative.Cabal.Start a REPL without loading any source files.CabalBuild a foreign libraryCabalBuild an executable with GHC.Cabal8Target name for a foreign library (the actual file name)We do not use mkLibName and co here because the naming for foreign libraries is slightly different (we don't use "_p" or compiler version suffices, and we don't want the "lib" prefix on Windows).TODO: We do use  and co here, but really that's wrong: they use the OS used to build cabal to determine which extension to use, rather than the target OS (but this is wrong elsewhere in Cabal as well).Cabal#Name for the library when building.If the `lib-version-info` field or the `lib-version-linux` field of a foreign library target is set, we need to incorporate that version into the SONAME field.If a foreign library foo has lib-version-info 5:1:2, it should be built as libfoo.so.3.2.1. We want it to get soname libfoo.so.3. However, GHC does not allow overriding soname by setting linker options, as it sets a soname of its own (namely the output filename), after the user-supplied linker options. Hence, we have to compile the library with the soname as its filename. We rename the compiled binary afterwards.This method allows to adjust the name of the library at build time such that the correct soname can be set.CabalMain module name when overridden by ghc-options: -main-is ... or  if no -main-is flag could be found. In case of ,  can be assumed.CabalDecode argument to '-main-is'Returns ( if argument set only the function name.This code has been stolen/refactored from GHC's DynFlags.setMainIs function. The logic here is deliberately imperfect as it is intended to be bug-compatible with GHC's parser. See discussion in  https://github.com/haskell/cabal/pull/4539#discussion_r118981753.CabalLocate and return the  required to build and link.Cabal-FilePath has a Haskell extension: .hs or .lhsCabal(Generic build function. See comment for .Cabal7Extract (and compute) information about the RTS library!TODO: This hardcodes the name as  HSrts-ghc version. I don't know if we can find this information somewhere. We can lookup the  hsLibraries field of  but it will tell us [HSrts, Cffi], which doesn't really help.CabalReturns True if the modification date of the given source file is newer than the object file we last compiled for it, or if no object file exists yet.Cabal3Finds the object file name of the given source fileCabal7Calculate the RPATHs for the component we are building. Calculates relative RPATHs when  is set.CabalRemove the "-threaded" flag when building a foreign library, as it has no effect when used with "-shared". Returns the updated , along with whether or not the flag was present, so we can use it to link against the appropriate RTS on our own.CabalExtracts a String representing a hash of the ABI of a built library. It can fail if the library has not yet been built.CabalInstall executables for GHCJS.Cabal Install foreign library for GHC.Cabal6Install for ghc, .hi, .a and, if --with-ghci given, .oCabalGet the JavaScript file name and command and arguments to run a program compiled by GHCJS the exe should be the base program name without exe extensionCabaluser-specified ghcjs path (optional)Cabaluser-specified  ghcjs-pkg path (optional)Cabaluser-specified ghc path (optional)Cabaluser-specified ghc-pkg path (optional)CabalComponent we are buildingCabalWhere to copy the files toCabalBuild locationCabalExecutable (prefix,suffix)Cabalinstall locationCabalBuild locationCabalinstall locationCabal&install location for dynamic librariesCabalBuild location:  : None1CabalFind the path to the entry point of an executable (typically specified in main-is, and found in hs-source-dirs -- yes, even when main-is is not a Haskell file).CabalDoes this compiler support the  -dynamic-too optionCabal*Is this compiler's RTS dynamically linked?Cabal=Should we dynamically link the foreign library, based on its ?CabalIs this file a C++ source file, i.e. ends with .cpp, .cxx, or .c++?Cabal+Is this a C source file, i.e. ends with .c?Cabal-FilePath has a Haskell extension: .hs or .lhsCabalReturns True if the modification date of the given source file is newer than the object file we last compiled for it, or if no object file exists yet.Cabal3Finds the object file name of the given source fileCabal8Target name for a foreign library (the actual file name)We do not use mkLibName and co here because the naming for foreign libraries is slightly different (we don't use "_p" or compiler version suffices, and we don't want the "lib" prefix on Windows).TODO: We do use  and co here, but really that's wrong: they use the OS used to build cabal to determine which extension to use, rather than the target OS (but this is wrong elsewhere in Cabal as well).Cabal#Name for the library when building.If the `lib-version-info` field or the `lib-version-linux` field of a foreign library target is set, we need to incorporate that version into the SONAME field.If a foreign library foo has lib-version-info 5:1:2, it should be built as libfoo.so.3.2.1. We want it to get soname libfoo.so.3. However, GHC does not allow overriding soname by setting linker options, as it sets a soname of its own (namely the output filename), after the user-supplied linker options. Hence, we have to compile the library with the soname as its filename. We rename the compiled binary afterwards.This method allows to adjust the name of the library at build time such that the correct soname can be set.CabalGets the target name (name of actual executable file) from the name of an executable-like component (, , ).CabalMain module name when overridden by ghc-options: -main-is ... or  if no -main-is flag could be found. In case of ,  can be assumed.CabalDecode argument to '-main-is'Returns ( if argument set only the function name.This code has been stolen/refactored from GHC's DynFlags.setMainIs function. The logic here is deliberately imperfect as it is intended to be bug-compatible with GHC's parser. See discussion in  https://github.com/haskell/cabal/pull/4539#discussion_r118981753.CabalBuild directoryCabalThe build info and module path of an executable-like component (Exe, Test, Bench)Cabal!The path to the main source file.CabalThe build info of the executable-like component (Exe, Test, Bench)None'1ECabal9Compile the Haskell modules of the component being built.CabalReturns the corresponding  for a CabalReturns a function to extract the extra haskell compiler options from a  and CabalReturns a pair of the main file and Haskell modules of the component being built. The main file is not necessarily a Haskell file. It could also be e.g. a C source, or, a Haskell repl script (that does not necessarily have an extension).String describing the extra sources being built, for printing.CabalFunction to determine the   for the invocation of GHC when compiling these extra sources (e.g. , )CabalView the extra sources of a component, typically from the build info (e.g. , ).  Executable= components might additionally add the program entry point (main-is file) to the extra sources, if it should be compiled as the rest of them.CabalThe GHC configured programCabal#The build directory for this targetCabalNeeded build waysCabal,The context and component being built in it.Cabal1Returns the list of extra sources that were builtNone13CabalLinks together the object files of the Haskell modules and extra sources using the context in which the component is being built.If the build kind is 5, we load the component into GHCi instead of linking.CabalLink a library componentCabalLink the executable resulting from building this component, be it an executable, test, or benchmark component.Cabal Link a foreign library componentCabal7Calculate the RPATHs for the component we are building. Calculates relative RPATHs when  is set.Cabal7Extract (and compute) information about the RTS library!TODO: This hardcodes the name as  HSrts-ghc version. I don't know if we can find this information somewhere. We can lookup the  hsLibraries field of  but it will tell us [HSrts, Cffi], which doesn't really help.CabalDetermine whether the given  is intended to link against the threaded RTS. This is used to determine which RTS to link against when building a foreign library with a GHC without support for  -flink-rts.CabalLoad a target component into a repl, or write to disk a script which runs GHCi with the GHC options Cabal elaborated to load the component interactively.Cabal8The configured GHC program that will be used for linkingCabalChecks GHC options for commonly misused or non-portable flags.+Lennart Kolmodin 2008, Francesco Ariis 2022BSD3cabal-devel@haskell.orgportableNone1a Cabal is the most general way to invoke package checks. We pass to it two interfaces (one to check contents of packages, the other to inspect working tree for orphan files) and before that a Boolean to indicate whether we want pure checks or not. Based on these parameters, some checks will be performed, some omitted. Generality over m means we could do non pure checks in monads other than IO (e.g. a virtual filesystem, like a zip file, a VCS filesystem, etc).Cabal?Check for common mistakes and problems in package descriptions.This is the standard collection of checks covering all aspects except for checks that require looking at files within the package. For those see .CabalThis function is an oddity due to the historical GenericPackageDescription/PackageDescription split. It is only maintained not to break interface, use  if possible.CabalSanity check things that requires looking at files in the package. This is a generalised version of 7 that can work in any monad for which you can provide   operations.The point of this extra generality is to allow doing checks in some virtual file system, for example a tarball in memory.CabalSanity checks that require IO.  looks at the files in the package and expects to find the package unpacked at the given filepath.Cabal Same as , but working with .2This function is included for legacy reasons, use  if you are working with .Cabal checks. Remember that for historical quirks in the cabal codebase we have both  and  and that PD is both a *field* of GPD and a concept of its own (i.e. a fully realised GPD). In this case we are checking (correctly) GPD, so for target info/checks you should walk condLibrary_ etc. and *not* the (empty) target info in PD. See + for a convenient hack when you only have .CabalFind a package description file in the given directory. Looks for .cabal files. Like , but generalized over monads.Cabal?Checks for matchless globs and too strict matching (<2.4 spec).CabalWraps  into .CabalAugust 2022: this function is an oddity due to the historical GenericPackageDescription/PackageDescription split (check Distribution.Types.PackageDescription for a description of the relationship between GPD and PD. It is only maintained not to break interface, should be deprecated in the future in favour of ) when PD and GPD are refactored sensibly.  Martin Sjögren 2004BSD3cabal-devel@haskell.orgportableNoned02<:45618379>;?="0871234569:;<=>?"YNone<iCabalAn opaque type representing a file's modification time, represented internally as a 64-bit unsigned integer in the Windows UTC format.CabalReturn modification time of the given file. Works around the low clock resolution problem that  has on GHC < 7.8.This is a modified version of the code originally written for Shake by Neil Mitchell. See module Development.Shake.FileInfo.Cabal!Convert POSIX seconds to ModTime.CabalConvert  to .Cabal!Return age of given file in days.CabalReturn the current time as .Cabal7Based on code written by Neil Mitchell for Shake. See sleepFileTimeCalibrate in . Returns a pair of microsecond values: first, the maximum delay seen, and the recommended delay to use before testing for file modification change. The returned delay is never smaller than 10 ms, but never larger than 1 second.NonevHCabalA state monad for doing instantiations (can't use actual State because that would be an extra dependency.)Cabal The state of ; a mapping from  s to their ready component, or Nothing if its an external component which we don't know how to build.CabalAn > is a library with requirements which we will typecheck only.CabalThe dependencies which need to be passed to the compiler to bring modules into scope. These are > because these may refer to partially instantiated libraries.Cabal0The modules exported/reexported by this library.Cabal The requirements of the library.CabalAn  is a library which is fully instantiated (or, possibly, has no requirements at all.)CabalThe dependencies which need to be passed to the compiler to bring modules into scope. These always refer to installed fully instantiated libraries.Cabal0The modules exported/reexported by this library.CabalDependencies induced by . These are recorded here because there isn't a convenient way otherwise to get the  we need to fill componentPackageDeps as needed.Cabal"How this library was instantiated.CabalA  is one that we can actually generate build products for. We have a ready component for the typecheck-only products of every indefinite package, as well as a ready component for every way these packages can be fully instantiated.CabalExtra metadata depending on whether or not this is an indefinite library (typechecked only) or an instantiated component (can be compiled).CabalCorresponds to .CabalCorresponds to . Build-tools don't participate in mix-in linking. (but what if they could?)CabalCorresponds to .CabalCorresponds to . Invariant: if  records a , it coincides with this one.CabalThe  for this package. At the moment, this is used in only one case, which is to determine if an export is of a module from this library (indefinite libraries record these exports as ); 9 can be conveniently used to test for equality, whereas % cannot always be used in this case.CabalThe final, string  that will uniquely identify the compilation products of this component.CabalCorresponds to .CabalCompute the dependencies of a ! that should be recorded in the depends field of InstalledPackageInfo.CabalGet the  of a  IF it is a library.CabalGiven a list of s, expand the module graph so that we have an instantiated graph containing all of the instantiated components we need to build.:Instantiation intuitively follows the following algorithm:instantiate a definite unit id p[S]: recursively instantiate each module M in S recursively instantiate modules exported by this unit recursively instantiate dependencies substituted by SThe implementation is a bit more involved to memoize instantiation if we have done it already. We also call  improveUnitId during this process, so that fully instantiated components are given  HashedUnitId.ZNone"v[Nonex5CabalPrint a Setup message stating (1) what operation we are doing, for (2) which component (with enough details to uniquely identify the build in question.)Cabal'Operation being done (capitalized), on:CabalPackageCabalComponent nameCabal3Instantiation, if available. Polymorphic to take  OpenModule or Module\Isaac Jones 2003-2004BSD3cabal-devel@haskell.orgportableNone1{Cabal Compute the $ of a library that we built inplace.Cabal5Create an empty package DB at the specified location.CabalRun hc-pkg using a given package DB stack, directly forwarding the provided command-line arguments to it.Cabal Construct  for a library in a package, given a set of installation directories.Cabal Construct 3 for a library that is in place in the build tree.:This function knows about the layout of in place packages.Cabal Construct 6 for the final install location of a library package.;This function knows about the layout of installed packages.Cabal(Install in the user's database?; verboseCabal8Translate relative include dir paths to absolute paths.Caballocation of the dist tree   ]+(c) 2003-2005, Isaac Jones, Malcolm WallaceBSD3cabal-devel@haskell.orgportableNone1 CabalConvenience function; get the suffixes of these preprocessors.CabalOver-ride this hook to get different behavior during hscolour.CabalHook to run before hscolour command. Second arg indicates verbosity level.Cabal$Hook to run after unregister commandCabalOver-ride this hook to get different behavior during unregistration.Cabal%Hook to run before unregister commandCabal"Hook to run after register commandCabalOver-ride this hook to get different behavior during registration.Cabal#Hook to run before register commandCabalHook to run after install command. postInst should be run on the target, not on the build machine.Cabal=Over-ride this hook to get different behavior during install.Cabal"Hook to run before install commandCabalHook to run after copy commandCabal:Over-ride this hook to get different behavior during copy.CabalHook to run before copy commandCabalHook to run after clean command. Second arg indicates verbosity level.Cabal;Over-ride this hook to get different behavior during clean.CabalHook to run before clean command. Second arg indicates verbosity level.CabalHook to run after repl command. Second arg indicates verbosity level.CabalOver-ride this hook to get different behavior during interpretation.CabalHook to run before repl command. Second arg indicates verbosity level.CabalHook to run after build command. Second arg indicates verbosity level.Cabal;Over-ride this hook to get different behavior during build.CabalHook to run before build command. Second arg indicates verbosity level.Cabal#Hook to run after configure commandCabal?Over-ride this hook to get different behavior during configure.Cabal$Hook to run before configure commandCabalThese programs are detected at configure time. Arguments for them are added to the configure command.Cabal3Custom preprocessors in addition to and overriding .CabalRead the description fileCabalEmpty  which do nothing.++JIsaac Jones 2003-2005BSD3cabal-devel@haskell.orgportableNone "%&'1*2CabalAn external dependency from the package database, OR an internal dependency which we are getting from the package database.CabalA promised dependency, which doesn't yet exist, but should be provided at the build time.We have these such that we can configure components without actually building its dependencies, if these dependencies need to be built later again. For example, when launching a multi-repl, we need to build packages in the interactive ghci session, no matter whether they have been built before. Building them in the configure phase is then redundant and costs time.CabalAn internal dependency ( should be a library name) which we are going to have to build. (The  here is a hack to get a modest amount of polymorphism out of the Pkg' typeclass.)Cabal/The errors that can be thrown when reading the  setup-config file.CabalNo header found.CabalIncorrect header.CabalCannot parse file contents.CabalNo file!CabalMismatched version.Cabal Format a  as a user-facing error message.Cabal Read the . Throw an exception if the file is missing, if the file cannot be read, or if the file was created by an older version of Cabal.Cabal Read the 5, returning either an error or the local build info.CabalTry to read the .Cabal Read the . Throw an exception if the file is missing, if the file cannot be read, or if the file was created by an older version of Cabal.CabalTry to read the .Cabal$After running configure, output the  to the .Cabal(Identifier of the current Cabal package.Cabal+Identifier of the current compiler package.Cabal Parse the  setup-config file header, returning the package identifiers for Cabal and the compiler.Cabal Generate the  setup-config file header.CabalCheck that localBuildInfoFile is up-to-date with respect to the .cabal file.CabalGet the path of dist/setup-config.CabalReturn the "dist/" prefix, or the default prefix. The prefix is taken from (in order of highest to lowest preference) the override prefix, the "CABAL_BUILDDIR" environment variable, or the default prefix.CabalReturn the "dist/" prefix, or the default prefix. The prefix is taken from (in order of highest to lowest preference) the override prefix, the "CABAL_BUILDDIR" environment variable, or + is used. Call this function to resolve a  *DistPref0 flag whenever it is not known to be set. (The  *DistPref; flags are always set to a definite value before invoking  UserHooks.)Cabal Perform the "./setup configure" action. Returns the  .setup-config file.Cabal8Adds the extra program paths from the flags provided to  configure as well as specified locations for certain known programs and their default arguments.Cabal,Check if the user used any deprecated flags.CabalSanity check: if '--exact-configuration' was given, ensure that the complete flag assignment was specified on the command line.CabalCreate a PackageIndex that makes *any libraries that might be* defined internally to this package look like installed packages, in case an executable should refer to any of them as dependencies.It must be *any libraries that might be* defined rather than the actual definitions, because these depend on conditionals in the .cabal file, and we haven't resolved them yet. finalizePD does the resolution of conditionals, and it takes internalPackageSet as part of its input.CabalReturns true if a dependency is satisfiable. This function may report a dependency satisfiable even when it is not, but not vice versa. This is to be passed to finalizeCabal'Finalize a generic package description.The workhorse is .Cabal>Check for use of Cabal features which require compiler supportCabal$Select dependencies for the package.Cabal?Select and apply coverage settings for the build based on the  and  .Cabal4Compute the effective value of the profiling flags --enable-library-profiling and --enable-executable-profiling from the specified . This may be useful for external Cabal tools which need to interact with Setup in a backwards-compatible way: the most predictable mechanism for enabling profiling across many legacy versions is to NOT use --enable-profiling! and use those two flags instead. Note that --enable-executable-profiling also affects profiling of benchmarks and (non-detailed) test suites.CabalSelect and apply profiling settings for the build based on the  and  .CabalTest for a package dependency and record the version we have installed.CabalList all installed packages in the given package databases. Non-existent package databases do not cause errors, they just get skipped with a warning and treated as empty ones, since technically they do not contain any package.CabalLike , but for a single package DB.,NB: Why isn't this always a fall through to ? That is because  performs some sanity checks on the package database stack in question. However, when sandboxes are involved these sanity checks are not desirable.CabalA set of files (or directories) that can be monitored to detect when there might have been a change in the installed packages.Cabal Looks up the  of the given  s from the   in the .CabalThe user interface specifies the package dbs to use with a combination of --global, --user and $--package-db=global|user|clear|$file. This function combines the global/user flag and interprets the package-db flag into a single package db stack.CabalConfigure a required program, ensuring that it exists in the PATH (or where the user has specified the program must live) and making it available for use via the  ; interface. If the program is known (exists in the input  ), we will make sure that the program matches the required version; otherwise we will accept any version of the program and assume that it is a simpleProgram.CabalMakes a " from C compiler and linker flags.This can be used with the output from configuration programs like pkg-config and similar package-specific programs like mysql-config, freealut-config etc. For example: ccflags <- getDbProgramOutput verbosity prog progdb ["--cflags"] ldflags <- getDbProgramOutput verbosity prog progdb ["--libs"] ldflags_static <- getDbProgramOutput verbosity prog progdb ["--libs", "--static"] return (ccldOptionsBuildInfo (words ccflags) (words ldflags) (words ldflags_static))Cabal7Configure the compiler and associated programs such as hc-pkg, haddock and toolchain program such as ar, ld.CabalConfigure the compiler ONLY.Cabal7Configure programs associated to the compiler, such as hc-pkg, haddock and toolchain program such as ar, ld.Cabal=Output package check warnings and errors. Exit if any errors.Cabal2Perform checks if a shared executable can be builtCabal0Preform checks if a relocatable build is allowedCabalThe file path of the  setup-config file.CabalWorking directory.CabalThe file path of the  setup-config file.CabalWorking directory.CabalThe dist directory path.CabalWorking directory.CabalThe dist directory path.CabalWorking directory.CabalThe dist directory path.CabalWorking directoryCabalThe dist directory path.CabalThe  to write.CabalThe file contents.CabalThe processed package.CabalThe dist directory path.Cabaldefault "dist" prefixCabaloverride "dist" prefixCabaloverride "dist" prefixCabaluse external internal deps?Cabalexact configuration?Cabal allow depending on private libs?Cabal installed setCaballibrary componentsCabalrequired dependenciesCabaltests if a dependency is satisfiable. Might say it's satisfiable even when not.Cabalinstalled packagesCabal required depsCabalPackage id of current packageCabalpackage librariesCabalSet of components that are promised, i.e. are not installed already. See  for more details.CabalInstalled packagesCabal;Packages for which we have been given specific deps to useCabal'Are we configuring a single component?CabalThe stack of package databases.CabalConstruct an exception that is thrown if a unit-id is not found in the installed packages, from the unit-id that is missing.Cabal0The unit ids to lookup in the installed packagesCabalinstalled dependenciesCabaluser-specified hc path (optional)Cabaluser-specified hc-pkg path (optional)Cabaluser-specified hc path (optional)Cabal(program database containing the compilerCabaluser-specified hc-pkg path (optional)Cabal Path to the .cabal file's directory$$_Simon Marlow 2004BSD3cabal-devel@haskell.orgportableNone1CabalCreate a source distribution.Cabal#List all source files of a package.Since  Cabal-3.4 returns a single list. There shouldn't be any executable files, they are hardly portable.Cabal A variant of  with configurable die.Note: may still die/ directly. For example on missing include file.Since @3.4.0.0Cabal)Prepare a directory tree of source files.Cabal)Find the setup script file, if it exists.Cabal/Find the setup hooks script file, if it exists.CabalCreate a default setup script in the target directory, if it doesn't exist.CabalFind the main executable file.CabalFind a module definition file#TODO: I don't know if this is rightCabalGiven a list of include paths, try to find the include file named f. Return the name of the file and the full path, or exit with error if there's no such file.CabalRemove the auto-generated modules (like 'Paths_*') from 'exposed-modules' and 'other-modules'.CabalPrepare a directory tree of source files for a snapshot version. It is expected that the appropriate snapshot version has already been set in the package description, eg using  or .Cabal Modifies a  by appending a snapshot number corresponding to the given date.Cabal Modifies a " by appending a snapshot number corresponding to the given date.CabalGiven a date produce a corresponding integer representation. For example given a date 18032008 produce the number 20080318.CabalCreate an archive from a tree of source files, and clean up the tree.Cabal8Given a buildinfo, return the names of all source files.CabalNote: must be called with the CWD set to the directory containing the '.cabal' file.Cabal)The name of the tarball without extension Cabalinformation from the tarballCabalverbosity & snapshotCabalbuild prefix (temp dir)Cabal'extra preprocessors (includes suffixes)Cabal verbosityCabaldirectory with cabal fileCabalinfo from the cabal fileCabal&extra preprocessors (include suffixes)Cabal verbosityCabal  alternative. Since  ! prefixes the error message with  errorPrefix, whatever is passed in here and wants to die should do the same. See issue #7331.Cabaldirectory with cabal fileCabalinfo from the cabal fileCabal&extra preprocessors (include suffixes)Cabal verbosityCabal  alternative. Since  ! prefixes the error message with  errorPrefix, whatever is passed in here and wants to die should do the same. See issue #7331.Cabaldirectory with cabal fileCabalinfo from the cabal fileCabal&extra preprocessors (include suffixes)Cabal verbosityCabalworking directoryCabalinfo from the cabal fileCabalsource tree to populateCabal'extra preprocessors (includes suffixes)Cabalworking directoryCabalmain-isCabal verbosityCabalworking directoryCabalinfo from the cabal fileCabalsource tree to populateCabal'extra preprocessors (includes suffixes)Cabal verbosityCabalinfo from the cabal fileCabal source treeCabal verbosityCabalinfo from cabal fileCabalsource tree to archiveCabalname of archive to createCabal  alternative. Since  ! prefixes the error message with  errorPrefix, whatever is passed in here and wants to die should do the same. See issue #7331.Cabalworking directoryCabalExtra preprocessorsCabalExposed modules  Isaac Jones 2003-2005BSD3cabal-devel@haskell.orgportableNone1ŤCabal!Convert Windows path to Unix onesCabal host platform`Isaac Jones 2003-2005, Ross Paterson 2006, Duncan Coutts 2007-2008, 2012BSD3cabal-devel@haskell.orgportableNone%1Cabal:A representation of the contents of an autogenerated file.Cabal4Build the libraries and executables in this package.CabalCheck for conditions that would prevent the build from succeeding.Cabal&Write available build information for  to disk.Dumps detailed build information 'build-info.json' to the given directory. Build information contains basics such as compiler details, but also lists what modules a component contains and how to compile the component, assuming lib:Cabal made sure that dependencies are up-to-date.Cabal7Start an interpreter without loading any package files.CabalAdd extra C sources generated by preprocessing to build information.CabalAdd extra C++ sources generated by preprocessing to build information.CabalAdd extra C-- sources generated by preprocessing to build information.CabalAdd extra ASM sources generated by preprocessing to build information.CabalAdd extra JS sources generated by preprocessing to build information.CabalAdd extra HS modules generated by preprocessing to build information.Cabal+Add extra source dir for generated modules. CabalTranslate a exe-style # component into an exe for building CabalTranslate a exe-style # component into an exe for building CabalTranslate a lib-style ( component into a lib + exe for buildingCabalInitialize a new package db file for libraries defined internally to the package.CabalUpdate the program database to include any build-tool-depends specified in the given 0 on build tools internal to the current package.This function:'adds these internal build tools to the  ;, including paths to their respective data directories, adds their paths to the current  , and adds the data directory environment variable for the current package to the current  , so that any programs configured from now on will be able to invoke these build tools. CabalBuild a foreign libraryNOTE: We assume that we already checked that we can actually build the foreign library in configure.CabalRuns  on every configured component.Legacy function: does not run pre-build hooks or pre-processors. This function is insufficient on its own to prepare the build for a package.Consumers wanting to prepare the sources of a package, e.g. in order to launch a REPL session, are advised to run Setup repl --repl-multi-file= fn instead.CabalCreates the autogenerated files for a particular configured component.Legacy function: does not run pre-build hooks or pre-processors. This function is insufficient on its own to prepare the build for a component.Consumers wanting to prepare the sources of a component, e.g. in order to launch a REPL session, are advised to run  Setup repl  compName --repl-multi-file= fn instead.CabalCreates the autogenerated files for a particular configured component, and runs the pre-build hook.CabalGenerate and write to disk all built-in autogenerated files for the specified component. These files will be put in the autogenerated module directory for this component (see autogenComponentsModuleDir).This includes:Paths_ pkg.hs, PackageInfo_ pkg.hs,Backpack signature files for components that are not fully instantiated,cabal_macros.h. Cabal?Built-in autogenerated files and their contents. This includes:Paths_ pkg.hs, PackageInfo_ pkg.hs,Backpack signature files for components that are not fully instantiated,cabal_macros.h. Cabal An empty ".hsig" Backpack signature module for each requirement, so that GHC has a source file to look at it when it needs to typecheck a signature. It's harmless to generate these modules, even when there is a real hsig file written by the user, since include path ordering ensures that the real hsig= file will always be picked up before the autogenerated one.CabalWrite the given autogenerated files in the autogenerated modules directory for the component. Cabal'Mostly information from the .cabal fileCabalConfiguration informationCabal#Flags that the user passed to buildCabal%preprocessors to run before compilingCabal'Mostly information from the .cabal fileCabalConfiguration informationCabal#Flags that the user passed to buildCabal%preprocessors to run before compilingCabal3To which directory should the build-info be dumped?Cabal=Should we dump detailed build information for this component?Cabal'Mostly information from the .cabal fileCabalConfiguration informationCabal#Flags that the user passed to buildCabal'Mostly information from the .cabal fileCabalConfiguration informationCabal#Flags that the user passed to buildCabal%preprocessors to run before compilingCabal build hookCabal'Mostly information from the .cabal fileCabalConfiguration informationCabal#Flags that the user passed to buildCabal%preprocessors to run before compiling Cabalabsolute inplace dirCabal "dist" prefixCabal'mostly information from the .cabal fileCabalConfiguration informationCabalThe verbosity to useCabal "dist" prefixCabal'mostly information from the .cabal fileCabalConfiguration informationCabalBuild info about the componentCabalThe verbosity to useCabalpre-build hookCabalConfiguration informationaThomas Tuegel 2010BSD3cabal-devel@haskell.orgportableNone%'(1aCabal Perform the " ./setup test " action.Cabal!positional command-line argumentsCabal information from the .cabal fileCabal#information from the configure stepCabalflags sent to testbIsaac Jones 2003-2005BSD3cabal-devel@haskell.orgportableNone %'1<! Cabal1The FilePath of a directory, it's a monoid under  . CabalA record that represents the arguments to the haddock executable, a product monoid. Cabalhaddock's `--use-unicode` flag Cabal#haddock's static / auxiliary files. CabalModules to process. CabalRe-exported modules Cabal"To find the correct GHC, required. Cabal Additional flags to pass to GHC. CabalPrologue file name, ignored by , optional for haddocks. CabalPrologue text, required for  , ignored by haddocks. CabalPage title, required. Cabal$Where to generate the documentation. Cabal (Interface file, URL to the HTML docs and hyperlinked-source for links). Cabal%HTML or Hoogle doc or both? Required. Cabal9Optional base url from which static files will be loaded. CabalGenerate index CabalOptional URL to index page. CabalGenerate contents CabalOptional URL to contents page. CabalOptional custom CSS file. CabalGenerate quickjump index CabalGenerate hyperlinked sources Cabal(Template for modules, template for symbols, template for lines). CabalIgnore export lists in modules? Cabal!(Hide modules ?, modules to hide) CabalOptional name used to construct haddock's `--package-name` option for various components (tests suites, sublibriaries, etc). CabalPackage name, required. Cabal?Path to the interface file, relative to argOutputDir, required. Cabal7Get Haddock program and check if it matches the requestCabalExecute Haddock configured with  HaddocksFlags. It is used to build index and contents for documentation of multiple packages. CabalIf Hi Haddock is supported, this function creates temporary directories and copies existing interface and object files produced by GHC into them, then passes them off to the given continuation.If Hi Haddock is _not_ supported, we can't re-use GHC's compilation files. Instead, we use a clean temporary directory to the continuation, with no hope for recompilation avoidance.-See Note [Hi Haddock Recompilation Avoidance] Cabal*Call haddock with the specified arguments.CabalGiven a list of s, return a list of interfaces and HTML paths, and an optional warning for packages with missing documentation. Cabalquickjump feature CabalDirectories for -hidir, -odir, and -stubdir to GHC through Haddock. See Note [Hi Haddock Recompilation Avoidance]Cabaltemplate for HTML location CabalDirectories for -hidir, -odir, and -stubdir to GHC through Haddock. See Note [Hi Haddock Recompilation Avoidance]Cabaltemplate for HTML locationCabal common args CabalDirectories for -hidir, -odir, and -stubdir to GHC through Haddock. See Note [Hi Haddock Recompilation Avoidance]Cabaltemplate for HTML locationCabal common args CabalDirectories for -hidir, -odir, and -stubdir to GHC through Haddock. See Note [Hi Haddock Recompilation Avoidance]Cabaltemplate for HTML locationCabal common args CabalDirectories for -hidir, -odir, and -stubdir to GHC through Haddock. See Note [Hi Haddock Recompilation Avoidance]Cabaltemplate for HTML locationCabal common args CabalDirectories for -hidir, -odir, and -stubdir to GHC through Haddock. See Note [Hi Haddock Recompilation Avoidance]Cabaltemplate for HTML locationCabal common args Cabaltemplate for HTML location CabalWorking directoryCabalHaddock's versionCabal Continuation Cabalrequire targets CabalCalled when the  exe is not found.  cJohan Tibell 2011BSD3cabal-devel@haskell.orgportableNone%Cabal Perform the " ./setup bench " action.Cabal!positional command-line argumentsCabal information from the .cabal fileCabal#information from the configure stepCabalflags sent to benchmarkdIsaac Jones 2003-2005BSD3cabal-devel@haskell.orgportableNone"%1c CabalA simple implementation of main for a Cabal setup script. It reads the package description file using IO, and performs the action specified on the command line.Cabal A version of  that is passed the command line arguments, rather than getting them from the environment.CabalA customizable version of .CabalA customizable version of - that also takes the command line arguments.CabalLike , but accepts the package description as input rather than using IO to read it.CabalA customizable version of .CabalA customizable version of - that also takes the command line arguments. CabalThe central command chooser of the Simple build system, with other defaultMain functions acting as exposed callers, and with  $ operating as an exceptions handler. This uses  to read response files, preprocessing response files given by "@" prefixes. Given hooks and args, this runs  onto the args, getting  data back, which is then pattern-matched into IO actions for execution, with arguments applied by the parser. CabalCombine the preprocessors in the given hooks with the preprocessors built into cabal. CabalTry to read the  Cabal Read the  or throw an exception.CabalHooks that correspond to a plain instantiation of the "simple" build systemCabalBasic autoconf : runs  ./configure , if present.the pre-hooks, except for pre-conf, read additional build information from package .buildinfo , if present.Thus  configure/ can use local system information to generate package .buildinfo and possibly other files.     02<:45618379>;?=" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!""""""""""""""""""""""""""""""""""7"                                     ijj  mxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx        !!!!!!!!!""""""""""""""""##########$$$%%%%%%%%&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&'o''''''''''''''''''''''''''''''''''''''''''(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((())))))))))))) ) ) )) ) ) ) ) ) * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + + + + + + + + + + + + + + + + + + , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,,, , , , , , , , , , , , , , , , , , , , , , , , - -             p                                                                                    . . . . . . . . . . . . . . . . . . . . . / / / / / / / / / 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 2 3 3 4 4 4 4 4 4 4 4 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 6 6 7 7 7 7 7 77 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7       8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9                   ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;;;;;;;;;;;;;;;;;;;<<<<<<<<<<<<<<<<<<<<<<<<<=============================================>>>>>>>??@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEFGGGGGGGGGGGGGGGGGGGGHIIKKKKKKKKKKKKKKKKLLLLLLLLLLLLLLLLLLLMMMMMMAAAAAAAAAAAAANNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPQQQQQQQRRRRRRSTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT::::::::::::::::::::::::::UUUUUUUUUUUUUUUUUUUUUUUUVVVVWWWXXYYYYYYYYYYYYYYYZ[\ \\\\\\\\\\\\ \]]]]]]]]]]]]]]]]]^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ__________```````````````````abbbbbbbbbbbbbbbbcddddddddddddfffffffffffffffffffggggggggggghi||jjjjjj |||||||||||||snnnqquuttttttttttttttwxxxxxxxxxxxxxxx{{{{{{{{{{{{{{ ''''(((((u ./335y6678888;;==@@CFGKKOOOOOOOOOOOOO O O OQQQQQRTTTTTT:::::::::::::::UUUUUUUVWWWWyyyyyyyyyyyY]]JJJJJJJJJJJJJJJJJJJJJJJ______ _ _ _ _ _   ` ` ` ` ` ` ` ` ` ` ` ` `` ` b  b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b d d d d                                                                 ! ! ! ! ! !!!!!!!!!!!!!! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " ""%Cabal-3.16.0.0-1YZHuvI2dgR4GlGeuk23esDistribution.Compat.StackDistribution.Simple.UtilsDistribution.Make"Distribution.Simple.LocalBuildInfo Distribution.Compat.ResponseFileDistribution.Compat.DirectoryDistribution.Compat.FilePathDistribution.Compat.CreatePipe Distribution.Backpack.FullUnitIdDistribution.Backpack.ModSubst!Distribution.Backpack.ModuleShape$Distribution.Backpack.PreModuleShapeDistribution.Compat.Process%Distribution.PackageDescription.CheckDistribution.ReadE$Distribution.Simple.BuildToolDependsDistribution.Simple.BuildWayDistribution.Simple.CCompilerDistribution.Simple.Flag!Distribution.Simple.Glob.Internal%Distribution.Simple.FileMonitor.Types(Distribution.Simple.InstallDirs.InternalDistribution.Simple.InstallDirs$Distribution.Simple.Program.InternalDistribution.TestSuiteDistribution.Types.AnnotatedId#Distribution.Types.ComponentInclude*Distribution.Types.ComponentLocalBuildInfo Distribution.Types.DumpBuildInfo!Distribution.Types.GivenComponent$Distribution.Types.PackageName.MagicDistribution.Types.ParStratDistribution.Types.TargetInfoDistribution.Utils.IODataDistribution.Utils.JsonDistribution.Utils.MapAccumDistribution.Utils.ProgressDistribution.Verbosity.InternalDistribution.Verbosity#Distribution.Simple.SetupHooks.Rule%Distribution.Simple.SetupHooks.Errors!Distribution.Simple.Program.Types$Distribution.Simple.PreProcess.TypesDistribution.Simple.Errors$Distribution.Simple.PreProcess.UnlitDistribution.Utils.NubListDistribution.Utils.LogProgressDistribution.Simple.Program.Run"Distribution.Simple.Program.Script(Distribution.Simple.Program.ResponseFileDistribution.Simple.Program.Hpc Distribution.Simple.Program.Find Distribution.Simple.PackageIndex&Distribution.Simple.PackageDescriptionDistribution.Simple.GlobDistribution.Simple.Compiler!Distribution.Simple.Program.HcPkgDistribution.Simple.GHCJSDistribution.Simple.Program.GHC#Distribution.Simple.Program.BuiltinDistribution.Simple.Program.DbDistribution.Simple.Program!Distribution.Simple.Program.StripDistribution.Simple.CommandDistribution.Simple.Setup#Distribution.Types.LocalBuildConfig!Distribution.Types.LocalBuildInfoDistribution.Simple.Test.LogDistribution.Simple.Program.LdDistribution.Simple.Program.ArDistribution.Simple.Hpc+Distribution.Simple.Build.PackageInfoModule Distribution.Simple.Build.MacrosDistribution.Simple.Configure)Distribution.Backpack.ConfiguredComponent%Distribution.Backpack.LinkedComponent%Distribution.Backpack.ComponentsGraph Distribution.Simple.Build.InputsDistribution.Simple.BuildTargetDistribution.Simple.BuildPathsDistribution.Simple.UHCDistribution.Simple.Test.LibV09Distribution.Simple.Test.ExeV10'Distribution.Simple.SetupHooks.InternalDistribution.Simple.GHC!Distribution.Simple.ShowBuildInfoDistribution.Simple.Install%Distribution.Simple.Build.PathsModuleDistribution.Compat.TimeDistribution.Backpack.Configure$Distribution.Backpack.DescribeUnitIdDistribution.Simple.RegisterDistribution.Simple.PreProcessDistribution.Simple.UserHooksDistribution.Simple.SrcDistDistribution.Simple.BuildDistribution.Simple.TestDistribution.Simple.HaddockDistribution.Simple.BenchDistribution.SimpleCabal!Distribution.Backpack.ModuleScopeDistribution.Compat.Async$Distribution.Compat.GetShortPathName%Distribution.Compat.Internal.TempFileDistribution.Compat.CopyFile$Distribution.Compat.Prelude.InternalSystem.ProcessprocDistribution.Compat.SnocList Verbosity annotateIODistribution.Compat.EnvironmentControl.Exception IOExceptionDistribution.GetOptSystem.EnvironmentgetArgsDistribution.Lex-Distribution.PackageDescription.Check.WarningDistribution.PackageCheck*Distribution.Backpack.PreExistingComponent System.IO hGetContentshPutStrhCloseDistribution.Utils.UnionFindDistribution.Backpack.UnifyMDistribution.Backpack.MixLinkDistribution.ZinzaPrelude'Distribution.Simple.Build.PathsModule.Z-Distribution.Simple.Build.PackageInfoModule.Z"Distribution.Simple.Build.Macros.Z Paths_Cabal ExceptiondisplayExceptionDispDoc CreatePipeIPIInstalledPackageInfo+Distribution.PackageDescription.Check.Monad1Distribution.PackageDescription.Check.Conditional,Distribution.PackageDescription.Check.Common Distribution.Simple.GHC.ImplInfo Distribution.Simple.Setup.CommonDistribution.Simple.Setup.TestDistribution.Simple.Setup.SDistDistribution.Simple.Setup.Repl"Distribution.Simple.Setup.Register!Distribution.Simple.Setup.Install"Distribution.Simple.Setup.Hscolour!Distribution.Simple.Setup.Haddock Distribution.Simple.Setup.GlobalDistribution.Simple.Setup.Copy Distribution.Simple.Setup.Config D.C.SetupfilterConfigureFlagsbuild ConfigFlags InstallDirsabsoluteInstallDirsprefixRelativeInstallDirsDistribution.Backpack.IdDistribution.Simple.Setup.CleanDistribution.Simple.Setup.Build#Distribution.Simple.Setup.BenchmarkHaddock Distribution.Simple.GHC.Internal)Distribution.Simple.GHC.EnvironmentParserDistribution.ModuleNamemain#Distribution.Simple.GHC.Build.Utils%Distribution.Simple.GHC.Build.ModulesHpcWay*Distribution.Simple.GHC.Build.ExtraSourcesInternalcomponentCxxGhcOptionscomponentCmmGhcOptions"Distribution.Simple.GHC.Build.LinkDistribution.Simple.GHC.Build+Distribution.PackageDescription.Check.Paths,Distribution.PackageDescription.Check.TargetfindPackageDescTestType$Distribution.Backpack.ReadyComponent#Distribution.Simple.ConfigureScriptbaseGHC.Stack.Types CallStackData.Ord comparing Data.OldList isInfixOf intercalate,Cabal-syntax-3.16.0.0-813lolNablNGaeNilk6GeHDistribution.Utils.GenericwrapTextwrapLinewithFileContentswriteFileAtomic fromUTF8BS fromUTF8LBStoUTF8BS toUTF8LBS ignoreBOM readUTF8FilewithUTF8FileContents writeUTF8FilenormaliseLineEndingsdropWhileEndLEtakeWhileEndLEordNubordNubBy listUnion ordNubRightsortNublistUnionRightsafeHeadsafeTailsafeLastsafeInitequating lowercase unintersperseisAbsoluteOnAnyPlatformisRelativeOnAnyPlatformDistribution.Types.VersionVersionDistribution.Types.LibraryName LibraryName LMainLibName LSubLibNamedefaultLibName Distribution.Types.ComponentName ComponentNameCLibName CNotLibName CBenchName CTestNameCExeName CFLibNameshowComponentNamecomponentNameStringDistribution.LicenseLicenseGPLAGPLLGPLBSD2BSD3BSD4MITISCMPLApache PublicDomainAllRightsReservedUnspecifiedLicense OtherLicenseUnknownLicenseDistribution.Types.Component ComponentCLibCFLibCExeCTestCBench foldComponentcomponentBuildInfocomponentBuildable componentName%Distribution.Types.PackageDescription pkgComponentspkgBuildableComponentslookupComponent getComponent GHC.ExceptionprettyCallStack GHC.Stack callStackwithFrozenCallStackGHC.ResponseFile escapeArgsdirectory-1.3.8.5-inplaceSystem.Directory makeAbsolute listDirectory doesPathExistfilepath-1.4.301.0-inplaceSystem.FilePath.Posix isExtensionOfstripExtensionprocess-1.6.25.0-inplaceSystem.Process.Internals createPipeFullDb FullUnitIdexpandOpenUnitId expandUnitId$fShowFullUnitId$fGenericFullUnitIdModSubstmodSubst$fModSubstTuple2$fModSubstList $fModSubstMap $fModSubstSet$fModSubstOpenUnitId$fModSubstOpenModule ModuleShapemodShapeRequiresmodShapeProvidesemptyModuleShapeshapeInstalledPackage$fModSubstModuleShape$fStructuredModuleShape$fBinaryModuleShape$fEqModuleShape$fShowModuleShape$fGenericModuleShapePreModuleShapepreModShapeRequirespreModShapeProvidestoPreModuleShaperenamePreModuleShapemixLinkPreModuleShape$fEqPreModuleShape$fShowPreModuleShape$fGenericPreModuleShapecreateTempDirectorysetFileOrdinarysetFileExecutableenableProcessJobsexpandResponse WithCallStackparentSrcLocPrefixwithLexicalCallStackannotateCallStackIOCheckExplanationIDStringCheckExplanationIDCheckExplanation ParseWarning NoNameFieldNoVersionFieldNoTargetUnnamedInternalDuplicateSectionsIllegalLibraryNameNoModulesExposedSignaturesCabal2AutogenNotExposedAutogenIncludesNotIncludedNoMainIs NoHsLhsMainMainCCabal1_18AutogenNoOtherAutogenIncludesNotIncludedExeTestsuiteTypeNotKnownTestsuiteNotSupportedBenchmarkTypeNotKnownBenchmarkNotSupportedNoHsLhsMainBenchInvalidNameWinZPrefix NoBuildType NoCustomSetupUnknownCompilersUnknownLanguagesUnknownExtensionsLanguagesAsExtensionDeprecatedExtensionsMissingFieldCategoryMissingFieldMaintainerMissingFieldSynopsisMissingFieldDescriptionMissingFieldSynOrDescSynopsisTooLong ShortDescInvalidTestWithImpossibleInternalDepImpossibleInternalExeMissingInternalExe NONELicense NoLicenseAllRightsReservedLicenseLicenseMessParseUnrecognisedLicense UncommonBSD4UnknownLicenseVersion NoLicenseFileUnrecognisedSourceRepo MissingTypeMissingLocation GitProtocol MissingModule MissingTag SubdirRelPathSubdirGoodRelPathOptFasmOptHpcOptProfOptOOptHideOptMakeOptONotOptOOneOptOTwoOptSplitSections OptSplitObjsOptWlsOptExtsOptRts OptWithRts COptONumberCOptCPPOptJSPPOptAlternativesRelativeOutside AbsolutePathBadRelativePath DistPointGlobSyntaxErrorRecursiveGlobInRoot InvalidOnWinFilePathTooLongFilePathNameTooLongFilePathSplitTooLong FilePathEmpty CVTestSuiteCVDefaultLanguageCVDefaultLanguageComponentCVDefaultLanguageComponentSoftCVExtraDocFiles CVMultiLib CVReexportedCVMixinsCVExtraFrameworkDirsCVDefaultExtensionsCVExtensionsDeprecated CVSourcesCVExtraDynamicCVVirtualModulesCVSourceRepository CVExtensions CVCustomSetupCVExpliticDepsCustomSetupCVAutogenPathsCVAutogenPackageInfoCVAutogenPackageInfoGuard GlobNoMatchGlobExactMatch GlobNoDir UnknownOS UnknownArchUnknownCompilerBaseNoUpperBoundsMissingUpperBounds LEUpperBoundsTrailingZeroUpperBounds GTLowerBoundsSuspiciousFlagNameDeclaredUsedFlagsNonASCIICustomFieldRebindableClashPathsRebindableClashPackageInfoWErrorUnneeded JUnneededFDeferTypeErrorsUnneededDynamicUnneededProfilingUnneededUpperBoundSetupDuplicateModulePotentialDupModuleBOMStartNotPackageNameNoDesc MultiDesc UnknownFileMissingSetupFileMissingConfigureScriptUnknownDirectoryMissingSourceControlMissingExpectedDocFilesWrongFieldForExpectedDocFiles PackageCheckPackageBuildImpossiblePackageBuildWarningPackageDistSuspiciousPackageDistSuspiciousWarnPackageDistInexcusable explanationppPackageCheckisHackageDistErrorfilterPackageChecksByIdfilterPackageChecksByIdStringppCheckExplanationIdReadErunReadE succeedReadE failReadE parsecToReadEparsecToReadEErrunexpectMsgString$fFunctorReadEdesugarBuildToolSimpledesugarBuildToolgetAllToolDependencies isInternalgetAllInternalToolDependenciesBuildWay StaticWayDynWayProfWay ProfDynWaybuildWayPrefix $fEqBuildWay $fOrdBuildWay$fShowBuildWay$fReadBuildWay$fEnumBuildWayCDialectC ObjectiveC CPlusPlusObjectiveCPlusPluscSourceExtensionscDialectFilenameExtensionfilenameCDialect$fSemigroupCDialect$fMonoidCDialect $fEqCDialect$fShowCDialect BooleanFlagasBoolFlagNoFlagtoFlagfromFlagfromFlagOrDefault flagToMaybeflagElim flagToListallFlags maybeToFlag mergeListFlag$fBooleanFlagBool GlobPieceWildCardLiteralUnion GlobPiecesGlobGlobDirGlobDirRecursiveGlobFileGlobDirTrailingdispGlobPiecesisGlobEscapedChar$fStructuredGlobPiece$fBinaryGlobPiece $fParsecGlob $fPrettyGlob$fStructuredGlob $fBinaryGlob$fEqGlob $fShowGlob $fGenericGlob $fEqGlobPiece$fShowGlobPiece$fGenericGlobPieceMonitorKindDir DirExists DirModTime DirNotExistsMonitorKindFile FileExists FileModTime FileHashed FileNotExistsMonitorFilePath MonitorFileMonitorFileGlob monitorPathmonitorKindDirmonitorKindFilemonitorPathGlob FilePathRootFilePathRelativeFilePathHomeDir RootedGlob monitorFilemonitorFileHashedmonitorNonExistentFilemonitorFileExistencemonitorDirectorymonitorNonExistentDirectorymonitorDirectoryExistencemonitorFileOrDirectorymonitorFileGlobmonitorFileGlobExistencemonitorFileSearchPathmonitorFileHashedSearchPath$fParsecFilePathRoot$fPrettyFilePathRoot$fStructuredFilePathRoot$fBinaryFilePathRoot$fParsecRootedGlob$fPrettyRootedGlob$fStructuredRootedGlob$fBinaryRootedGlob$fStructuredMonitorKindFile$fBinaryMonitorKindFile$fStructuredMonitorKindDir$fBinaryMonitorKindDir$fStructuredMonitorFilePath$fBinaryMonitorFilePath$fEqMonitorFilePath$fShowMonitorFilePath$fGenericMonitorFilePath$fEqMonitorKindDir$fShowMonitorKindDir$fGenericMonitorKindDir$fEqMonitorKindFile$fShowMonitorKindFile$fGenericMonitorKindFile$fEqRootedGlob$fShowRootedGlob$fGenericRootedGlob$fEqFilePathRoot$fShowFilePathRoot$fGenericFilePathRootPathTemplateVariable PrefixVar BindirVar LibdirVar LibsubdirVar DynlibdirVar DatadirVar DatasubdirVar DocdirVar HtmldirVar PkgNameVar PkgVerVarPkgIdVar LibNameVar CompilerVarOSVarArchVarAbiVar AbiTagVarExecutableNameVarTestSuiteNameVarTestSuiteResultVarBenchmarkNameVar PathComponentOrdinaryVariable$fReadPathTemplateVariable$fShowPathTemplateVariable $fStructuredPathTemplateVariable$fBinaryPathTemplateVariable$fReadPathComponent$fShowPathComponent$fStructuredPathComponent$fBinaryPathComponent$fEqPathComponent$fOrdPathComponent$fGenericPathComponent$fEqPathTemplateVariable$fOrdPathTemplateVariable$fGenericPathTemplateVariablePathTemplateEnv PathTemplateCopyDest NoCopyDestCopyToCopyToDbInstallDirTemplates sysconfdir haddockdirhtmldirmandirdocdir datasubdirdatadir includedir libexecsubdir libexecdirflibdir dynlibdir libsubdirlibdirbindirprefixcombineInstallDirsdefaultInstallDirsdefaultInstallDirs'substituteInstallDirTemplatestoPathTemplatefromPathTemplatecombinePathTemplatesubstPathTemplateinitialPathTemplateEnvpackageTemplateEnvcompilerTemplateEnvplatformTemplateEnvabiTemplateEnvinstallDirsTemplateEnv$fSemigroupInstallDirs$fMonoidInstallDirs$fStructuredInstallDirs$fBinaryInstallDirs$fStructuredCopyDest$fBinaryCopyDest$fReadPathTemplate$fShowPathTemplate$fStructuredPathTemplate$fBinaryPathTemplate$fEqPathTemplate$fOrdPathTemplate$fGenericPathTemplate $fEqCopyDest$fShowCopyDest$fGenericCopyDest$fEqInstallDirs$fReadInstallDirs$fShowInstallDirs$fFunctorInstallDirs$fGenericInstallDirsstripExtractVersionResultPassFailErrorProgressFinishedOptionsGroup ExtraOptions groupTests concurrently groupName OptionType OptionFile OptionString OptionNumber OptionBool OptionEnum OptionSet OptionRngSeedoptionFileExtensionsoptionFileIsDiroptionFileMustExistoptionStringMultilineoptionNumberBoundsoptionNumberIsInt OptionDescr optionDefault optionTypeoptionDescription optionName TestInstance setOptionoptionstagsnamerun testGroup $fEqResult $fReadResult $fShowResult$fEqOptionDescr$fReadOptionDescr$fShowOptionDescr$fEqOptionType$fReadOptionType$fShowOptionType AnnotatedIdann_id ann_cnameann_pid$fPackageAnnotatedId$fOrdAnnotatedId$fEqAnnotatedId$fShowAnnotatedId$fFunctorAnnotatedIdComponentInclude ci_implicit ci_renaming ci_ann_idci_idci_pkgidci_cnameComponentLocalBuildInfoLibComponentLocalBuildInfoFLibComponentLocalBuildInfoExeComponentLocalBuildInfoTestComponentLocalBuildInfoBenchComponentLocalBuildInfocomponentIsPubliccomponentExposedModulescomponentCompatPackageNamecomponentCompatPackageKeycomponentInternalDepscomponentExeDepscomponentIncludescomponentPackageDepscomponentInstantiatedWithcomponentIsIndefinite_componentUnitIdcomponentComponentIdcomponentLocalNamecomponentIsIndefinitemaybeComponentInstantiatedWithmaybeComponentCompatPackageKeymaybeComponentExposedModules$fIsNodeComponentLocalBuildInfo#$fStructuredComponentLocalBuildInfo$fBinaryComponentLocalBuildInfo $fGenericComponentLocalBuildInfo$fReadComponentLocalBuildInfo$fShowComponentLocalBuildInfo DumpBuildInfoNoDumpBuildInfo$fStructuredDumpBuildInfo$fBinaryDumpBuildInfo$fReadDumpBuildInfo$fShowDumpBuildInfo$fEqDumpBuildInfo$fOrdDumpBuildInfo$fEnumDumpBuildInfo$fBoundedDumpBuildInfo$fGenericDumpBuildInfoPromisedComponentpromisedComponentIdpromisedComponentNamepromisedComponentPackageGivenComponentgivenComponentIdgivenComponentNamegivenComponentPackage$fStructuredGivenComponent$fBinaryGivenComponent$fStructuredPromisedComponent$fBinaryPromisedComponent$fGenericPromisedComponent$fReadPromisedComponent$fShowPromisedComponent$fEqPromisedComponent$fGenericGivenComponent$fReadGivenComponent$fShowGivenComponent$fEqGivenComponent nonExistentPackageThisIsCabalBugfakePackageNamefakePackageCabalFileName fakePackageIdParStratInstallParStrat ParStratXNumJobsUseSemSerialisParallelBuild$fShowParStratX TargetInfotargetComponent targetCLBI$fIsNodeTargetInfo$fStructuredTargetInfo$fBinaryTargetInfo$fGenericTargetInfo$fShowTargetInfo IODataModeIODataModeTextIODataModeBinaryKnownIODataModehGetIODataContentstoIOData iodataModeIOData IODataText IODataBinary withIODatanull hPutContents$fNFDataIOData$fKnownIODataModeByteString$fKnownIODataModeListJson JsonArrayJsonBoolJsonNull JsonNumber JsonObject JsonString renderJson.= $fShowJson mapAccumM$fApplicativeStateM$fFunctorStateM stepProgress failProgress foldProgress$fAlternativeProgress$fApplicativeProgress$fMonadProgress$fFunctorProgress VerbosityFlag VCallStack VCallSiteVNoWrap VMarkOutput VTimestampVStderrVNoWarnVerbosityLevelSilentNormalVerbose Deafening$fStructuredVerbosityLevel$fBinaryVerbosityLevel$fStructuredVerbosityFlag$fBinaryVerbosityFlag$fGenericVerbosityFlag$fShowVerbosityFlag$fReadVerbosityFlag$fEqVerbosityFlag$fOrdVerbosityFlag$fEnumVerbosityFlag$fBoundedVerbosityFlag$fGenericVerbosityLevel$fShowVerbosityLevel$fReadVerbosityLevel$fEqVerbosityLevel$fOrdVerbosityLevel$fEnumVerbosityLevel$fBoundedVerbosityLevelsilentnormalverbose deafening moreVerbose lessVerbosemodifyVerbosityintToVerbosityflagToVerbosity showForCabal showForGHCverboseCallSiteverboseCallStackverboseMarkOutputverboseUnmarkOutput verboseNoWrapverboseTimestampverboseNoTimestamp verboseStderrverboseNoStderr verboseNoWarnverboseNoFlagsverboseHasFlagsisVerboseCallSiteisVerboseCallStackisVerboseMarkOutputisVerboseNoWrapisVerboseQuietisVerboseTimestampisVerboseStderrisVerboseNoWarn$fPrettyVerbosity$fParsecVerbosity$fStructuredVerbosity$fBinaryVerbosity$fBoundedVerbosity$fEnumVerbosity$fOrdVerbosity $fEqVerbosity$fGenericVerbosity$fShowVerbosity$fReadVerbosityDict RuleExecCmdRuleDynDepsCmdRuleCmdsDepsResdepsRes DynDepsCmd dynDepsCmd RuleCommandsStaticRuleCommandDynamicRuleCommandsstaticRuleArgRepstaticRuleCommanddynamicRuleTypeRepdynamicRuleCommand dynamicDepsdynamicRuleInstances CommandDataCommand cmdInstances actionArg actionPtrStaticRulesrunRulesRulesT runRulesTRulesEnvrulesEnvNameSpacerulesEnvVerbosityRulesM RuleOutput outputIndex outputOfRule DependencyRuleDependencyFileDependencyLocationlocationRelPathlocationBaseDirRuleDataRuleresultsstaticDependencies ruleCommands RuleBinarySScopeSUserSSystemScopeUserSystemRuleIdruleName ruleNameSpace SystemStatic userStaticKey UserStatic userStaticPtr staticRule dynamicRulelocationnoRulesrules computeRules mkCommand runCommand ruleDepsCmdrunRuleDynDepsCmd ruleExecCmdrunRuleExecCmd ruleBinary$fShowLocation$fBinaryLocation $fOrdLocation $fEqLocation$fBinaryStatic $fOrdStatic $fEqStatic $fShowStatic$fBinaryScopedArgument$fBinaryScopedArgument0$fBinaryRuleCommands$fBinaryRuleCommands0$fEqRuleCommands$fEqRuleCommands0$fShowRuleCommands$fBinaryCommandData$fBinaryCommandData0$fEqCommandData$fEqCommandData0$fShowCommandData$fShowRuleData$fMonadTransRulesT $fMonoidRules$fSemigroupRules$fStructuredLocation$fFunctorRulesT$fApplicativeRulesT $fMonadRulesT$fMonadIORulesT$fMonadFixRulesT$fGenericRuleData $fShowDepsRes $fEqDepsRes $fOrdDepsRes$fGenericNoCmd $fEqNoCmd $fOrdNoCmd $fShowNoCmd $fBinaryNoCmd$fEqScopedArgument$fOrdScopedArgument$fShowScopedArgument $fEqStatic0 $fOrdStatic0 $fShowStatic0$fBinaryStatic0$fShowDependency$fEqDependency$fOrdDependency$fGenericDependency$fBinaryDependency$fStructuredDependency$fShowRuleOutput$fEqRuleOutput$fOrdRuleOutput$fGenericRuleOutput$fBinaryRuleOutput$fStructuredRuleOutput $fShowRuleId $fEqRuleId $fOrdRuleId$fGenericRuleId$fBinaryRuleId$fStructuredRuleId$fShowRulesNameSpace$fEqRulesNameSpace$fOrdRulesNameSpace$fGenericRulesNameSpace$fBinaryRulesNameSpace$fStructuredRulesNameSpace$fBinaryDepsRes$fBinaryDynDepsCmd$fEqDynDepsCmd$fBinaryDynDepsCmd0$fEqDynDepsCmd0$fShowDynDepsCmd$fBinaryRuleData$fBinaryRuleData0 $fEqRuleData $fEqRuleData0$fShowRuleData0IllegalComponentDiffReasonCannotChangeNameCannotChangeComponentFieldCannotChangeBuildInfoFieldCannotApplyComponentDiffReasonMismatchedComponentTypesIllegalComponentDiffRulesExceptionCyclicRuleDependencies!CantFindSourceForRuleDependenciesMissingRuleOutputsInvalidRuleOutputIndexDuplicateRuleIdSetupHooksExceptionCannotApplyComponentDiffsetupHooksExceptionCodesetupHooksExceptionMessage$fShowSetupHooksException$$fShowCannotApplyComponentDiffReason $fShowIllegalComponentDiffReason$fShowRulesExceptionProgramLocation UserSpecified FoundOnSystem locationPathConfiguredProgramprogramMonitorFilesprogramLocationprogramPropertiesprogramOverrideEnvprogramOverrideArgsprogramDefaultArgsprogramVersion programIdProgramSearchPathEntryProgramSearchPathDirProgramSearchPathDefaultProgramSearchPathProgArgProgramprogramNormaliseArgsprogramPostConfprogramFindVersionprogramFindLocation programName programPathsuppressOverrideArgssimpleConfiguredProgram"$fStructuredProgramSearchPathEntry$fBinaryProgramSearchPathEntry$fStructuredProgramLocation$fBinaryProgramLocation$fStructuredConfiguredProgram$fBinaryConfiguredProgram $fShowProgram$fEqConfiguredProgram$fGenericConfiguredProgram$fReadConfiguredProgram$fShowConfiguredProgram$fEqProgramLocation$fGenericProgramLocation$fReadProgramLocation$fShowProgramLocation$fShowProgramSearchPathEntry$fEqProgramSearchPathEntry$fGenericProgramSearchPathEntrySuffixPreProcessCommand PreProcessorrunPreProcessor ppOrderingplatformIndependentbuiltinHaskellSuffixesbuiltinHaskellBootSuffixes$fStructuredSuffix$fBinarySuffix$fPrettySuffix $fEqSuffix $fOrdSuffix $fShowSuffix$fGenericSuffix$fIsStringSuffixCabalExceptionNoBenchMarkProgramEnableBenchMarkBenchMarkNameDisabled NoBenchMarkNoLibraryFoundCompilerNotInstalledCantFindIncludeFileUnsupportedTestSuiteUnsupportedBenchMarkNoIncludeFileFound NoModuleFoundRegMultipleInstancePkgSuppressingChecksOnFileNoSupportDirStylePackageDbOnlySupportSpecificPackageDbFailedToParseOutputDescribe DumpFailedFailedToParseOutputDump ListFailedFailedToParseOutputListProgramNotFoundNoSupportForHoogleNoSupportForQuickJumpFlagNoGHCVersionFromHaddockNoGHCVersionFromCompilerHaddockAndGHCVersionDoesntMatchMustHaveSharedLibrariesHaddockPackageFlagsUnknownCompilerFlavorFailedToDetermineTargetNoMultipleTargetsREPLNotSupportedNoSupportBuildingTestSuiteNoSupportBuildingBenchMark BuildingNotSupportedWithCompiler PkgDumpFailedFailedToParseOutputCantFindSourceModuleVersionMismatchJSVersionMismatchGHCJSGlobalPackageDBLimitationGlobalPackageDBSpecifiedFirstMatchDirFileGlobMatchDirFileGlobErrorsErrorParsingFileDoesntExist FailedParsing NotFoundMsgUnrecognisedBuildTargetReportBuildTargetProblemsUnknownBuildTargetAmbiguousBuildTargetCheckBuildTargetsVersionMismatchGHCCheckPackageDbStackPost76CheckPackageDbStackPre76GlobalPackageDbSpecifiedFirstCantInstallForeignLibNoSupportForPreProcessingTest"NoSupportForPreProcessingBenchmarkCantFindSourceForPreProcessFile NoSupportPreProcessingTestExtras%NoSupportPreProcessingBenchmarkExtrasUnlitExceptionRunProgramInvocationExceptionGetProgramInvocationException GetProgramInvocationLBSExceptionCheckSemaphoreSupportNoLibraryForPackageSanityCheckHookedBuildInfoConfigureScriptNotFoundNoValidComponentConfigureEitherSingleOrAllConfigCIDValidForPreComponentSanityCheckForEnableComponents"SanityCheckForDynamicStaticLinkingUnsupportedLanguagesUnsupportedLanguageExtensionCantFindForeignLibrariesExpectedAbsoluteDirectoryFlagsNotSpecifiedEncounteredMissingDependencyCompilerDoesn'tSupportThinningCompilerDoesn'tSupportReexportsCompilerDoesn'tSupportBackpackLibraryWithinSamePackageReportFailedDependenciesNoPackageDatabaseSpecifiedHowToFindInstalledPackagesPkgConfigNotFound BadVersionUnknownCompilerException NoWorkingGcc NoOSSupportNoCompilerSupportInstallDirsNotPrefixRelative ExplainErrorsCheckPackageProblemsLibDirDepsPrefixNotRelativeCombinedConstraintsCantParseGHCOutputIncompatibleWithCabalCouldn'tFindTestProgramTestCoverageSupportCouldn'tFindTestProgLibV09TestCoverageSupportLibV09RawSystemStdoutFindFileFindModuleFileExMultipleFilesWithExtensionRelocRegistrationInfoCreatePackageDB WithHcPkgRegisMultiplePkgNotSupportedRegisteringNotImplementedNoTestSuitesEnabledTestNameDisabled NoSuchTestConfigureProgramRequireProgramNoProgramFound BadVersionDbUnknownVersionDbMissingCoveredInstalledLibrary/MultiReplDoesNotSupportComplexReexportedModulesFailedDependencyDependencyNotExistsDependencyMissingInternalDependencyNoVersion exceptionCodeexceptionMessage$fShowCabalException$fShowFailedDependencyplainunlitTempFileOptionsoptKeepTempFilesVerboseException cabalVersion cabalGitInfodieNoVerbositydieWithLocation'die'dieWithException dieNoWraptopHandlerWith topHandlerwarn warnErrornotice noticeNoWrap noticeDoc setupMessageinfo infoNoWrapdebug debugNoWrap chattyTryhandleDoesNotExistwithOutputMarkerexceptionWithMetadataexceptionWithCallStackPrefix maybeExit rawSystemExitrawSystemExitCode rawSystemProcrawSystemProcActionfromCreatePiperawSystemExitWithEnvrawSystemExitWithEnvCwdrawSystemIOWithEnvrawSystemIOWithEnvAndActionrawSystemStdoutrawSystemStdInOut ignoreSigPipefindProgramVersionxargs findFileCwd findFileExfindFileWithExtensionfindFileCwdWithExtensionfindAllFilesCwdWithExtensionfindAllFilesWithExtensionfindFileWithExtension'findFileCwdWithExtension' findFirstFilefindModuleFilesExfindModuleFilesCwdfindModuleFileExfindModuleFileCwdgetDirectoryContentsRecursiveisInSearchPathaddLibraryPathmoreRecentFileexistsAndIsMoreRecentThancreateDirectoryIfMissingVerbosecopyFileVerboseinstallOrdinaryFileinstallExecutableFileinstallMaybeExecutableFile copyFileTo copyFileToCwd copyFilesinstallOrdinaryFilesinstallExecutableFilesinstallMaybeExecutableFilesinstallDirectoryContentscopyDirectoryRecursivedoesExecutableExistdefaultTempFileOptions withTempFilewithTempFileCwdwithTempFileExwithTempDirectorywithTempDirectoryCwdwithTempDirectoryExwithTempDirectoryCwdEx rewriteFileExrewriteFileLBSshortRelativePathdropExeExtension exeExtensionsdefaultPackageDescCwdtryFindPackageDescfindHookedPackageDescstripCommonPrefix$fExceptionVerboseException $fEqTraceWhen$fShowVerboseExceptionNubListR fromNubListRNubList fromNubList toNubList overNubList toNubListR overNubListR$fStructuredNubList$fBinaryNubList $fReadNubList $fShowNubList$fSemigroupNubList$fMonoidNubList$fReadNubListR$fShowNubListR$fSemigroupNubListR$fMonoidNubListR $fEqNubListR $fEqNubList$fGenericNubList LogProgressrunLogProgress warnProgress infoProgress dieProgressaddProgressCtx$fMonadLogProgress$fApplicativeLogProgress$fFunctorLogProgress IOEncodingIOEncodingTextIOEncodingUTF8ProgramInvocationprogInvokeWhenprogInvokeOutputEncodingprogInvokeInputEncodingprogInvokeInput progInvokeCwd progInvokeEnvprogInvokeArgsprogInvokePathemptyProgramInvocationsimpleProgramInvocationprogramInvocationprogramInvocationCwdrunProgramInvocationgetProgramInvocationOutputgetProgramInvocationLBS#getProgramInvocationOutputAndErrors getProgramInvocationLBSAndErrorsgetEffectiveEnvironmentgetFullEnvironmentmultiStageProgramInvocationinvocationAsSystemScriptinvocationAsShellScriptinvocationAsBatchFilewithResponseFilemarkupuniondefaultProgramSearchPathlogExtraProgramSearchPathlogExtraProgramOverrideEnvfindProgramOnSearchPathgetExtraPathEnvprogramSearchPathAsPATHVargetSystemSearchPath simpleProgram SearchResultNone Unambiguous AmbiguousInstalledPackageIndex PackageIndexfromListmergeinsert deleteUnitIddeleteSourcePackageIddeletePackageName allPackagesallPackagesByNameallPackagesBySourcePackageId&allPackagesBySourcePackageIdAndLibName lookupUnitIdlookupComponentIdlookupSourcePackageIdlookupPackageIdlookupPackageNamelookupInternalPackageNamelookupDependencylookupInternalDependencyeligibleDependenciesmatchingDependencies searchByNamesearchByNameSubstringsearchWithPredicatedependencyCyclesbrokenPackagesdependencyClosurereverseDependencyClosuretopologicalOrderreverseTopologicalOrderdependencyGraphdependencyInconsistenciesmoduleNameIndex$fSemigroupPackageIndex$fMonoidPackageIndex$fStructuredPackageIndex$fBinaryPackageIndex$fEqPackageIndex$fGenericPackageIndex$fShowPackageIndex$fReadPackageIndexreadGenericPackageDescriptionreadHookedBuildInfo parseString GlobResult GlobMatchGlobWarnMultiDotGlobMissingDirectoryGlobMatchesDirectoryStarInDirectoryStarInFileNameStarInExtensionNoExtensionOnStar EmptyGlobLiteralFileNameGlobStarVersionDoesNotSupportGlobStarVersionDoesNotSupportGlob matchGlobmatchGlobPieces globMatchesmatchDirFileGlobmatchDirFileGlobWithDie parseFileGlobexplainGlobSyntaxErrorrunDirFileGlobisRecursiveInRootfileGlobMatches$fShowGlobResult$fEqGlobResult$fOrdGlobResult$fFunctorGlobResult$fEqGlobSyntaxError$fShowGlobSyntaxErrorCheckPackageContentOpsgetFileContentsgetDirectoryContentsdoesDirectoryExist doesFileExistProfDetailLevelProfDetailNoneProfDetailDefaultProfDetailExportedFunctionsProfDetailToplevelFunctionsProfDetailAllFunctionsProfDetailTopLateProfDetailOther CompilerFlagDebugInfoLevel NoDebugInfoMinimalDebugInfoNormalDebugInfoMaximalDebugInfoOptimisationLevelNoOptimisationNormalOptimisationMaximumOptimisationPackageDBStackCWD PackageDBCWDPackageDBStackS PackageDBSPackageDBStack PackageDBPackageDBStackX PackageDBXGlobalPackageDB UserPackageDBSpecificPackageDBCompilercompilerPropertiescompilerExtensionscompilerLanguagescompilerCompatcompilerAbiTag compilerIdshowCompilerIdshowCompilerIdWithAbicompilerFlavorcompilerVersioncompilerCompatFlavorcompilerCompatVersion compilerInforegistrationPackageDBabsolutePackageDBPathsabsolutePackageDBPathinterpretPackageDBinterpretPackageDBStackcoercePackageDBcoercePackageDBStackflagToOptimisationLevelflagToDebugInfoLevelunsupportedLanguageslanguageToFlagsunsupportedExtensionsextensionsToFlagsparmakeSupportedreexportedModulesSupportedrenamingPackageFlagsSupportedunifiedIPIDRequiredpackageKeySupportedunitIdSupportedbackpackSupported jsemSupportedreexportedAsSupportedlibraryDynDirSupportedarResponseFilesSupportedarDashLSupportedcoverageSupportedprofilingSupported"profilingVanillaSupportedOrUnknownprofilingVanillaSupportedprofilingDynamicSupported"profilingDynamicSupportedOrUnknowndynamicSupportedlibraryVisibilitySupportedflagToProfDetailLevelknownProfDetailLevelsshowProfDetailLevel$fStructuredPackageDBX$fBinaryPackageDBX$fStructuredOptimisationLevel$fBinaryOptimisationLevel$fStructuredDebugInfoLevel$fBinaryDebugInfoLevel$fStructuredCompiler$fBinaryCompiler$fStructuredProfDetailLevel$fBinaryProfDetailLevel$fEqProfDetailLevel$fGenericProfDetailLevel$fReadProfDetailLevel$fShowProfDetailLevel $fEqCompiler$fGenericCompiler$fShowCompiler$fReadCompiler$fBoundedDebugInfoLevel$fEnumDebugInfoLevel$fEqDebugInfoLevel$fGenericDebugInfoLevel$fReadDebugInfoLevel$fShowDebugInfoLevel$fBoundedOptimisationLevel$fEnumOptimisationLevel$fEqOptimisationLevel$fGenericOptimisationLevel$fReadOptimisationLevel$fShowOptimisationLevel$fEqPackageDBX$fGenericPackageDBX$fOrdPackageDBX$fShowPackageDBX$fReadPackageDBX$fFunctorPackageDBX$fFoldablePackageDBX$fTraversablePackageDBXRegisterOptionsregisterSuppressFilesCheckregisterMultiInstanceregisterAllowOverwrite HcPkgInfosuppressFilesCheckrecacheMultiInstancenativeMultiInstancerequiresDirDbssupportsDirDbsflagPackageConf noVerboseFlag noPkgDbStack hcPkgPrograminitinvokedefaultRegisterOptionsregister unregisterrecacheexposedescribehidedumplistinitInvocationregisterInvocationunregisterInvocationrecacheInvocationexposeInvocationdescribeInvocationhideInvocationdumpInvocationlistInvocation GhcImplInfo unitIdForExesflagWarnMissingHomeModulessupportsPkgEnvFilessupportsDebugLevelsflagHie flagDebugInfo flagProfLate flagProfAutoflagGhciScriptalwaysNondecIndent reportsNoExtsupportsGHC2024supportsGHC2021supportsHaskell2010 getImplInfo GhcProfAutoGhcProfAutoAllGhcProfAutoToplevelGhcProfAutoExported GhcProfLateGhcDynLinkMode GhcStaticOnlyGhcDynamicOnlyGhcStaticAndDynamicGhcOptimisationGhcNoOptimisationGhcNormalOptimisationGhcMaximumOptimisationGhcSpecialOptimisationGhcModeGhcModeCompile GhcModeLink GhcModeMakeGhcModeInteractiveGhcModeAbiHash GhcOptions ghcOptCabalghcOptExtraPathghcOptVerbosity ghcOptRPathsghcOptDylibName ghcOptFPic ghcOptSharedghcOptStaticLibghcOptDynLinkMode ghcOptStubDirghcOptOutputDir ghcOptObjDir ghcOptHieDir ghcOptHiDirghcOptDynObjSuffixghcOptDynHiSuffixghcOptObjSuffixghcOptHiSuffixghcOptGHCiScripts ghcOptHPCDir ghcOptNumJobsghcOptSplitObjsghcOptSplitSectionsghcOptProfilingAutoghcOptProfilingModeghcOptDebugInfoghcOptOptimisationghcOptExtensionMapghcOptExtensionsghcOptLanguageghcOptCcProgramghcOptFfiIncludesghcOptCppIncludesghcOptCppIncludePathghcOptJSppOptionsghcOptCppOptionsghcOptAsmOptionsghcOptCxxOptionsghcOptCcOptionsghcOptLinkModDefFilesghcOptLinkNoHsMain ghcOptNoLink ghcOptLinkRtsghcOptLinkFrameworkDirsghcOptLinkFrameworksghcOptLinkOptionsghcOptLinkLibPathghcOptLinkLibsghcOptNoAutoLinkPackagesghcOptWarnMissingHomeModulesghcOptHideAllPackagesghcOptPackagesghcOptPackageDBs ghcOptNoCodeghcOptInstantiatedWithghcOptThisComponentIdghcOptThisUnitIdghcOptUnitFilesghcOptSourcePathghcOptSourcePathClearghcOptOutputDynFileghcOptOutputFileghcOptInputModulesghcOptInputScriptsghcOptInputFilesghcOptExtraDefault ghcOptExtra ghcOptModenormaliseGhcArgsrunGHCrunGHCWithResponseFilerunReplProgram ghcInvocationrenderGhcOptionspackageDbArgsDb$fSemigroupGhcOptions$fMonoidGhcOptions$fShowGhcOptions$fGenericGhcOptions$fShowGhcProfAuto$fEqGhcProfAuto$fShowGhcDynLinkMode$fEqGhcDynLinkMode$fShowGhcOptimisation$fEqGhcOptimisation $fShowGhcMode $fEqGhcModebuiltinPrograms ghcProgram runghcProgram ghcPkgProgram ghcjsProgramghcjsPkgProgram jhcProgram uhcProgram hpcProgram happyProgram alexProgram gccProgram gppProgram arProgram stripProgram hsc2hsProgram c2hsProgram cpphsProgramhscolourProgramdoctestProgramhaddockProgram ldProgram tarProgram cppProgrampkgConfigProgramConfiguredProgsUnconfiguredProgs ProgramDbconfiguredProgsprogOverrideEnvprogSearchPathunconfiguredProgsemptyProgramDbdefaultProgramDbupdateUnconfiguredProgsupdateConfiguredProgsrestoreProgramDbaddKnownProgramaddKnownProgramslookupKnownProgram knownProgramsgetProgramSearchPathsetProgramSearchPathmodifyProgramSearchPathprependProgramSearchPath!prependProgramSearchPathNoLogginguserSpecifyPathuserMaybeSpecifyPathuserSpecifyArgsuserSpecifyPathsuserSpecifyArgssuserSpecifiedArgs lookupProgramlookupProgramByName updateProgramconfiguredProgramsconfigureProgramconfigureUnconfiguredProgramunconfigureProgramconfigureAllKnownProgramsreconfigureProgramsrequireProgram needProgramlookupProgramVersionrequireProgramVersion$fStructuredProgramDb$fBinaryProgramDb$fReadProgramDb$fShowProgramDb runProgram runProgramCwdgetProgramOutput runDbProgramrunDbProgramCwdgetDbProgramOutputgetDbProgramOutputCwdstripExestripLib CommandSpec CommandType NormalCommand HiddenCommand CommandParse CommandHelp CommandList CommandErrorsCommandReadyToGo MkOptDescrArgPlaceHolderOptFlagsLFlagsSFlagsOptDescrReqArgOptArg ChoiceOptBoolOpt OptionField optionDescr DescriptionNameShowOrParseArgsShowArgs ParseArgs CommandUIcommandOptionscommandDefaultFlags commandNotescommandDescription commandUsagecommandSynopsis commandName fmapOptDescroption multiOptionreqArgoptArgreqArg'optArg' optArgDef'noArgboolOptboolOpt' choiceOptchoiceOptFromEnum liftOption liftOptionLcommandShowOptions usageDefaultusageAlternatives mkCommandUIcommandParseArgs hiddenCommandcommandAddAction commandsRundefaultCommandFallbackcommandsRunWithFallback noExtraFlagsgetNormalCommandDescriptions helpCommandUIcommandFromSpec$fFunctorCommandParseCommonSetupFlagssetupKeepTempFiles setupTargetssetupCabalFilePath setupDistPrefsetupWorkingDirsetupVerbositydefaultCommonSetupFlagscommonSetupTempFileOptionsdefaultDistPrefprogramFlagsDescriptionprogramDbPaths'programDbOptionstrueArgfalseArgoptionDistPrefoptionVerbosityconfigureCCompilerconfigureLinker splitArgs TestFlags testOptionstestFailWhenNoTestSuites testWrapper testKeepTixtestShowDetailstestMachineLog testHumanLogtestCommonFlagsTestShowDetailsNeverFailuresAlways StreamingDirectTestCommonFlags testVerbosity testDistPreftestWorkingDirtestCabalFilePath testTargetsdefaultTestFlags testCommand testOptions'emptyTestFlags SDistFlagssDistListSourcessDistDirectory sDistSnapshotsDistCommonFlagsSDistCommonFlagssDistVerbosity sDistDistPrefsDistWorkingDirsDistCabalFilePath sDistTargetsdefaultSDistFlags sdistCommandemptySDistFlags ReplFlagsreplReplOptions replReloadreplProgramArgsreplProgramPathsreplCommonFlags ReplOptions replWithReplreplOptionsFlagOutputreplOptionsNoLoadreplOptionsFlagsReplCommonFlags replVerbosity replDistPrefreplWorkingDirreplCabalFilePath replTargetsdefaultReplFlags replCommand replOptions RegisterFlags regPrintId regInPlace regGenPkgConf regGenScript regPackageDBregisterCommonFlagsRegisterCommonFlagsregisterVerbosityregisterDistPrefregisterWorkingDirregisterCabalFilePathregisterTargetsdefaultRegisterFlagsregisterCommandunregisterCommandemptyRegisterFlags InstallFlagsinstallInPlaceinstallUseWrapper installDestinstallPackageDBinstallCommonFlagsInstallCommonFlagsinstallVerbosityinstallDistPrefinstallWorkingDirinstallCabalFilePathinstallTargetsdefaultInstallFlagsinstallCommandemptyInstallFlags HscolourFlagshscolourForeignLibshscolourBenchmarkshscolourTestSuiteshscolourExecutables hscolourCSShscolourCommonFlagsHscolourCommonFlagshscolourVerbosityhscolourDistPrefhscolourWorkingDirhscolourCabalFilePathhscolourTargetsemptyHscolourFlagsdefaultHscolourFlagshscolourCommandHaddockProjectFlagshaddockProjectUseUnicodehaddockProjectResourcesDirhaddockProjectHscolourCsshaddockProjectCsshaddockProjectInternalhaddockProjectForeignLibshaddockProjectBenchmarkshaddockProjectTestSuiteshaddockProjectExecutableshaddockProjectHtmlLocationhaddockProjectHooglehaddockProjectProgramArgshaddockProjectProgramPathshaddockProjectInterfaceshaddockProjectProloguehaddockProjectDirhaddockProjectHackagehaddockProjectCommonFlags VisibilityVisibleHidden HaddockFlagshaddockUseUnicodehaddockOutputDirhaddockResourcesDirhaddockBaseUrl haddockIndexhaddockContentshaddockHscolourCsshaddockQuickJumphaddockLinkedSource haddockCsshaddockInternalhaddockForeignLibshaddockBenchmarkshaddockTestSuiteshaddockExecutableshaddockForHackagehaddockHtmlLocation haddockHtml haddockHooglehaddockProgramArgshaddockProgramPathshaddockCommonFlags HaddockTarget ForHackageForDevelopmentHaddockCommonFlagshaddockVerbosityhaddockDistPrefhaddockWorkingDirhaddockCabalFilePathhaddockTargetsdefaultHaddockFlagshaddockCommandhaddockOptionsemptyHaddockFlagsdefaultHaddockProjectFlagshaddockProjectCommandhaddockProjectOptionsemptyHaddockProjectFlags GlobalFlagsglobalWorkingDirglobalNumericVersion globalVersiondefaultGlobalFlags globalCommandemptyGlobalFlags CopyFlagscopyDestcopyCommonFlagsCopyCommonFlags copyVerbosity copyDistPrefcopyWorkingDircopyCabalFilePath copyTargetsdefaultCopyFlags copyCommandemptyCopyFlagsconfigIgnoreBuildToolsconfigCoverageFor!configAllowDependingOnPrivateLibsconfigUseResponseFilesconfigDumpBuildInfoconfigDebugInfoconfigRelocatableconfigFlagErrorconfigExactConfigurationconfigLibCoverageconfigCoverageconfigBenchmarks configTestsconfigConfigurationsFlagsconfigInstantiateWithconfigPromisedDependenciesconfigDependenciesconfigConstraintsconfigStripLibsconfigStripExesconfigSplitObjsconfigSplitSections configGHCiLibconfigPackageDBsconfigUserInstallconfigDeterministic configCID configIPIDconfigExtraIncludeDirsconfigExtraFrameworkDirsconfigExtraLibDirsStaticconfigExtraLibDirsconfigScratchDirconfigInstallDirsconfigProgSuffixconfigProgPrefixconfigOptimizationconfigConfigureArgsconfigProfLibDetailconfigProfDetailconfigProfShared configProf configProfExeconfigFullyStaticExe configDynExeconfigStaticLibconfigSharedLib configProfLibconfigVanillaLib configHcPkg configHcPathconfigHcFlavorconfigProgramPathExtraconfigProgramArgsconfigProgramPathsconfigPrograms_configCommonFlagsConfigCommonFlagsconfigVerbosityconfigDistPrefconfigWorkingDirconfigCabalFilePath configTargetsconfigProgramsdefaultConfigFlagsconfigureCommandconfigureOptionsreadPackageDbList readPackageDbshowPackageDbList showPackageDbinstallDirsOptionsemptyConfigFlags configureArgs BuildOptions relocatable libCoverage exeCoverage stripLibs stripExes splitObjs splitSections withGHCiLib withDebugInfowithOptimizationwithProfExeDetailwithProfLibDetail withProfExewithFullyStaticExe withDynExe withStaticLib withSharedLibwithProfLibShared withProfLibwithVanillaLibLocalBuildConfigwithBuildOptions withProgramsextraConfigArgsLocalBuildDescrcomponentBuildDescrpackageBuildDescrComponentBuildDescr installedPkgs promisedPkgscomponentNameMapcomponentGraphPackageBuildDescrextraCoverageFor withPackageDBinstallDirTemplates localPkgDescr pkgDescrFile hostPlatformcompilercomponentEnabledSpecflagAssignment configFlagsbuildOptionsConfigFlags$fStructuredPackageBuildDescr$fBinaryPackageBuildDescr$fStructuredComponentBuildDescr$fBinaryComponentBuildDescr$fStructuredLocalBuildDescr$fBinaryLocalBuildDescr$fStructuredBuildOptions$fBinaryBuildOptions$fStructuredLocalBuildConfig$fBinaryLocalBuildConfig$fGenericLocalBuildConfig$fReadLocalBuildConfig$fShowLocalBuildConfig$fEqBuildOptions$fGenericBuildOptions$fReadBuildOptions$fShowBuildOptions$fGenericLocalBuildDescr$fReadLocalBuildDescr$fShowLocalBuildDescr$fGenericComponentBuildDescr$fReadComponentBuildDescr$fShowComponentBuildDescr$fGenericPackageBuildDescr$fReadPackageBuildDescr$fShowPackageBuildDescrLocalBuildInfoNewLocalBuildInfolocalBuildConfiglocalBuildDescrbuildDir buildDirPBDsetupFlagsBuildDir distPrefLBI packageRoot progPrefix progSuffixlocalComponentId localPackage localUnitIdlocalCompatPackageKeycomponentNameTargets' unitIdTarget'componentNameCLBIsallTargetsInBuildOrder'withAllTargetsInBuildOrder'neededTargetsInBuildOrder'withNeededTargetsInBuildOrder' testCoverage buildWayscomponentNameTargets unitIdTargetallTargetsInBuildOrderwithAllTargetsInBuildOrderneededTargetsInBuildOrderwithNeededTargetsInBuildOrder$fStructuredLocalBuildInfo$fBinaryLocalBuildInfo$fGenericLocalBuildInfo$fReadLocalBuildInfo$fShowLocalBuildInfocomponentBuildDirinterpretSymbolicPathLBI mbWorkDirLBIabsoluteWorkingDirLBI withLibLBI withExeLBI withBenchLBI withTestLBIenabledTestLBIsenabledBenchLBIswithAllComponentsInBuildOrderallComponentsInBuildOrderdepLibraryPaths allLibModulesabsoluteComponentInstallDirsabsoluteInstallCommandDirs"prefixRelativeComponentInstallDirsTestLogsTestLog GroupLogs testResulttestOptionsReturnedtestName TestSuiteLoglogFiletestLogs testSuiteName PackageLog testSuitesplatformpackagelocalPackageLogcountTestResults suitePassed suiteFailed suiteErrortestSuiteLogPathsummarizePackage summarizeTestsummarizeSuiteFinishsummarizeSuiteStart$fReadPackageLog$fShowPackageLog$fEqPackageLog$fReadTestSuiteLog$fShowTestSuiteLog$fEqTestSuiteLog$fReadTestLogs$fShowTestLogs $fEqTestLogscombineObjectFilescreateArLibArchive HPCMarkupInfolibsModulesToIncludepathsToLibsArtifactsVanillaProfDynProfDynmixDirtixDir tixFilePathhtmlDirguessWay markupPackage $fBoundedWay $fEnumWay$fEqWay $fReadWay $fShowWaygeneratePackageInfoModulegenerateCabalMacrosHeadergeneratePackageVersionMacroscomputeComponentIdcomputeCompatPackageKeyConfiguredComponentMapConfiguredComponent cc_includes cc_exe_deps cc_public cc_component cc_ann_idcc_cidcc_pkgidcc_namedispConfiguredComponenttoConfiguredComponentextendConfiguredComponentMaptoConfiguredComponentsnewPackageDepsBehaviourLinkedComponentMapLinkedComponentlc_shapelc_sig_includes lc_includes lc_public lc_exe_deps lc_component lc_ann_idlc_cidlc_pkgidlc_uidlc_instsdispLinkedComponenttoLinkedComponenttoLinkedComponentsextendLinkedComponentMap$fPackageLinkedComponentComponentsWithDepsComponentsGraphdispComponentsWithDepsmkComponentsGraphcomponentsGraphToListcomponentCycleMsg CleanFlags cleanSaveConfcleanCommonFlagsCleanCommonFlagscleanVerbosity cleanDistPrefcleanWorkingDircleanCabalFilePath cleanTargetsdefaultCleanFlags cleanCommandemptyCleanFlags BuildFlagsbuildUseSemaphore buildNumJobsbuildProgramArgsbuildProgramPathsbuildCommonFlagsBuildCommonFlagsbuildVerbosity buildDistPrefbuildWorkingDirbuildCabalFilePath buildTargetsdefaultBuildFlags buildCommand buildOptionsemptyBuildFlagsBenchmarkFlagsbenchmarkOptionsbenchmarkCommonFlagsBenchmarkCommonFlagsbenchmarkVerbositybenchmarkDistPrefbenchmarkWorkingDirbenchmarkCabalFilePathbenchmarkTargetsdefaultBenchmarkFlagsbenchmarkCommandbenchmarkOptions'emptyBenchmarkFlags BuildingWhat BuildNormal BuildRepl BuildHaddock BuildHscolourbuildingWhatCommonFlagsbuildingWhatVerbositybuildingWhatWorkingDirbuildingWhatDistPref$fStructuredBuildingWhat$fBinaryBuildingWhat$fGenericBuildingWhat$fShowBuildingWhatPreBuildComponentInputs targetInfolocalBuildInfo buildingWhatbuildComponent buildIsLib buildCLBIbuildBI buildCompiler QualLevelQL1QL2QL3BuildTargetProblemBuildTargetExpectedBuildTargetNoSuchBuildTargetAmbiguousUserBuildTargetProblemUserBuildTargetUnrecognised BuildTargetBuildTargetComponentBuildTargetModuleBuildTargetFileUserBuildTargetreadTargetInfosbuildTargetComponentNamereadBuildTargetsreadUserBuildTargetsreportUserBuildTargetProblemsshowUserBuildTargetshowBuildTargetresolveBuildTargetsreportBuildTargetProblems$fBinaryBuildTarget $fMonadMatch$fApplicativeMatch$fFunctorMatch$fMonadPlusMatch$fAlternativeMatch$fShowMaybeAmbiguous $fShowMatch$fShowMatchError$fEqMatchError$fEqComponentKind$fOrdComponentKind$fShowComponentKind$fEnumComponentKind$fBoundedComponentKind$fEnumQualLevel$fShowQualLevel$fShowBuildTargetProblem$fShowUserBuildTargetProblem$fEqBuildTarget$fShowBuildTarget$fGenericBuildTarget$fShowUserBuildTarget$fEqUserBuildTarget$fOrdUserBuildTargetsrcPref hscolourPref buildInfoPrefhaddockDirNamehaddockLibraryDirPathhaddockTestDirPathhaddockBenchmarkDirPath haddockPrefautogenPackageModulesDirautogenComponentModulesDir cppHeaderNameautogenPathsModuleNameautogenPackageInfoModuleName haddockPathhaddockPackageLibraryNamehaddockPackageLibraryName'haddockLibraryNamehaddockLibraryPathgetLibSourceFilesgetExeSourceFilesgetTestSourceFilesgetBenchmarkSourceFilesgetFLibSourceFilesgetSourceFiles exeBuildDir flibBuildDirstubName testBuildDirbenchmarkBuildDirmkGenericStaticLibName mkLibName mkProfLibNamemkGenericSharedLibNamemkSharedLibNamemkProfSharedLibNamemkStaticLibNamemkGenericSharedBundledLibName exeExtension objExtension dllExtensionstaticLibExtension configuregetInstalledPackagesbuildLibbuildExe installLibregisterPackageinplacePackageDbPathrunTest stubFilePathwriteSimpleTestStubsimpleTestStubstubMain stubWriteLog ComponentDiff componentDiff BuildInfoDiff BenchmarkDiff TestSuiteDiffExecutableDiffForeignLibDiff LibraryDiff InstallHooksinstallComponentHookInstallComponentHookInstallComponentInputs copyFlags BuildHookspostBuildComponentHookpreBuildComponentRulesPostBuildComponentHookPostBuildComponentInputs buildFlagsPreBuildComponentRulesConfigureHookspreConfComponentHookpostConfPackageHookpreConfPackageHookPreConfComponentOutputsPreConfComponentInputs componentPreConfComponentHookPostConfPackageInputsPostConfPackageHookPreConfPackageOutputsextraConfiguredProgsPreConfPackageInputsPreConfPackageHook SetupHooks installHooks buildHooksconfigureHooks noSetupHooksnoPreConfPackageOutputsnoPreConfComponentOutputsnoConfigureHooks noBuildHooksnoInstallHooksemptyComponentDiffbuildInfoComponentDiffapplyComponentDiffsforComponents_ executeRuleshookedBuildInfoComponents"hookedBuildInfoComponentDiff_maybe $fStructuredPreConfPackageInputs$fBinaryPreConfPackageInputs!$fStructuredPreConfPackageOutputs$fBinaryPreConfPackageOutputs!$fStructuredPostConfPackageInputs$fBinaryPostConfPackageInputs"$fStructuredPreConfComponentInputs$fBinaryPreConfComponentInputs$fSemigroupPreConfPkgSemigroup#$fStructuredPreBuildComponentInputs$fBinaryPreBuildComponentInputs$$fStructuredPostBuildComponentInputs $fBinaryPostBuildComponentInputs$fMonoidBuildHooks$fSemigroupBuildHooks"$fStructuredInstallComponentInputs$fBinaryInstallComponentInputs$fMonoidInstallHooks$fSemigroupInstallHooks#$fStructuredPreConfComponentOutputs$fBinaryPreConfComponentOutputs$$fSemigroupPreConfComponentSemigroup$fMonoidConfigureHooks$fSemigroupConfigureHooks$fMonoidSetupHooks$fSemigroupSetupHooks $fGenericPreConfComponentOutputs$fShowPreConfComponentOutputs$fSemigroupComponentDiff$fShowComponentDiff$fGenericInstallComponentInputs$fShowInstallComponentInputs!$fGenericPostBuildComponentInputs$fShowPostBuildComponentInputs $fGenericPreBuildComponentInputs$fShowPreBuildComponentInputs$fGenericPreConfComponentInputs$fShowPreConfComponentInputs$fGenericPostConfPackageInputs$fShowPostConfPackageInputs$fGenericPreConfPackageOutputs$fShowPreConfPackageOutputs$fGenericPreConfPackageInputs$fShowPreConfPackageInputs$fStructuredComponentDiff$fBinaryComponentDiffGhcEnvironmentFileEntryGhcEnvFileCommentGhcEnvFilePackageIdGhcEnvFilePackageDbGhcEnvFileClearPackageDbStackcomponentCcGhcOptionscomponentGhcOptionsghcPlatformAndVersionStringsimpleGhcEnvironmentFilewriteGhcEnvironmentFilerenderGhcEnvironmentFile ParseErrorExcparseGhcEnvironmentFilereadGhcEnvironmentFileconfigureCompilercompilerProgramDb getGhcInfogetPackageDBContents getLibDirgetGlobalPackageDB getInstalledPackagesMonitorFilesreplLibstartInterpreter buildFLibreplFLibreplExe libAbiHash installExe installFLib isDynamic hcPkgInfopkgRootrunCmdcompilerBuildWay getGhcAppDir mkBuildInfo mkBuildInfo'mkCompilerInfomkComponentInfoinstallinstall_setupHooksinstallFileGlobgeneratePathsModule pkgPathEnvVar checkPackagecheckConfiguredPackagecheckPackageContentcheckPackageFilesGPDcheckPackageFileswrapParseWarning defaultMaindefaultMainArgsModTime getModTimeposixSecondsToModTime getFileAge getCurTimecalibrateMtimeChangeDelay $fReadModTime $fShowModTime$fStructuredModTime$fBinaryModTime$fGenericModTime$fBoundedModTime $fEqModTime $fOrdModTime!configureComponentLocalBuildInfos setupMessage'generateRegistrationInfoabiHash initPackageDBcreatePackageDBdoesPackageDBExistdeletePackageDB invokeHcPkggeneralInstalledPackageInfoinplaceInstalledPackageInfoabsoluteInstalledPackageInfointernalPackageDBPathPPSuffixHandlerunsortedmkSimplePreProcessorrunSimplePreProcessorpreprocessComponentpreprocessFileppUnlitppCppppCpp'ppHsc2hsppC2hsplatformDefinesppHappyppAlex ppSuffixesknownSuffixHandlerspreprocessExtras UserHooks postBench benchHookpreBenchpostTesttestHookpreTest postHaddock haddockHook preHaddock postHscolour hscolourHook preHscolour postUnreg unregHookpreUnregpostRegregHookpreRegpostInstinstHookpreInstpostCopycopyHookpreCopy postClean cleanHookpreCleanpostReplreplHookpreRepl postBuild buildHookpreBuildpostConfconfHookpreConfhookedProgramshookedPreProcessorsreadDescArgsemptyUserHooksConfigStateFileErrorConfigStateFileNoHeaderConfigStateFileBadHeaderConfigStateFileNoParseConfigStateFileMissingConfigStateFileBadVersioncfgStateFileErrorFilecfgStateFileErrorCwdgetConfigStateFiletryGetConfigStateFiletryGetPersistBuildConfiggetPersistBuildConfigmaybeGetPersistBuildConfigwritePersistBuildConfigcheckPersistBuildConfigOutdatedlocalBuildInfoFile findDistPreffindDistPrefOrDefaultconfigure_setupHooksgetInternalLibrariescomputeEffectiveProfilinggetInstalledPackagesByIdinterpretPackageDbFlagsccLdOptionsBuildInfoconfigCompilerAuxExconfigCompilerExconfigCompilerconfigCompilerProgDbcheckForeignDeps$fExceptionConfigStateFileError$fShowConfigStateFileErrorsdistlistPackageSourceslistPackageSourcesWithDie prepareTreeprepareSnapshotTreesnapshotPackagesnapshotVersiondateToSnapshotNumber createArchiveprintPackageProblemsAutogenFileContents AutogenFile AutogenModulebuild_setupHooksreplrepl_setupHookscreateInternalPackageDBaddInternalBuildToolsinitialBuildStepscomponentInitialBuildStepspreBuildComponentwriteBuiltinAutogenFileswriteAutogenFiles$fShowAutogenFile$fEqAutogenFile$fOrdAutogenFiletesthaddockhaddock_setupHookscreateHaddockIndexhaddockPackagePathshscolourhscolour_setupHooks$fSemigroupDirectory$fMonoidDirectory$fSemigroupHaddockArgs$fMonoidHaddockArgs$fGenericHaddockArgs $fEqOutput$fReadDirectory$fShowDirectory $fEqDirectory$fOrdDirectorybenchdefaultMainWithSetupHooksdefaultMainWithSetupHooksArgsdefaultMainWithHooksdefaultMainWithHooksArgsdefaultMainNoReaddefaultMainWithHooksNoReaddefaultMainWithHooksNoReadArgssimpleUserHooksautoconfUserHooksautoconfSetupHooks WithSourceDistribution.Backpack OpenModule ModuleSourceModuleRequiresModuleProvides ModuleNameDistribution.Types.PackageName PackageName ModuleScopeemptyModuleScopedispModuleSource getSource unWithSourcemodScopeProvidesmodScopeRequiresFromBuildDependsFromExposedModules FromMixinsFromOtherModulesFromSignaturesModuleWithSource'Distribution.Types.InstalledPackageInfoAsyncCancelledcancelAsyncMGHC.MVarMVarAsync asyncThreadId GHC.Conc.SyncThreadId withAsyncuninterruptibleCancelwait waitCatch withAsyncNFgetShortPathNameopenNewBinaryFileopenBinaryTempFile openTempFilecopyFilecopyFileChanged filesEqualcopyExecutableFilecopyOrdinaryFilesetDirOrdinaryDistribution.Compat.Exception catchExitcatchIOtryIODistribution.Compat.Prelude<<>>foldl1foldr1 genericRnftracetraceM traceShow traceShowId traceShowMDistribution.Compat.Semigroupgmappendgmempty Control.MonadfilterMfoldMguardunless Data.EithereitherpartitionEithers Data.Foldableallandanyconcat concatMapfindfor_notElemor sequence_ traverse_ Data.Functionon Data.Functor<$>voidData.List.NonEmptyheadlastnonEmptytail Data.Maybe catMaybes fromMaybeisJust isNothing listToMaybemapMaybemaybe maybeToList dropWhileEnd intersperse isPrefixOf isSuffixOflinesnubnubBy partitionsortsortByunfoldrunlinesunwordswordsData.Traversablefor Data.Tuplecurryfstsnduncurry Data.TypeabletypeRepGHC.Base$$!++.=<<absurdapasTypeOfconstflipidjoinliftMliftM2mapord otherwiseuntilvacuouswhenGHC.CharchrGHC.ErrerrorerrorWithoutStackTrace undefinedGHC.IOcatchevaluatethrowIOGHC.IO.ExceptionioError userErrorGHC.List!!breakcycledrop dropWhilefilteriteratelookuprepeat replicatereversescanlscanl1scanrscanr1spansplitAttake takeWhileunzipunzip3zipzip3zipWithzipWith3GHC.NumsubtractGHC.Readlex readParenGHC.Real^^^even fromIntegralgcdlcmodd realToFracGHC.ShowshowChar showParen showStringshows GHC.UnicodeisAlpha isAlphaNumisDigitisSpaceisUppertoLowertoUpper System.Exit exitFailure exitSuccessexitWith appendFilegetChar getContentsgetLineinteractprintputCharputStrputStrLnreadFilereadIOreadLn writeFile Text.Read readMaybereadsdeepseq-1.5.1.0-inplaceControl.DeepSeqdeepseqforceghc-prim GHC.Classes&&not||pretty-1.1.3.6-inplaceText.PrettyPrint.HughesPJ<+>GHC.PrimseqDistribution.Compat.NonEmptySet NonEmptySetDistribution.Utils.Structured Structured Control.ArrowfirstControl.Monad.Fail MonadFailfail Data.DataDataEitherLeftRightFoldableelemfoldMapfoldlfoldl'foldrlengthmaximumminimumproductsumtoListData.Functor.ConstConstgetConstData.Functor.IdentityIdentity runIdentity Data.ProxyProxy Data.StringIsString fromString Traversable sequenceAtraverseTypeRepData.Typeable.InternalTypeable Alternative<|>emptymanysome Applicative*><*<*>liftA2pureFunctor<$fmapMonad>>>>=return MonadPlusmplusmzeroMonoidmappendmconcatmemptyNonEmpty:| Semigroup<>VoidGHC.EnumBoundedmaxBoundminBoundEnumenumFrom enumFromThenenumFromThenTo enumFromTofromEnumpredsucctoEnumGHC.Exception.Type fromException toException SomeException GHC.FloatFloating**acosacoshasinasinhatanatanhcoscoshexploglogBasepisinsinhsqrttantanh RealFloatatan2 decodeFloat encodeFloatexponent floatDigits floatRadix floatRangeisDenormalizedisIEEE isInfiniteisNaNisNegativeZero scaleFloat significand GHC.GenericsGenericFilePathExitCode ExitFailure ExitSuccessIOErrorGHC.IntInt16Int32Int64Int8Num*+-abs fromIntegernegatesignumReadreadList readsPrec Fractional/ fromRationalrecipIntegraldivdivModmodquotquotRemrem toIntegerRationalReal toRationalRealFracceilingfloorproperFractionroundtruncateShowshowshowList showsPrecShowSGHC.WordWord16Word32Word64Word8Text.ParserCombinators.ReadPReadSbinary-0.8.9.1-inplaceData.Binary.ClassBinarygetputputListcontainers-0.6.8-inplaceData.Map.InternalMapData.Set.InternalSetNFDatarnfEq/===Ord<<=>>=comparemaxmin GHC.TypesIOOrderingEQGTLTString GHC.MaybeMaybeJustNothing ghc-bignumGHC.Num.IntegerIntegerBoolFalseTrueCharDoubleFloatIntWord~ runSnocListsnocSnocListsetEnvgetEnvironment lookupEnvunsetEnvArgDescrNoArgArgOrder RequireOrderPermute usageInfofmtShortfmtLonggetOptgetOpt'OptiontokenizeQuotedWordsWarnLangCETypeppCET ppWarnLang ppExplanation$fShowPackageCheckextractCheckExplanation CETBenchmark CETExecutableCETForeignLibrary CETLibraryCETSetupCETTestLangC LangCPlusPlusPackageDescriptionDistribution.Types.BuildInfo BuildInfobuildToolDependsDistribution.Types.ComponentId ComponentIdDistribution.Types.UnitIdUnitIdPreExistingComponent pc_compname pc_pkgnameConfiguredPromisedComponentipiToPreExistingComponentpr_cid pr_pkgnamepc_cid pc_munged_id pc_open_uidpc_shapepc_uid!Distribution.Types.ModuleRenamingModuleRenamingversion0 GHC.IO.HandleLinkPoint writePoint readPointfreshrepr equivalent verboseQuiet verboseFlag verboseNoFlag isVerboseFlagTokNoCmdstaticPtrNameSpaceRulesNameSpace GHC.StaticPtr StaticPtrInforulesInNameSpaceModuleProvidesU ModuleScopeU ModuleSubstU UnitIdUniqueUnitIdUDistribution.Types.ModuleModuleModuleUUnitIdU'ModuleU'UnifRefUnifEnv unify_errsunify_db unify_ctxunify_verbosityunify_self_cid unify_reqs unify_uniqUnifyM runUnifyMliftSTGHC.STST readUnifRef writeUnifRef getUnifEnv addErrContextaddErrContextMconvertModuleSubstconvertModuleSubstUconvertUnitIdU' OpenUnitIdemptyModuleScopeUconvertIncludeconvertModuleScopeUconvertModuleProvidesconvertModuleProvidesUaddErr convertModuleconvertModuleU convertUnitIdconvertUnitIdU failIfErrsfailWithtryM ModuleVarUModuleWithSourceU UnitIdThunkUmixLink linkProvision unifyModule execWritertellDistribution.Pretty prettyShowforM_WriterrenderZ zAbsolutezBindirzDatadir zDynlibdir zIsAArch64zIsI386 zIsWindowszIsX8664zLibdir zLibexecdirzManglePkgNamezNot zPackageNamezPrefix zRelocatable zSupportsCppzSupportsNoRebindableSyntax zSysconfdirzVersionDigits zCopyright zHomepage zSynopsis zComponentId zMangleStrzNotNull zPackageKeyzPackageVersion zPackageszToolsZPackagezpkgName zpkgVersionzpkgXzpkgYzpkgZZTool ztoolName ztoolVersionztoolXztoolYztoolZ getBinDir getDataDirgetDataFileName getDynLibDir getLibexecDir getSysconfDirversionMarkWhen NormalMark TraceWhen AlwaysTraceioeSetVerbatimioeGetVerbatimverbatimUserErroraddErrorPrefix errorPrefixprefixWithProgName getProgNameannotateErrorString withMetadataioeModifyErrorStringioeErrorStringdisplaySomeExceptionverbosityHandleGHC.IO.StdHandlesstderrstdout warnMessagewrapTextVerbosity withTimestampwithTrailingNewlinewithCallStackPrefix traceWhen logCommand copyFilesWith readNubList formatMsgmarkupInvocationunionInvocation DepUniqueKeyPackageInstalledDistribution.Types.PackageId PackageIdreadAndParseFile flattenDupscheckNameMatchesCheckMPNamesTargetAnnotationCheckCtxCheckPreDistributionOpsCheckInterfacepristineCheckCtx initCheckCtx initPNames execCheckMtellPcheckPtellCMliftCMliftIntcheck checkIntDepcheckIntlocalCMasksCMcheckPkg checkSpecVer ccDesugarccFlag ccInterfaceccNames ccSpecVersion ciPackageOps ciPreDistOps ciPureChecksgetDirectoryContentsMrunDirFileGlobMpnBenchspnExecs pnPackageId pnSubLibspnTests taPackageFlagtaTargetinitTargetAnnotationupdateTargetAnnotationannotateCondTreeDistribution.Types.CondTreeCondTreecheckCondTarget checkCondVarscheckDuplicateModules CabalFieldcheckCustomFieldcheckDependencyVersionRangecheckPVP checkPVPs partitionDepsAssocDepPathKindPathKindDirectory PathKindFile PathKindGlobextensionToFlagextensionToFlag' waySupported ghcSupportedDistribution.Compiler abiTagStringbuildCompilerFlavorbuildCompilerIdclassifyCompilerFlavordefaultCompilerFlavorknownCompilerFlavorsperCompilerFlavorToListunknownCompilerInfoAbiTagNoAbiTagCompilerFlavorEtaGHCGHCJSHBCHeliumHugsJHCLHCMHSNHC OtherCompilerUHCYHC CompilerId CompilerInfocompilerInfoAbiTagcompilerInfoCompatcompilerInfoExtensionscompilerInfoIdcompilerInfoLanguagesPerCompilerFlavorghcjsVersionImplInfoghcVersionImplInfo OpenModuleVarpackageDbArgsConf splitRTSArgsuserSpecifiedPathconfigurePrograms(Distribution.Types.VersionRange.InternalorLaterVersion CommonFlag commandHelpextraCompilationArtifactstestOrBenchmarkHelpTextprogramDbPathsprogramDbOption optionNumJobs reqArgFlagreqSymbolicPathArgFlagwithCommonSetupOptionsparsecModSubstEntrydispModSubstEntry"Distribution.Types.HookedBuildInfoHookedBuildInfoPackageIdentifier mkTargetInfolibraryDistribution.Types.Executable ExecutablewithExeDistribution.Types.Benchmark BenchmarkDistribution.Types.LibraryLibrary wipeMetadatahpcDirmkConfiguredComponenttoConfiguredComponent'"Distribution.Types.IncludeRenamingIncludeRenamingDistribution.Compat.GraphGraphMatchmatchInexactly findMatchUserBuildTargetSingleUserBuildTargetDoubleUserBuildTargetTriplereadUserBuildTargetshowBuildTarget' matchPlusmatchPlusShadowing exactMatchesinexactMatchescheckBuildTargetsDistribution.Types.TestSuite TestSuiteuhcLanguageExtensionsaddBuiltinVersionsinstalledPkgConfigisPkgDirmkInstalledPackageInfo stubRunTestsPreConfComponentSemigroupPreConfPkgSemigrouptraverseComponentsexecuteRulesUserOrSystemruleOutputsLocation missingDepconfigureToolchainfilterGhciFlagsmkGhcOptPackages ghcArchStringDistribution.SystemArch ghcOsStringOSPlatformghcEnvironmentFileNamerenderGhcEnvironmentFileEntrycheckPackageDbEnvVarcomponentAsmGhcOptionscomponentJsGhcOptions getExtensionsgetHaskellObjects getLanguagesghcLookupProperty mkGHCiLibNamemkGHCiProfLibNameprofDetailLevelFlag substTopDirtargetPlatform BuildSources GBuildModegbuildgetUserPackageDBflibTargetName flibBuildNameexeMainModuleNamedecodeMainIsArg gbuildSources isHaskellextractRtsInfocheckNeedsRecompilationgetObjectFileName getRPathspopThreadedFlagfindExecutableMainsupportsDynamicToo withDynFLibDistribution.Types.ForeignLib ForeignLibforeignLibTypeisCxxisC exeTargetName isProfiledbuildHaskellModulesbuildWayHpcWaybuildWayExtraHcOptionscomponentInputsbuildAllExtraSourcesbuildExtraSources buildCSourcesbuildCxxSourcesbuildJsSourcesbuildAsmSourcesbuildCmmSources asmSourcescSourceslinkOrLoadComponent linkLibrarylinkExecutablelinkFLib hasThreadedrunReplOrWriteFlags replNoLoadDynamicRtsInfodynRtsDebugLibdynRtsEventlogLibdynRtsThreadedDebugLibdynRtsThreadedEventlogLibdynRtsThreadedLibdynRtsVanillaLibRtsInfortsDynamicInfo rtsLibPaths rtsStaticInfo StaticRtsInfostatRtsDebugLibstatRtsEventlogLibstatRtsProfilingLibstatRtsThreadedDebugLibstatRtsThreadedEventlogLibstatRtsThreadedLibstatRtsThreadedProfilingLibstatRtsVanillaLibguessToolFromGhcPathguessGhcPkgFromGhcPathguessHsc2hsFromGhcPathguessHaddockFromGhcPathtoPackageIndexgetInstalledPackages'getCompilerArgs copyPackage copyComponentinstallDataFilesinstallIncludeFiles isInsideDist checkTarPathisGoodRelativeFilePathisGoodRelativeGlobisGoodRelativeDirectoryPath checkGlobcheckPackageFileNamesWithGlob checkPathfileExtensionSupportedLanguagecheckModuleNamecheckGHCOptionscheckBenchmarkcheckExecutablecheckForeignLib checkLibrarycheckTestSuitecheckPackagePrim,Distribution.Types.GenericPackageDescriptionGenericPackageDescriptioncheckGenericPackageDescriptionpd2gpdcheckGlobResult mungedName'mungedVersion' packageNamepackageVersionDistribution.Types.AbiHash mkAbiHash unAbiHash mkComponentId unComponentIdDistribution.Types.Dependency depLibraries depPkgName depVerRange mainLibSet mkDependencysimplifyDependency mkPackageNamemkPackageNameST unPackageNameunPackageNameST Distribution.Types.PkgconfigNamemkPkgconfigNameunPkgconfigNamegetHSLibraryNamemkLegacyUnitIdmkUnitIdnewSimpleUnitIdunUnitIdunsafeMkDefUnitIdHasMungedPackageIdmungedId HasUnitIdinstalledUnitIdPackage packageIdinstalledDependsAbiHashpkgName pkgVersion PkgconfigName DefUnitId unDefUnitIdgetModificationTimeposixTimeToModTimetime-1.12.2-inplace"Data.Time.Clock.Internal.POSIXTime POSIXTimeInstMInstSIndefiniteComponentindefc_includesindefc_providesindefc_requiresInstantiatedComponentinstc_includesinstc_providesinstc_insts_deps instc_instsReadyComponentrc_i rc_public rc_exe_deps rc_componentrc_cid rc_open_uidrc_uidrc_pkgid rc_depends rc_munged_id"Distribution.Types.MungedPackageIdMungedPackageIdtoReadyComponentsdispReadyComponent rc_ann_idPreProcessorExtras hsSourceDirsknownExtrasHandlersExternalDependencyPromisedDependencyInternalDependencydispConfigStateFileErrorcurrentCabalIdcurrentCompilerId parseHeader showHeader mkProgramDbcheckDeprecatedFlagscheckExactConfigurationdependencySatisfiableconfigureFinalizedPackage-Distribution.PackageDescription.Configuration finalizePDcheckCompilerProblemsconfigureDependenciesconfigureCoverageconfigureProfilingselectDependencyconfigureRequiredProgramcheckPackageProblemscheckSharedExescheckRelocatablecombinedConstraints findSetupFilefindSetupHooksFilemaybeCreateDefaultSetupScriptfindMainExeFilefindModDefFilefindIncludeFilefilterAutogenModulesallSourcesBuildInfo tarBallNamelistPackageSources'overwriteSnapshotPackageDesctoUnixrunConfigureScriptcheckSemaphoreSupport dumpBuildInfoaddExtraCSourcesaddExtraCxxSourcesaddExtraCmmSourcesaddExtraAsmSourcesaddExtraJsSourcesaddExtraOtherModules addSrcDirtestSuiteExeV10AsExebenchmarkExeV10asExetestSuiteLibV09AsLibAndExebuiltinAutogenFilesemptySignatureModules DirectoryDistribution.Utils.Path HaddockArgs argUseUnicodeargResourcesDir argTargets argReexports argGhcLibDir argGhcOptionsargPrologueFile argPrologueargTitle argOutputDir argInterfaces argOutput argBaseUrl argGenIndexargIndexargGenContents argContents argCssFile argQuickJumpargLinkedSource argLinkSourceargIgnoreExportsargHideModulesargComponentNameargPackageNameargInterfaceFilegetHaddockProgreusingGHCCompilationArtifacts runHaddock mkHaddockArgs fromLibraryfromExecutablefromTest fromBenchmarkfromForeignLib getInterfaces hscolour'defaultMainHelperallSuffixHandlerstryGetBuildConfiggetBuildConfig knownLicenseslicenseFromSPDX licenseToSPDX alterVersion mkVersion mkVersion' nullVersionversionNumbers"Distribution.Types.VersionIntervalasVersionIntervalsfromVersionIntervalstoVersionIntervalsunVersionIntervalsDistribution.Types.VersionRangefoldVersionRangehasGTLowerBoundhasLEUpperBound hasLowerBoundhasTrailingZeroUpperBound hasUpperBound isAnyVersionnormaliseVersionRangestripParensVersionRange withinRangeanaVersionRange anyVersioncataVersionRangeearlierVersionembedVersionRangehyloVersionRangeintersectVersionRanges laterVersionmajorBoundVersionmajorUpperBound noVersionnotThisVersionorEarlierVersionprojectVersionRange thisVersionunionVersionRangeswildcardUpperBound withinVersionDistribution.Version isNoVersionisSpecificVersionremoveLowerBoundremoveUpperBoundsimplifyVersionRangetransformCarettransformCaretLowertransformCaretUpperLanguage.Haskell.ExtensionclassifyExtensionclassifyLanguagedeprecatedExtensionsknownExtensionsknownLanguagesBoundExclusiveBoundInclusiveBound LowerBound UpperBound NoUpperBoundVersionIntervalVersionIntervals VersionRange VersionRangeFEarlierVersionF GTLowerBoundIntersectVersionRangesF LEUpperBound LaterVersionFMajorBoundVersionFOrEarlierVersionFOrLaterVersionF TZUpperBound ThisVersionFUnionVersionRangesF ExtensionDisableExtensionEnableExtensionUnknownExtensionKnownExtensionAllowAmbiguousTypesAlternativeLayoutRule!AlternativeLayoutRuleTransitional ApplicativeDoArrowsAutoDeriveTypeable BangPatternsBinaryLiteralsBlockArgumentsCApiFFICPPCUSKsConstrainedClassMethodsConstraintKinds DataKindsDatatypeContextsDeepSubsumptionDefaultSignaturesDeriveAnyClassDeriveDataTypeableDeriveFoldable DeriveFunctor DeriveGeneric DeriveLiftDeriveTraversableDerivingStrategies DerivingViaDisambiguateRecordFieldsDoAndIfThenElseDoRecDuplicateRecordFields EmptyCaseEmptyDataDeclsEmptyDataDerivingExistentialQuantificationExplicitForAllExplicitNamespacesExtendedDefaultRulesExtendedLiteralsExtensibleRecordsFieldSelectorsFlexibleContextsFlexibleInstancesForeignFunctionInterfaceFunctionalDependencies GADTSyntaxGADTsGHCForeignImportPrimGeneralisedNewtypeDerivingGeneralizedNewtypeDerivingGenerics HereDocumentsHexFloatLiteralsImplicitParamsImplicitPreludeImportQualifiedPostImpredicativeTypesIncoherentInstances InstanceSigsInterruptibleFFI JavaScriptFFIKindSignatures LambdaCaseLexicalNegationLiberalTypeSynonyms LinearTypes ListTuplePuns MagicHashMonadComprehensionsMonadFailDesugaringMonoLocalBinds MonoPatBindsMonomorphismRestrictionMultiParamTypeClasses MultiWayIfMultilineStringsNPlusKPatterns NamedDefaultsNamedFieldPunsNamedWildCardsNegativeLiteralsNewQualifiedOperatorsNondecreasingIndentationNullaryTypeClasses NumDecimalsNumericUnderscores OrPatternsOverlappingInstancesOverloadedLabelsOverloadedListsOverloadedRecordDotOverloadedRecordUpdateOverloadedStringsPackageImportsParallelArraysParallelListCompPartialTypeSignatures PatternGuardsPatternSignaturesPatternSynonyms PolyKindsPolymorphicComponentsPostfixOperators QualifiedDoQuantifiedConstraints QuasiQuotes Rank2Types RankNTypesRebindableSyntax RecordPunsRecordWildCards RecursiveDoRegularPatterns RelaxedLayoutRelaxedPolyRecRequiredTypeArgumentsRestrictedTypeSynonymsRoleAnnotationsSafe SafeImportsScopedTypeVariablesStandaloneDerivingStandaloneKindSignatures StarIsTypeStaticPointersStrict StrictDataTemplateHaskellTemplateHaskellQuotesTraditionalRecordSyntaxTransformListComp Trustworthy TupleSectionsTypeAbstractionsTypeApplicationsTypeData TypeFamiliesTypeFamilyDependencies TypeInType TypeOperatorsTypeSynonymInstances UnboxedSums UnboxedTuplesUndecidableInstancesUndecidableSuperClasses UnicodeSyntaxUnliftedDatatypesUnliftedFFITypesUnliftedNewtypesUnsafe ViewPatterns XmlSyntaxLanguageGHC2021GHC2024 Haskell2010 Haskell98UnknownLanguage