Date: Wed, 4 Jun 2025 13:02:50 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 782acf9ab806 - main - lang/ghc810: Remove the port Message-ID: <202506041302.554D2o3W085922@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=782acf9ab80614ed4fe3c1db73a302c1fd2a1dfe commit 782acf9ab80614ed4fe3c1db73a302c1fd2a1dfe Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-06-04 12:39:03 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-06-04 13:02:47 +0000 lang/ghc810: Remove the port --- lang/Makefile | 1 - lang/ghc/Makefile | 1 - .../extra-utils_llvm-targets_gen-data-layout.sh | 11 - lang/ghc810/Makefile | 40 - lang/ghc810/files/patch-aclocal.m4 | 20 - lang/ghc810/files/patch-linker-iconv.diff | 89 - lang/ghc810/files/patch-llvm-targets | 11 - lang/ghc810/pkg-plist | 4524 -------------------- 8 files changed, 4697 deletions(-) diff --git a/lang/Makefile b/lang/Makefile index 43de1decebd6..2e71acf38467 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -103,7 +103,6 @@ SUBDIR += gcc6-aux SUBDIR += gforth SUBDIR += ghc - SUBDIR += ghc810 SUBDIR += ghc92 SUBDIR += ghc94 SUBDIR += ghc96 diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index f1dc21097680..ce4fa4c9c728 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -106,7 +106,6 @@ BUILD_MK= DYNAMIC_GHC_PROGRAMS=${ENABLE_DYNAMIC} \ EXTRA_HSC2HS_OPTS+="-I${LOCALBASE}/include --lflag=-L${LOCALBASE}/lib" \ EXTRA_LD_OPTS+="-L${LOCALBASE}/lib" \ libraries/terminfo_CONFIGURE_OPTS+="--configure-option=--with-curses-libraries=${NCURSESLIB}" \ - ${SLAVE_BUILD_MK} \ V=0 .include <bsd.port.pre.mk> diff --git a/lang/ghc/files/extra-utils_llvm-targets_gen-data-layout.sh b/lang/ghc/files/extra-utils_llvm-targets_gen-data-layout.sh deleted file mode 100644 index 7c5cddbd2bbd..000000000000 --- a/lang/ghc/files/extra-utils_llvm-targets_gen-data-layout.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- utils/llvm-targets/gen-data-layout.sh.orig 2022-02-08 06:25:08 UTC -+++ utils/llvm-targets/gen-data-layout.sh -@@ -93,7 +93,7 @@ TARGETS=( - ######################### - - # FreeBSD amd64 -- "amd64-portbld-freebsd" -+ "x86_64-portbld-freebsd" - "x86_64-unknown-freebsd" # See #15718 - - # FreeBSD ARM diff --git a/lang/ghc810/Makefile b/lang/ghc810/Makefile deleted file mode 100644 index 8372c401c001..000000000000 --- a/lang/ghc810/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -PORTREVISION= 4 -PKGNAMESUFFIX= 810 - -DEPRECATED= Old release that gone EoL -EXPIRATION_DATE= 2025-06-01 - -LIB_DEPENDS= ${GMP_LIB_DEPENDS} - -CONFIGURE_ARGS= ${GMP_CONFIGURE_ON} - -OPTIONS_DEFINE= DYNAMIC PROFILE - -SLAVE_BUILD_MK= BUILD_SPHINX_HTML=NO - -GHC_VERSION= 8.10.7 -LLVM_VERSION= 11 -BASE_PACKAGES= Cabal-3.2.1.0 array-0.5.4.0 base-4.14.3.0 binary-0.8.8.0 \ - bytestring-0.10.12.0 containers-0.6.5.1 deepseq-1.4.4.0 \ - directory-1.3.6.0 exceptions-0.10.4 filepath-1.4.2.1 \ - ghc-${GHC_VERSION} ghc-compact-0.1.0.0 \ - ghc-prim-0.6.1 haskeline-0.8.2 hpc-0.6.1.0 \ - integer-gmp-1.0.3.0 mtl-2.2.2 parsec-3.1.14.0 pretty-1.1.3.6 \ - process-1.6.13.2 stm-2.5.0.1 template-haskell-2.16.0.0 \ - terminfo-0.4.1.4 text-1.2.4.1 time-1.9.3 \ - transformers-0.5.6.2 unix-2.7.2.2 xhtml-3000.2.2.1 -BOOT_GHC_VERSION= 8.10.7 -BOOT_LLVM_VERSION= 11 - -EXTRA_PATCHES= ${MASTERDIR}/files/extra-utils_llvm-targets_gen-data-layout.sh - -MASTERDIR= ${.CURDIR}/../ghc -PATCHDIR= ${.CURDIR}/files -PLIST= ${.CURDIR}/pkg-plist - -.include "${MASTERDIR}/Makefile" - -# This version of ncurses is needed by bootstrap compiler -.if empty(PORT_OPTIONS:MBOOT) -BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libncursesw.so.8:misc/compat12x -.endif diff --git a/lang/ghc810/files/patch-aclocal.m4 b/lang/ghc810/files/patch-aclocal.m4 deleted file mode 100644 index 96ba0a2b81cb..000000000000 --- a/lang/ghc810/files/patch-aclocal.m4 +++ /dev/null @@ -1,20 +0,0 @@ ---- aclocal.m4.orig 2021-06-29 07:24:51 UTC -+++ aclocal.m4 -@@ -2221,7 +2221,7 @@ AC_DEFUN([XCODE_VERSION],[ - # FIND_LLVM_PROG() - # -------------------------------- - # Find where the llvm tools are. We have a special function to handle when they --# are installed with a version suffix (e.g., llc-7, llc-7.0) and without (e.g. -+# are installed with a version suffix (e.g., llc-7, llc-7.0, llc70) and without (e.g. - # llc). - # - # $1 = the variable to set -@@ -2231,7 +2231,7 @@ AC_DEFUN([FIND_LLVM_PROG],[ - # - AC_DEFUN([FIND_LLVM_PROG],[ - # Test for program with and without version name. -- PROG_VERSION_CANDIDATES=$(for llvmVersion in `seq $4 -1 $3`; do echo "$2-$llvmVersion $2-$llvmVersion.0"; done) -+ PROG_VERSION_CANDIDATES=$(for llvmVersion in `seq $4 -1 $3`; do echo "$2-$llvmVersion $2-$llvmVersion.0 $2$llvmVersion $2${llvmVersion}0"; done) - AC_CHECK_TOOLS([$1], [$PROG_VERSION_CANDIDATES $2], []) - AS_IF([test x"$$1" != x],[ - PROG_VERSION=`$$1 --version | awk '/.*version [[0-9\.]]+/{for(i=1;i<=NF;i++){ if(\$i ~ /^[[0-9\.]]+$/){print \$i}}}'` diff --git a/lang/ghc810/files/patch-linker-iconv.diff b/lang/ghc810/files/patch-linker-iconv.diff deleted file mode 100644 index a3f7a70fb528..000000000000 --- a/lang/ghc810/files/patch-linker-iconv.diff +++ /dev/null @@ -1,89 +0,0 @@ -https://gitlab.haskell.org/ghc/ghc/-/commit/66d2e927842653fbc1cf2e6f997f443c78c2203b - -diff --git a/rts/Linker.c b/rts/Linker.c -index 1faff3b3716dd6de440071c89d0dafa471657962..12d5418d02a95893b14a619be10b5cd49a054f1a 100644 ---- rts/Linker.c -+++ rts/Linker.c -@@ -80,6 +80,33 @@ - #if defined(dragonfly_HOST_OS) - #include <sys/tls.h> - #endif -+ -+/* -+ * Note [iconv and FreeBSD] -+ * ~~~~~~~~~~~~~~~~~~~~~~~~ -+ * -+ * On FreeBSD libc.so provides an implementation of the iconv_* family of -+ * functions. However, due to their implementation, these symbols cannot be -+ * resolved via dlsym(); rather, they can only be resolved using the -+ * explicitly-versioned dlvsym(). -+ * -+ * This is problematic for the RTS linker since we may be asked to load -+ * an object that depends upon iconv. To handle this we include a set of -+ * fallback cases for these functions, allowing us to resolve them to the -+ * symbols provided by the libc against which the RTS is linked. -+ * -+ * See #20354. -+ */ -+ -+#if defined(freebsd_HOST_OS) -+extern void iconvctl(); -+extern void iconv_open_into(); -+extern void iconv_open(); -+extern void iconv_close(); -+extern void iconv_canonicalize(); -+extern void iconv(); -+#endif -+ - /* - Note [runtime-linker-support] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -@@ -637,6 +664,10 @@ internal_dlsym(const char *symbol) { - } - RELEASE_LOCK(&dl_mutex); - -+ IF_DEBUG(linker, debugBelch("internal_dlsym: looking for symbol '%s' in special cases\n", symbol)); -+# define SPECIAL_SYMBOL(sym) \ -+ if (strcmp(symbol, #sym) == 0) return (void*)&sym; -+ - # if defined(HAVE_SYS_STAT_H) && defined(linux_HOST_OS) && defined(__GLIBC__) - // HACK: GLIBC implements these functions with a great deal of trickery where - // they are either inlined at compile time to their corresponding -@@ -646,18 +677,28 @@ internal_dlsym(const char *symbol) { - // We borrow the approach that the LLVM JIT uses to resolve these - // symbols. See http://llvm.org/PR274 and #7072 for more info. - -- IF_DEBUG(linker, debugBelch("internal_dlsym: looking for symbol '%s' in GLIBC special cases\n", symbol)); -+ SPECIAL_SYMBOL(stat); -+ SPECIAL_SYMBOL(fstat); -+ SPECIAL_SYMBOL(lstat); -+ SPECIAL_SYMBOL(stat64); -+ SPECIAL_SYMBOL(fstat64); -+ SPECIAL_SYMBOL(lstat64); -+ SPECIAL_SYMBOL(atexit); -+ SPECIAL_SYMBOL(mknod); -+# endif - -- if (strcmp(symbol, "stat") == 0) return (void*)&stat; -- if (strcmp(symbol, "fstat") == 0) return (void*)&fstat; -- if (strcmp(symbol, "lstat") == 0) return (void*)&lstat; -- if (strcmp(symbol, "stat64") == 0) return (void*)&stat64; -- if (strcmp(symbol, "fstat64") == 0) return (void*)&fstat64; -- if (strcmp(symbol, "lstat64") == 0) return (void*)&lstat64; -- if (strcmp(symbol, "atexit") == 0) return (void*)&atexit; -- if (strcmp(symbol, "mknod") == 0) return (void*)&mknod; -+ // See Note [iconv and FreeBSD] -+# if defined(freebsd_HOST_OS) -+ SPECIAL_SYMBOL(iconvctl); -+ SPECIAL_SYMBOL(iconv_open_into); -+ SPECIAL_SYMBOL(iconv_open); -+ SPECIAL_SYMBOL(iconv_close); -+ SPECIAL_SYMBOL(iconv_canonicalize); -+ SPECIAL_SYMBOL(iconv); - # endif - -+#undef SPECIAL_SYMBOL -+ - // we failed to find the symbol - return NULL; - } diff --git a/lang/ghc810/files/patch-llvm-targets b/lang/ghc810/files/patch-llvm-targets deleted file mode 100644 index 7e46cd9c46e5..000000000000 --- a/lang/ghc810/files/patch-llvm-targets +++ /dev/null @@ -1,11 +0,0 @@ ---- llvm-targets.orig 2022-02-08 06:25:29 UTC -+++ llvm-targets -@@ -42,7 +42,7 @@ - ,("aarch64-apple-ios", ("e-m:o-i64:64-i128:128-n32:64-S128", "apple-a7", "+fp-armv8 +neon +crypto +zcm +zcz +sha2 +aes")) - ,("i386-apple-ios", ("e-m:o-p:32:32-p270:32:32-p271:32:32-p272:64:64-f64:32:64-f80:128-n8:16:32-S128", "yonah", "")) - ,("x86_64-apple-ios", ("e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128", "core2", "")) --,("amd64-portbld-freebsd", ("e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128", "x86-64", "")) -+,("x86_64-portbld-freebsd", ("e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128", "x86-64", "")) - ,("x86_64-unknown-freebsd", ("e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128", "x86-64", "")) - ,("aarch64-unknown-freebsd", ("e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128", "generic", "+neon")) - ,("armv6-unknown-freebsd-gnueabihf", ("e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64", "arm1176jzf-s", "+strict-align")) diff --git a/lang/ghc810/pkg-plist b/lang/ghc810/pkg-plist deleted file mode 100644 index baa31ef598b0..000000000000 --- a/lang/ghc810/pkg-plist +++ /dev/null @@ -1,4524 +0,0 @@ -bin/ghc-%%GHC_VERSION%% -bin/ghc-pkg-%%GHC_VERSION%% -bin/ghci-%%GHC_VERSION%% -bin/haddock-ghc-%%GHC_VERSION%% -bin/hsc2hs-ghc-%%GHC_VERSION%% -bin/runghc-%%GHC_VERSION%% -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ComponentsGraph.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ComponentsGraph.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ComponentsGraph.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/Configure.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/Configure.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/Configure.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ConfiguredComponent.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ConfiguredComponent.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ConfiguredComponent.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/DescribeUnitId.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/DescribeUnitId.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/DescribeUnitId.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/FullUnitId.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/FullUnitId.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/FullUnitId.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/Id.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/Id.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/Id.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/LinkedComponent.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/LinkedComponent.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/LinkedComponent.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/MixLink.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/MixLink.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/MixLink.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ModSubst.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ModSubst.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ModSubst.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ModuleScope.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ModuleScope.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ModuleScope.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ModuleShape.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ModuleShape.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ModuleShape.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/PreExistingComponent.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/PreExistingComponent.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/PreExistingComponent.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/PreModuleShape.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/PreModuleShape.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/PreModuleShape.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ReadyComponent.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ReadyComponent.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/ReadyComponent.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/UnifyM.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/UnifyM.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Backpack/UnifyM.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/CabalSpecVersion.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/CabalSpecVersion.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/CabalSpecVersion.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Async.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Async.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Async.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Binary.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Binary.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Binary.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/CharParsing.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/CharParsing.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/CharParsing.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/CopyFile.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/CopyFile.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/CopyFile.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/CreatePipe.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/CreatePipe.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/CreatePipe.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/DList.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/DList.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/DList.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Directory.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Directory.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Directory.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Environment.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Environment.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Environment.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Exception.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Exception.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Exception.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/FilePath.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/FilePath.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/FilePath.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/GetShortPathName.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/GetShortPathName.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/GetShortPathName.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Graph.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Graph.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Graph.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Internal/TempFile.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Internal/TempFile.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Internal/TempFile.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Lens.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Lens.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Lens.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/MonadFail.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/MonadFail.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/MonadFail.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Newtype.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Newtype.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Newtype.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Parsing.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Parsing.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Parsing.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Prelude.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Prelude.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Prelude.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Prelude/Internal.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Prelude/Internal.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Prelude/Internal.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Process.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Process.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Process.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/ResponseFile.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/ResponseFile.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/ResponseFile.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Semigroup.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Semigroup.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Semigroup.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/SnocList.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/SnocList.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/SnocList.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Stack.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Stack.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Stack.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Time.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Time.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Time.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Typeable.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Typeable.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/Typeable.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compiler.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compiler.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compiler.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/FieldGrammar.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/FieldGrammar.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/FieldGrammar.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/FieldGrammar/Class.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/FieldGrammar/Class.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/FieldGrammar/Class.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/FieldGrammar/FieldDescrs.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/FieldGrammar/FieldDescrs.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/FieldGrammar/FieldDescrs.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/FieldGrammar/Parsec.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/FieldGrammar/Parsec.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/FieldGrammar/Parsec.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/FieldGrammar/Pretty.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/FieldGrammar/Pretty.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/FieldGrammar/Pretty.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/ConfVar.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/ConfVar.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/ConfVar.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/Field.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/Field.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/Field.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/Lexer.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/Lexer.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/Lexer.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/LexerMonad.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/LexerMonad.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/LexerMonad.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/ParseResult.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/ParseResult.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/ParseResult.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/Parser.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/Parser.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/Parser.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/Pretty.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/Pretty.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Fields/Pretty.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/GetOpt.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/GetOpt.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/GetOpt.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/InstalledPackageInfo.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/InstalledPackageInfo.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/InstalledPackageInfo.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Lex.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Lex.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Lex.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/License.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/License.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/License.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Make.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Make.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Make.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/ModuleName.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/ModuleName.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/ModuleName.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Package.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Package.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Package.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/Check.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/Check.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/Check.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/Configuration.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/Configuration.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/Configuration.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/FieldGrammar.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/FieldGrammar.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/FieldGrammar.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/Parsec.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/Parsec.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/Parsec.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/PrettyPrint.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/PrettyPrint.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/PrettyPrint.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/Quirks.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/Quirks.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/Quirks.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/Utils.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/Utils.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/PackageDescription/Utils.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec/Error.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec/Error.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec/Error.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec/FieldLineStream.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec/FieldLineStream.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec/FieldLineStream.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec/Newtypes.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec/Newtypes.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec/Newtypes.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec/Position.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec/Position.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec/Position.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec/Warning.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec/Warning.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Parsec/Warning.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Pretty.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Pretty.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Pretty.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/ReadE.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/ReadE.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/ReadE.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/License.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/License.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/License.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/LicenseExceptionId.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/LicenseExceptionId.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/LicenseExceptionId.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/LicenseExpression.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/LicenseExpression.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/LicenseExpression.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/LicenseId.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/LicenseId.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/LicenseId.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/LicenseListVersion.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/LicenseListVersion.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/LicenseListVersion.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/LicenseReference.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/LicenseReference.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/SPDX/LicenseReference.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Bench.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Bench.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Bench.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Build.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Build.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Build.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Build/Macros.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Build/Macros.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Build/Macros.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Build/PathsModule.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Build/PathsModule.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Build/PathsModule.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/BuildPaths.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/BuildPaths.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/BuildPaths.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/BuildTarget.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/BuildTarget.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/BuildTarget.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/BuildToolDepends.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/BuildToolDepends.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/BuildToolDepends.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/CCompiler.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/CCompiler.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/CCompiler.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Command.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Command.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Command.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Compiler.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Compiler.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Compiler.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Configure.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Configure.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Configure.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Doctest.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Doctest.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Doctest.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Flag.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Flag.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Flag.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/GHC.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/GHC.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/GHC.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/GHC/EnvironmentParser.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/GHC/EnvironmentParser.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/GHC/EnvironmentParser.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/GHC/ImplInfo.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/GHC/ImplInfo.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/GHC/ImplInfo.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/GHC/Internal.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/GHC/Internal.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/GHC/Internal.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/GHCJS.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/GHCJS.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/GHCJS.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Glob.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Glob.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Glob.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Haddock.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Haddock.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Haddock.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/HaskellSuite.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/HaskellSuite.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/HaskellSuite.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Hpc.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Hpc.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Hpc.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Install.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Install.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Install.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/InstallDirs.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/InstallDirs.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/InstallDirs.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/InstallDirs/Internal.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/InstallDirs/Internal.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/InstallDirs/Internal.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/LocalBuildInfo.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/LocalBuildInfo.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/LocalBuildInfo.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/PackageIndex.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/PackageIndex.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/PackageIndex.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/PreProcess.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/PreProcess.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/PreProcess.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/PreProcess/Unlit.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/PreProcess/Unlit.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/PreProcess/Unlit.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Ar.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Ar.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Ar.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Builtin.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Builtin.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Builtin.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Db.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Db.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Db.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Find.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Find.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Find.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/GHC.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/GHC.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/GHC.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/HcPkg.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/HcPkg.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/HcPkg.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Hpc.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Hpc.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Hpc.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Internal.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Internal.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Internal.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Ld.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Ld.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Ld.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/ResponseFile.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/ResponseFile.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/ResponseFile.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Run.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Run.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Run.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Script.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Script.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Script.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Strip.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Strip.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Strip.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Types.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Types.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Program/Types.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Register.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Register.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Register.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Setup.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Setup.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Setup.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/ShowBuildInfo.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/ShowBuildInfo.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/ShowBuildInfo.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/SrcDist.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/SrcDist.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/SrcDist.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Test.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Test.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Test.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Test/ExeV10.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Test/ExeV10.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Test/ExeV10.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Test/LibV09.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Test/LibV09.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Test/LibV09.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Test/Log.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Test/Log.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Test/Log.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/UHC.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/UHC.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/UHC.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/UserHooks.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/UserHooks.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/UserHooks.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Utils.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Utils.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Utils.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Utils/Json.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Utils/Json.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Utils/Json.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/System.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/System.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/System.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/TestSuite.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/TestSuite.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/TestSuite.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Text.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Text.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Text.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/AbiDependency.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/AbiDependency.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/AbiDependency.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/AbiHash.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/AbiHash.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/AbiHash.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/AnnotatedId.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/AnnotatedId.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/AnnotatedId.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Benchmark.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Benchmark.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Benchmark.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Benchmark/Lens.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Benchmark/Lens.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Benchmark/Lens.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/BenchmarkInterface.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/BenchmarkInterface.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/BenchmarkInterface.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/BenchmarkType.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/BenchmarkType.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/BenchmarkType.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/BuildInfo.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/BuildInfo.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/BuildInfo.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/BuildInfo/Lens.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/BuildInfo/Lens.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/BuildInfo/Lens.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/BuildType.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/BuildType.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/BuildType.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Component.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Component.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Component.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ComponentId.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ComponentId.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ComponentId.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ComponentInclude.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ComponentInclude.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ComponentInclude.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ComponentLocalBuildInfo.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ComponentLocalBuildInfo.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ComponentLocalBuildInfo.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ComponentName.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ComponentName.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ComponentName.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ComponentRequestedSpec.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ComponentRequestedSpec.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ComponentRequestedSpec.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/CondTree.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/CondTree.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/CondTree.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Condition.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Condition.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Condition.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ConfVar.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ConfVar.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ConfVar.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Dependency.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Dependency.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Dependency.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/DependencyMap.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/DependencyMap.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/DependencyMap.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ExeDependency.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ExeDependency.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ExeDependency.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Executable.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Executable.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Executable.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Executable/Lens.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Executable/Lens.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Executable/Lens.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ExecutableScope.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ExecutableScope.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ExecutableScope.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ExposedModule.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ExposedModule.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ExposedModule.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Flag.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Flag.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Flag.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ForeignLib.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ForeignLib.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ForeignLib.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ForeignLib/Lens.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ForeignLib/Lens.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ForeignLib/Lens.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ForeignLibOption.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ForeignLibOption.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ForeignLibOption.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ForeignLibType.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ForeignLibType.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ForeignLibType.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/GenericPackageDescription.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/GenericPackageDescription.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/GenericPackageDescription.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/GenericPackageDescription/Lens.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/GenericPackageDescription/Lens.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/GenericPackageDescription/Lens.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/GivenComponent.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/GivenComponent.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/GivenComponent.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/HookedBuildInfo.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/HookedBuildInfo.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/HookedBuildInfo.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/IncludeRenaming.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/IncludeRenaming.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/IncludeRenaming.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/InstalledPackageInfo.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/InstalledPackageInfo.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/InstalledPackageInfo.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/InstalledPackageInfo/FieldGrammar.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/InstalledPackageInfo/FieldGrammar.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/InstalledPackageInfo/FieldGrammar.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/InstalledPackageInfo/Lens.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/InstalledPackageInfo/Lens.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/InstalledPackageInfo/Lens.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/LegacyExeDependency.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/LegacyExeDependency.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/LegacyExeDependency.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Lens.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Lens.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Lens.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Library.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Library.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Library.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Library/Lens.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Library/Lens.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Library/Lens.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/LibraryName.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/LibraryName.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/LibraryName.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/LibraryVisibility.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/LibraryVisibility.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/LibraryVisibility.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/LocalBuildInfo.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/LocalBuildInfo.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/LocalBuildInfo.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Mixin.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Mixin.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Mixin.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Module.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Module.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Module.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ModuleReexport.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ModuleReexport.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ModuleReexport.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ModuleRenaming.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ModuleRenaming.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/ModuleRenaming.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/MungedPackageId.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/MungedPackageId.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/MungedPackageId.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/MungedPackageName.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/MungedPackageName.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/MungedPackageName.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageDescription.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageDescription.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageDescription.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageDescription/Lens.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageDescription/Lens.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageDescription/Lens.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageId.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageId.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageId.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageId/Lens.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageId/Lens.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageId/Lens.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageName.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageName.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageName.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageName/Magic.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageName/Magic.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageName/Magic.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageVersionConstraint.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageVersionConstraint.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PackageVersionConstraint.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PkgconfigDependency.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PkgconfigDependency.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PkgconfigDependency.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PkgconfigName.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PkgconfigName.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PkgconfigName.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PkgconfigVersion.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PkgconfigVersion.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PkgconfigVersion.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PkgconfigVersionRange.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PkgconfigVersionRange.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/PkgconfigVersionRange.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/SetupBuildInfo.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/SetupBuildInfo.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/SetupBuildInfo.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/SetupBuildInfo/Lens.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/SetupBuildInfo/Lens.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/SetupBuildInfo/Lens.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/SourceRepo.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/SourceRepo.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/SourceRepo.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/SourceRepo/Lens.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/SourceRepo/Lens.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/SourceRepo/Lens.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/TargetInfo.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/TargetInfo.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/TargetInfo.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/TestSuite.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/TestSuite.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/TestSuite.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/TestSuite/Lens.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/TestSuite/Lens.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/TestSuite/Lens.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/TestSuiteInterface.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/TestSuiteInterface.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/TestSuiteInterface.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/TestType.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/TestType.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/TestType.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/UnitId.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/UnitId.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/UnitId.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/UnqualComponentName.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/UnqualComponentName.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/UnqualComponentName.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Version.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Version.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/Version.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/VersionInterval.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/VersionInterval.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/VersionInterval.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/VersionRange.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/VersionRange.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/VersionRange.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/VersionRange/Internal.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/VersionRange/Internal.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/VersionRange/Internal.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/Base62.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/Base62.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/Base62.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/Generic.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/Generic.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/Generic.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/IOData.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/IOData.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/IOData.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/LogProgress.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/LogProgress.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/LogProgress.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/MD5.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/MD5.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/MD5.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/MapAccum.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/MapAccum.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/MapAccum.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/NubList.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/NubList.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/NubList.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/Progress.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/Progress.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/Progress.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/ShortText.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/ShortText.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/ShortText.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/String.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/String.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/String.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/Structured.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/Structured.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/Structured.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/UnionFind.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/UnionFind.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/UnionFind.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Verbosity.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Verbosity.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Verbosity.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Verbosity/Internal.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Verbosity/Internal.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Verbosity/Internal.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Version.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Version.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Version.p_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/HSCabal-%%CABAL_VERSION%%.o -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/HSCabal-%%CABAL_VERSION%%.p_o -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Language/Haskell/Extension.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Language/Haskell/Extension.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Language/Haskell/Extension.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Paths_Cabal.dyn_hi -lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Paths_Cabal.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Paths_Cabal.p_hi *** 3790 LINES SKIPPED ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506041302.554D2o3W085922>