git: a0d234572b3e - main - lang/ghc810: Add the port, slave to lang/ghc.

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Thu, 07 Jul 2022 10:26:00 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a0d234572b3e333bdafab0dd8b0bc134e18b9589

commit a0d234572b3e333bdafab0dd8b0bc134e18b9589
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-07-02 09:32:42 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-07-07 10:24:40 +0000

    lang/ghc810: Add the port, slave to lang/ghc.
    
    The need to have different GHC versions installed on the same system became
    more common in the Haskell ecosystem. The devel/stack port solves this problem
    by installing its own distributions into the user's HOME dir. Cabal doesn't do
    that, but uses system-wide GHC installations. This slave port is intended to
    help for such use cases.
    
    This port can also be used as a fallback during major lang/ghc upgrades. At
    the moment such upgrades require a lot of work to deal with Haskell packages
    fallout. By switching failing ports to older GHC we can deliver lang/ghc
    updates faster.
---
 lang/Makefile         |    1 +
 lang/ghc/Makefile     |   19 +-
 lang/ghc/distinfo     |    2 +
 lang/ghc810/Makefile  |   27 +
 lang/ghc810/pkg-plist | 4524 +++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 4566 insertions(+), 7 deletions(-)

diff --git a/lang/Makefile b/lang/Makefile
index 7a7fa27987ed..85bb2f1c1b62 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -100,6 +100,7 @@
     SUBDIR += gcc9
     SUBDIR += gforth
     SUBDIR += ghc
+    SUBDIR += ghc810
     SUBDIR += gjs
     SUBDIR += gleam
     SUBDIR += gnatcross-binutils-aarch64
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 0dc55b732f91..a1d5e79eba09 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -20,7 +20,7 @@ USES=			autoreconf compiler:c11 gmake iconv:patch,translit \
 			tar:xz
 
 GNU_CONFIGURE=		yes
-CONFIGURE_ARGS=		--docdir=${DOCSDIR}
+CONFIGURE_ARGS+=	--docdir=${DOCSDIR}
 INSTALL_TARGET=		install-strip
 USE_LOCALE=		en_US.UTF-8
 USE_PERL5=		build
@@ -29,7 +29,7 @@ OPTIONS_SUB=		yes
 SHEBANG_FILES=		boot
 PORTDOCS=		*
 
-OPTIONS_DEFINE=		DYNAMIC GMP PROFILE DOCS
+OPTIONS_DEFINE?=	DYNAMIC GMP PROFILE DOCS
 OPTIONS_DEFAULT=	DYNAMIC PROFILE GMP
 
 OPTIONS_GROUP=		BOOTSTRAP
@@ -63,13 +63,13 @@ GMP_LIB_DEPENDS=	libgmp.so:math/gmp
 PROFILE_VARS=		enable_profile=YES
 PROFILE_VARS_OFF=	enable_profile=NO
 
-GHC_VERSION=		9.2.3
-LLVM_VERSION=		12
+GHC_VERSION?=		9.2.3
+LLVM_VERSION?=		12
 BOOT_GHC_VERSION=	8.10.7
 # LLVM version that bootstrap compiler uses
 BOOT_LLVM_VERSION=	10
 
-BASE_PACKAGES=		Cabal-3.6.3.0 array-0.5.4.0 base-4.16.2.0 binary-0.8.9.0 \
+BASE_PACKAGES?=		Cabal-3.6.3.0 array-0.5.4.0 base-4.16.2.0 binary-0.8.9.0 \
 			bytestring-0.11.3.1 containers-0.6.5.1 deepseq-1.4.6.1 \
 			directory-1.3.6.2 exceptions-0.10.4 filepath-1.4.2.2 \
 			ghc-${GHC_VERSION} ghc-bignum-1.2 ghc-compact-0.1.0.0 \
@@ -93,6 +93,7 @@ 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>
@@ -155,15 +156,19 @@ post-install:
 # Run strip on them manually
 	${FIND} ${STAGEDIR}${PREFIX}/lib/ghc-${GHC_VERSION} -name '*.so' -exec ${STRIP_CMD} {} +
 	${RM} ${STAGEDIR}${PREFIX}/bin/haddock
+.if ${SLAVE_PORT} == "yes"
+	${MV} ${STAGEDIR}${PREFIX}/bin/hsc2hs ${STAGEDIR}${PREFIX}/bin/hsc2hs-ghc-${GHC_VERSION}
+	${FIND} ${STAGEDIR}${PREFIX}/bin -not -type d -not -regex '.*-${GHC_VERSION}' -delete
+	${RM} -r ${STAGEDIR}${PREFIX}/lib/ghc-${GHC_VERSION}/html
+	${RM} -r ${STAGEDIR}${PREFIX}/lib/ghc-${GHC_VERSION}/latex
+.endif
 
 post-install-DOCS-off:
 # Docs for Haskell libraries are generated by Haddock, not sphinx, so we have
 # to pass WITH_HADDOCK=no to the build.mk to skip their generation.
 # However, we don't want to do that because this would cause Haddock itself not
 # to be built.
-.if empty(PORT_OPTIONS:MDOCS)
 	${RM} -r ${STAGEDIR}${DOCSDIR}/html
-.endif
 
 .if exists(${BOOT_DIR}/bin/runhaskell)
 RUNHASKELL?=	${BOOT_DIR}/bin/runhaskell
diff --git a/lang/ghc/distinfo b/lang/ghc/distinfo
index 2bde051de9f3..afa0b3285460 100644
--- a/lang/ghc/distinfo
+++ b/lang/ghc/distinfo
@@ -1,6 +1,8 @@
 TIMESTAMP = 1653682073
 SHA256 (ghc-9.2.3-src.tar.xz) = 50ecdc2bef013e518f9a62a15245d7db0e4409d737c43b1cea7306fd82e1669e
 SIZE (ghc-9.2.3-src.tar.xz) = 27525456
+SHA256 (ghc-8.10.7-src.tar.xz) = e3eef6229ce9908dfe1ea41436befb0455fefb1932559e860ad4c606b0d03c9d
+SIZE (ghc-8.10.7-src.tar.xz) = 19932668
 SHA256 (ghc-8.10.7-boot-amd64-freebsd.tar.xz) = 5adfeceee2c3aa1208da174390cbb8e8c1d0a333b7c4a3a676a63f93beaf3126
 SIZE (ghc-8.10.7-boot-amd64-freebsd.tar.xz) = 70607916
 SHA256 (ghc-8.10.7-boot-i386-freebsd.tar.xz) = d841a6abf2b97e34feb9c71a85520a78dd667bfb6d6a7f401fa8a92b558928dc
diff --git a/lang/ghc810/Makefile b/lang/ghc810/Makefile
new file mode 100644
index 000000000000..85c5eed65b0d
--- /dev/null
+++ b/lang/ghc810/Makefile
@@ -0,0 +1,27 @@
+PKGNAMESUFFIX=		810
+
+LIB_DEPENDS=		${GMP_LIB_DEPENDS}
+
+CONFIGURE_ARGS=		${GMP_CONFIGURE_WITH:C/^/--with-/}
+
+OPTIONS_DEFINE=		DYNAMIC PROFILE
+
+SLAVE_BUILD_MK=		BUILD_SPHINX_HTML=NO
+
+GHC_VERSION=		8.10.7
+LLVM_VERSION=		10
+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
+
+MASTERDIR=	${.CURDIR}/../ghc
+PATCHDIR=	${.CURDIR}/files
+PLIST=		${.CURDIR}/pkg-plist
+
+.include	"${MASTERDIR}/Makefile"
diff --git a/lang/ghc810/pkg-plist b/lang/ghc810/pkg-plist
new file mode 100644
index 000000000000..baa31ef598b0
--- /dev/null
+++ b/lang/ghc810/pkg-plist
@@ -0,0 +1,4524 @@
+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
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/libHSCabal-%%CABAL_VERSION%%-ghc%%GHC_VERSION%%.so
+lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/libHSCabal-%%CABAL_VERSION%%.a
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/libHSCabal-%%CABAL_VERSION%%_p.a
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array.dyn_hi
+lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Base.dyn_hi
+lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Base.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Base.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/IArray.dyn_hi
+lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/IArray.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/IArray.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/IO.dyn_hi
+lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/IO.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/IO.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/IO/Internals.dyn_hi
+lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/IO/Internals.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/IO/Internals.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/IO/Safe.dyn_hi
+lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/IO/Safe.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/IO/Safe.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/MArray.dyn_hi
+lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/MArray.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/MArray.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/MArray/Safe.dyn_hi
+lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/MArray/Safe.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/MArray/Safe.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/ST.dyn_hi
+lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/ST.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/ST.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/ST/Safe.dyn_hi
+lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/ST/Safe.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/ST/Safe.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Storable.dyn_hi
+lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Storable.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Storable.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Storable/Internals.dyn_hi
+lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Storable/Internals.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Storable/Internals.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Storable/Safe.dyn_hi
+lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Storable/Safe.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Storable/Safe.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Unboxed.dyn_hi
+lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Unboxed.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Unboxed.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Unsafe.dyn_hi
+lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Unsafe.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/Data/Array/Unsafe.p_hi
+lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/HSarray-%%ARRAY_VERSION%%.o
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/HSarray-%%ARRAY_VERSION%%.p_o
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/libHSarray-%%ARRAY_VERSION%%-ghc%%GHC_VERSION%%.so
+lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/libHSarray-%%ARRAY_VERSION%%.a
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-%%ARRAY_VERSION%%/libHSarray-%%ARRAY_VERSION%%_p.a
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Applicative.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Applicative.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Applicative.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Arrow.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Arrow.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Arrow.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Category.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Category.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Category.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Concurrent.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Concurrent.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Concurrent.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Concurrent/Chan.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Concurrent/Chan.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Concurrent/Chan.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Concurrent/MVar.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Concurrent/MVar.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Concurrent/MVar.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Concurrent/QSem.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Concurrent/QSem.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Concurrent/QSem.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Concurrent/QSemN.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Concurrent/QSemN.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Concurrent/QSemN.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Exception.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Exception.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Exception.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Exception/Base.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Exception/Base.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Exception/Base.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/Fail.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/Fail.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/Fail.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/Fix.dyn_hi
*** 3700 LINES SKIPPED ***