h*90      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstu v w x y z { | } ~                                                                                                     Safe-Inferredj ghc-bootExpand occurrences of the $topdir interpolation in a string. ghc-boot expandPathVar var value str!replaces occurrences of variable $var with value in str. ghc-boot&Calculate the location of the base dir   Safe-Inferred6<   Safe-Inferred Safe-Inferredghc-bootHandle GHC-specific character encoding flags, allowing us to control how GHC produces output regardless of OS.ghc-bootChange the character encoding of the given Handle to transliterate on unsupported characters instead of throwing an exception Safe-Inferred8 Safe-Inferred ghc-bootOperating systems.Using OSUnknown to generate code should produce a sensible default, but no promises./ghc-bootPowerPC 64-bit ABI0ghc-boot PowerPC641ghc-boot PowerPC64 LE2ghc-bootARM ABI6ghc-bootARM extensions<ghc-boot ARM Instruction Set Architecture@ghc-boot ArchitecturesTODO: It might be nice to extend these constructors with information about what instruction set extensions an architecture might support.Pghc-bootPlatform architecture and OS.Tghc-bootSee Note [Platform Syntax].Ughc-bootSee Note [Platform Syntax].8PQRS@ABCDEFGHIJKLMNO !"#$%&'()*+,-.<=>?6789:;2345/01TU8PQRS@ABCDEFGHIJKLMNO !"#$%&'()*+,-.<=>?6789:;2345/01TU Safe-Inferred Trstrst  Safe-Inferred)* ughc-bootRepresents a serialized value of a particular type. Attempts can be made to deserialize it at certain typeswghc-bootPut a Typeable value that we are able to actually turn into bytes into a u& value ready for deserialization laterxghc-bootIf the u value contains something of the given type, then use the specified deserializer to return Just that. Otherwise return Nothing.yghc-bootUse a > instance to implement a serialization scheme dual to that of zzghc-bootUse a  instance to implement a deserialization scheme dual to that of yuvwxyzuvwxyz  Safe-Inferred~ghc-boot%Read target Arch/OS from the settings~ghc-boot&Settings filepath (for error messages)ghc-bootRaw settings file contents{|}~|}{~ Safe-Inferredghc-bootFind the start of the codepoint preceding the codepoint at the given <. This is undefined if there is no previous valid codepoint.ghc-boot-Find the start of the codepoint at the given =. This is undefined if there is no previous valid codepoint.ghc-boot Decode a  containing a UTF-8 string.ghc-boot Encode a  into a .   Safe-Inferredsghc-boot6Size of a 64-bit word when written as a base-62 stringghc-boot,Converts a 64-bit word into a base-62 string   Safe-Inferred ghc-bootA  is a modified UTF-8 encoded string meant for short strings like file paths, module descriptions, etc.ghc-bootO(n) Returns the length of the  in characters.ghc-bootO(1) Returns the length of the  in bytes.ghc-bootO(n) Convert a  into a .ghc-bootCreate a singletonghc-bootO(n) Convert a  into a .ghc-bootO(1) Test whether the  is the empty string.ghc-bootO(n) Split a  representing a file path into its components by separating on the file separator characters for this platform.ghc-bootO(1)* Returns the first UTF-8 codepoint in the . Depending on the string in question, this may or may not be the actual first character in the string due to Unicode non-printable characters.ghc-bootO(n) The  function takes two s and returns  the remainder of the second iff the first is its prefix, and otherwise Nothing.   6(c) The University of Glasgow 2009, Duncan Coutts 2014ghc-devs@haskell.orgportable Safe-Inferred"%&)*169:;.*/ghc-boot holds a value of type t but only in  mode. So it is like  but with a type argument for the mode to enforce that the mode is used consistently.ghc-bootMode to open a package db in.ghc-boot"Represents a lock of a package db.ghc-bootghc-boot4's instantiated unit id, serialized to the database.ghc-bootInstantiated unitghc-bootUninstantiated unitghc-bootghc-boot's Module, serialized to the database.ghc-bootInformation about an unit (a unit is an installed module library).This is a subset of Cabal's InstalledPackageInfo0, with just the bits that GHC is interested in.Some types are left as parameters to be instantiated differently in ghc-pkg and in ghc itself.ghc-bootUnique unit identifier that is used during compilation (e.g. to generate symbols).ghc-bootIdentifier of an indefinite unit (i.e. with module holes) that this unit is an instance of.1For non instantiated units, unitInstanceOf=unitIdghc-bootHow this unit instantiates some of its module holes. Map hole module names to actual moduleghc-bootSource package identifier.Cabal instantiates this with Distribution.Types.PackageId.PackageId type which only contains the source package name and version. Notice that it doesn't contain the Hackage revision, nor any kind of hash.ghc-bootSource package nameghc-bootSource package versionghc-bootName of the component.Cabal supports more than one components (libraries, executables, testsuites) in the same package. Each component has a name except the default one (that can only be a library component) for which we use Nothing.GHC only deals with "library" components as they are the only kind of components that can be registered in a database and used by other modules.ghc-bootABI hash used to avoid mixing up units compiled with different dependencies, compiler, options, etc.ghc-boot,Identifiers of the units this one depends onghc-bootLike , but each dependency is annotated with the ABI hash we expect the dependency to respect.ghc-boot(Directories containing module interfacesghc-boot4Names of the Haskell libraries provided by this unitghc-bootNames of the external system libraries that this unit depends on. See also  field.ghc-bootBecause of slight differences between the GHC dynamic linker (in GHC.Runtime.Linker) and the native system linker, some packages have to link with a different list of libraries when using GHC's. Examples include: libs that are actually gnu ld scripts, and the possibility that the .a libs do not exactly match the .so/.dll equivalents.7If this field is set, then we use that instead of the  field.ghc-bootDirectories containing libraries provided by this unit. See also .It seems to be used to store paths to external library dependencies too.ghc-bootDirectories containing the dynamic libraries provided by this unit. See also .It seems to be used to store paths to external dynamic library dependencies too.ghc-bootNames of the external MacOS frameworks that this unit depends on.ghc-bootDirectories containing MacOS frameworks that this unit depends on.ghc-boot%Linker (e.g. ld) command line optionsghc-bootC compiler options that needs to be passed to the C compiler when we compile some C code against this unit.ghc-bootC header files that are required by this unit (provided by this unit or external)ghc-bootDirectories containing C header files that this unit depends on.ghc-boot.Paths to Haddock interface files for this unitghc-boot2Paths to Haddock directories containing HTML filesghc-bootModules exposed by the unit.A module can be re-exported from another package. In this case, we indicate the module origin in the second parameter.ghc-bootHidden modules.These are useful for error reporting (e.g. if a hidden module is imported)ghc-bootTrue if this unit has some module holes that need to be instantiated with real modules to make the unit usable (a.k.a. Backpack).ghc-bootTrue if the unit is exposed. A unit could be installed in a database by "disabled" by not being exposed.ghc-boot-True if the unit is trusted (cf Safe Haskell)ghc-bootghc-boot('s UnitInfo, serialized to the database.ghc-boot)Convert between GenericUnitInfo instancesghc-bootAcquire a lock of given type related to package DB under given location.ghc-bootAcquire an exclusive lock related to package DB under given location.ghc-boot'Release the lock related to package DB.ghc-boot:Read the part of the package DB that GHC is interested in.ghc-boot=Read the part of the package DB that ghc-pkg is interested inNote that the Binary instance for ghc-pkg's representation of packages is not defined in this package. This is because ghc-pkg uses Cabal types (and Binary instances for these) which this package does not depend on.If we open the package db in read only mode, we get its contents. Otherwise we additionally receive a PackageDbLock that represents a lock on the database, so that we can safely update it later.ghc-boot.Write the whole of the package DB, both parts.ghc-bootFeed a & decoder with data chunks from a file.ghc-bootPerform path/URL variable substitution as per the Cabal ${pkgroot} spec (http:/www.haskell.org pipermail libraries2009-May/011772.html) Paths/URLs can be relative to ${pkgroot} or ${pkgrooturl}. The "pkgroot" is the directory containing the package database.Also perform a similar substitution for the older GHC-specific "$topdir" variable. The "topdir" is the location of the ghc installation (obtained from the -B option).99 Safe-Inferred/4 Safe-Inferred0ghc-bootA filepath like x86_64-linux-7.6.3 with the platform string to use when constructing platform-version-dependent files that need to co-exist.  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abbcdefghijklmnopqrstuvwxyz{|}~                                                                                                                ghc-boot-9.6.3GHC.Utils.Encoding.UTF8 GHC.BaseDirGHC.Data.SizedSeqGHC.ForeignSrcLangGHC.HandleEncodingGHC.LanguageExtensionsGHC.Platform.ArchOSGHC.Platform.HostGHC.SerializedGHC.Settings.UtilsGHC.Utils.EncodingGHC.Data.ShortTextGHC.Unit.Database GHC.VersionGHC.UniqueSubdirbaseGHC.Encoding.UTF8utf8DecodeCharAddr#utf8DecodeCharPtrutf8DecodeCharByteArray#utf8DecodeForeignPtrutf8DecodeByteArray#utf8CompareByteArray#utf8CountCharsByteArray# utf8EncodePtrutf8EncodeByteArray#utf8EncodedLength expandTopDir expandPathVar getBaseDirSizedSeqemptySSaddToSS addListToSSssEltssizeSS$fNFDataSizedSeq$fBinarySizedSeq$fTraversableSizedSeq$fFoldableSizedSeq$fFunctorSizedSeq$fGenericSizedSeq$fShowSizedSeq$fBinaryForeignSrcLangconfigureHandleEncoding$fBinaryExtensionOS OSUnknownOSLinuxOSDarwin OSSolaris2 OSMinGW32 OSFreeBSD OSDragonFly OSOpenBSDOSNetBSD OSKFreeBSDOSHaikuOSQNXNTOOSAIXOSHurdOSWasiOSGhcjs PPC_64ABIELF_V1ELF_V2ArmABISOFTSOFTFPHARD ArmISAExtVFPv2VFPv3VFPv3D16NEONIWMMX2ArmISAARMv5ARMv6ARMv7Arch ArchUnknownArchX86 ArchX86_64ArchPPC ArchPPC_64 ArchS390XArchARM ArchAArch64 ArchAlpha ArchMipseb ArchMipsel ArchRISCV64ArchLoongArch64ArchJavaScript ArchWasm32ArchOS archOS_arch archOS_OSstringEncodeArchstringEncodeOS $fReadArchOS $fShowArchOS $fEqArchOS $fOrdArchOS$fReadOS$fShowOS$fEqOS$fOrdOS $fReadArch $fShowArch$fEqArch $fOrdArch$fReadPPC_64ABI$fShowPPC_64ABI $fEqPPC_64ABI$fOrdPPC_64ABI $fReadArmABI $fShowArmABI $fEqArmABI $fOrdArmABI$fReadArmISAExt$fShowArmISAExt $fEqArmISAExt$fOrdArmISAExt $fReadArmISA $fShowArmISA $fEqArmISA $fOrdArmISAhostPlatformArchhostPlatformOShostPlatformArchOS Serialized toSerializedfromSerializedserializeWithDatadeserializeWithData RawSettings maybeReadmaybeReadFuzzygetTargetArchOS getRawSettinggetRawFilePathSettinggetRawBooleanSettingreadRawSetting utf8PrevChar utf8CharStartutf8CountCharsShortByteStringutf8DecodeShortByteStringutf8DecodeByteStringutf8EncodeShortByteStringutf8EncodeByteStringutf8UnconsByteStringutf8CompareShortByteString EncodedString UserString zEncodeString zDecodeStringtoBase62PaddedtoBase62 ShortTextcontentscodepointLength byteLengthpack singletonunpacknull splitFilePathhead stripPrefix$fIsStringShortText$fShowShortText $fEqShortText$fOrdShortText$fBinaryShortText$fSemigroupShortText$fMonoidShortText$fNFDataShortText DbOpenModeDbOpenReadOnlyDbOpenReadWriteDbMode DbReadOnly DbReadWrite PackageDbLock DbInstUnitIdDbUnitIdDbModule DbModuleVardbModuleUnitId dbModuleNamedbModuleVarNameGenericUnitInfounitIdunitInstanceOfunitInstantiations unitPackageIdunitPackageNameunitPackageVersionunitComponentName unitAbiHash unitDependsunitAbiDependsunitImportDirs unitLibrariesunitExtDepLibsSysunitExtDepLibsGhcunitLibraryDirsunitLibraryDynDirsunitExtDepFrameworksunitExtDepFrameworkDirsunitLinkerOptions unitCcOptions unitIncludesunitIncludeDirsunitHaddockInterfacesunitHaddockHTMLsunitExposedModulesunitHiddenModulesunitIsIndefinite unitIsExposed unitIsTrusted DbUnitInfomapGenericUnitInfo lockPackageDbunlockPackageDbisDbOpenReadModereadPackageDbForGhcreadPackageDbForGhcPkgwritePackageDbmkMungePathUrlmungeUnitInfoPaths$fBinaryDbInstUnitId$fBinaryDbModule$fBinaryGenericUnitInfo$fEqDbInstUnitId$fShowDbInstUnitId $fEqDbModule$fShowDbModule$fEqGenericUnitInfo$fShowGenericUnitInfo$fTraversableDbOpenMode$fFoldableDbOpenMode$fFunctorDbOpenModecProjectGitCommitIdcProjectVersioncProjectVersionIntcProjectPatchLevelcProjectPatchLevel1cProjectPatchLevel2 uniqueSubdirghc-boot-th-9.6.3GHC.ForeignSrcLang.TypeForeignSrcLangLangCLangCxxLangObjc LangObjcxxLangAsmLangJs RawObject hSetTranslitGHC.LanguageExtensions.Type ExtensionStrictCppOverlappingInstancesUndecidableInstancesIncoherentInstancesUndecidableSuperClassesMonomorphismRestrictionMonoLocalBindsDeepSubsumptionRelaxedPolyRecExtendedDefaultRulesForeignFunctionInterfaceUnliftedFFITypesInterruptibleFFICApiFFIGHCForeignImportPrim JavaScriptFFIParallelArraysArrowsTemplateHaskellTemplateHaskellQuotes QualifiedDo QuasiQuotesImplicitParamsImplicitPreludeScopedTypeVariablesAllowAmbiguousTypes UnboxedTuples UnboxedSumsUnliftedNewtypesUnliftedDatatypes BangPatterns TypeFamiliesTypeFamilyDependencies TypeInTypeOverloadedStringsOverloadedLists NumDecimalsDisambiguateRecordFieldsRecordWildCardsNamedFieldPuns ViewPatternsGADTs GADTSyntaxNPlusKPatternsDoAndIfThenElseBlockArgumentsRebindableSyntaxConstraintKinds PolyKinds DataKindsTypeData InstanceSigs ApplicativeDo LinearTypesStandaloneDerivingDeriveDataTypeableAutoDeriveTypeable DeriveFunctorDeriveTraversableDeriveFoldable DeriveGenericDefaultSignaturesDeriveAnyClass DeriveLiftDerivingStrategies DerivingViaTypeSynonymInstancesFlexibleContextsFlexibleInstancesConstrainedClassMethodsMultiParamTypeClassesNullaryTypeClassesFunctionalDependencies UnicodeSyntaxExistentialQuantification MagicHashEmptyDataDeclsKindSignaturesRoleAnnotationsParallelListCompTransformListCompMonadComprehensionsGeneralizedNewtypeDeriving RecursiveDoPostfixOperators TupleSections PatternGuardsLiberalTypeSynonyms RankNTypesImpredicativeTypes TypeOperatorsExplicitNamespacesPackageImportsExplicitForAllAlternativeLayoutRule!AlternativeLayoutRuleTransitionalDatatypeContextsNondecreasingIndentation RelaxedLayoutTraditionalRecordSyntax LambdaCase MultiWayIfBinaryLiteralsNegativeLiteralsHexFloatLiteralsDuplicateRecordFieldsOverloadedLabels EmptyCasePatternSynonymsPartialTypeSignaturesNamedWildCardsStaticPointersTypeApplications StrictDataEmptyDataDerivingNumericUnderscoresQuantifiedConstraints StarIsTypeImportQualifiedPostCUSKsStandaloneKindSignaturesLexicalNegationFieldSelectorsOverloadedRecordDotOverloadedRecordUpdate Data.DataDataGHC.PtrPtrbytestring-0.11.5.2Data.ByteString.Internal.Type ByteStringGHC.BaseStringword64Base62Len GHC.MaybeJustMaybelockPackageDbWithdecodeFromFilebinary-0.8.9.1Data.Binary.Get.InternalGet