Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 2023 09:23:38 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: 7ef23b4e8c1e - main - lang/ghc92: Update to 9.2.8
Message-ID:  <202306030923.3539NcAs059113@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=7ef23b4e8c1ee4bd47f56a42025346bef5cf4315

commit 7ef23b4e8c1ee4bd47f56a42025346bef5cf4315
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2023-06-03 09:23:06 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-06-03 09:23:31 +0000

    lang/ghc92: Update to 9.2.8
---
 lang/ghc/Makefile            |    9 +
 lang/ghc/distinfo            |   10 +-
 lang/ghc92/Makefile          |    4 +-
 lang/ghc92/pkg-plist         | 9919 +++++++++++++++++++++---------------------
 lang/ghc92/pkg-plist.hadrian | 4982 +++++++++++++++++++++
 5 files changed, 9950 insertions(+), 4974 deletions(-)

diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 7d6a39874d9e..254b9ba7fea3 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -154,6 +154,15 @@ BOOT_GHC=		${BOOT_INSTALL_DIR}/bin/ghc-${BOOT_GHC_VERSION}
 BOOT_DIR=		${WRKDIR}/ghc-${BOOT_GHC_VERSION}-${CONFIGURE_TARGET}
 .endif
 
+# this is hacky but 92 is special as it is compiled with autotools on i386 and with Hadrian elsewhere
+.if ${SLAVE_PORT} == "yes" && ${PKGNAMESUFFIX} == "92"
+.  ifdef USE_HADRIAN
+PLIST=			${.CURDIR}/../ghc92/pkg-plist.hadrian
+.  else
+PLIST=			${.CURDIR}/../ghc92/pkg-plist
+.  endif
+.endif
+
 # This version of ncurses is needed by bootstrap compiler
 .if ${OSVERSION} > 1300078 && empty(PORT_OPTIONS:MBOOT)
 BUILD_DEPENDS+=	${LOCALBASE}/lib/compat/libncursesw.so.8:misc/compat12x
diff --git a/lang/ghc/distinfo b/lang/ghc/distinfo
index 239b147728a7..e198d4149e7a 100644
--- a/lang/ghc/distinfo
+++ b/lang/ghc/distinfo
@@ -1,14 +1,14 @@
-TIMESTAMP = 1683969935
+TIMESTAMP = 1685194345
 SHA256 (ghc-9.4.5-src.tar.xz) = 6256cf9caf6d6dc7b611dcfbb247df2d528e85aa39d22a698e870e5a590e8601
 SIZE (ghc-9.4.5-src.tar.xz) = 28641296
-SHA256 (ghc-9.2.7-src.tar.xz) = a253567a17b734a4c0dd0ffa296d33c2a5b5a54a77df988806a2a1e1ca7e88b8
-SIZE (ghc-9.2.7-src.tar.xz) = 24610432
+SHA256 (ghc-9.2.8-src.tar.xz) = 5f13d1786bf4fd12f4b45faa37abedb5bb3f36d5e58f7da5307e8bfe88a567a1
+SIZE (ghc-9.2.8-src.tar.xz) = 24661260
 SHA256 (ghc-8.10.7-src.tar.xz) = e3eef6229ce9908dfe1ea41436befb0455fefb1932559e860ad4c606b0d03c9d
 SIZE (ghc-8.10.7-src.tar.xz) = 19932668
 SHA256 (hadrian-9.4.5-boot.tar.gz) = 5319d341c982b5f0f137834befeb7a70d87b69ec2642c2d7a5f2a182d17ce44a
 SIZE (hadrian-9.4.5-boot.tar.gz) = 1495569
-SHA256 (hadrian-9.2.7-boot.tar.gz) = e332380ecf69fee189e6d9bc305435954c0b93427ad52bf0da0b9539b6461e54
-SIZE (hadrian-9.2.7-boot.tar.gz) = 1472978
+SHA256 (hadrian-9.2.8-boot.tar.gz) = 200e7f59b83a32837250c7d2ee03f02ad321091680d1200f3142697b23bdc1da
+SIZE (hadrian-9.2.8-boot.tar.gz) = 1473036
 SHA256 (ghc-9.2.7-boot-amd64-freebsd.tar.xz) = 4cd2ca8d7afd0fe3f83133d9a07b953bd7f331e5a70caf5401087e62840b6c89
 SIZE (ghc-9.2.7-boot-amd64-freebsd.tar.xz) = 118471240
 SHA256 (ghc-8.10.7-boot-amd64-freebsd.tar.xz) = 5adfeceee2c3aa1208da174390cbb8e8c1d0a333b7c4a3a676a63f93beaf3126
diff --git a/lang/ghc92/Makefile b/lang/ghc92/Makefile
index d74ae1c2377f..05b1e3d61a40 100644
--- a/lang/ghc92/Makefile
+++ b/lang/ghc92/Makefile
@@ -6,7 +6,7 @@ CONFIGURE_ARGS=		${GMP_CONFIGURE_ON}
 
 OPTIONS_DEFINE=		DYNAMIC PROFILE
 
-GHC_VERSION=		9.2.7
+GHC_VERSION=		9.2.8
 LLVM_VERSION=		12
 BASE_PACKAGES=		Cabal-3.6.3.0 array-0.5.4.0 base-4.16.4.0 binary-0.8.9.0 \
 			bytestring-0.11.4.0 containers-0.6.5.1 deepseq-1.4.6.1 \
@@ -22,6 +22,6 @@ BOOT_LLVM_VERSION=	10
 
 MASTERDIR=	${.CURDIR}/../ghc
 PATCHDIR=	${.CURDIR}/files
-PLIST=		${.CURDIR}/pkg-plist
+# PLIST for this port is set in the master one
 
 .include	"${MASTERDIR}/Makefile"
diff --git a/lang/ghc92/pkg-plist b/lang/ghc92/pkg-plist
index a194849625b5..f3bf9da67b33 100644
--- a/lang/ghc92/pkg-plist
+++ b/lang/ghc92/pkg-plist
@@ -2,4981 +2,4966 @@ bin/ghc-%%GHC_VERSION%%
 bin/ghc-pkg-%%GHC_VERSION%%
 bin/ghci-%%GHC_VERSION%%
 bin/haddock-ghc-%%GHC_VERSION%%
-bin/hp2ps-ghc-%%GHC_VERSION%%
-bin/hpc-ghc-%%GHC_VERSION%%
 bin/hsc2hs-ghc-%%GHC_VERSION%%
 bin/runghc-%%GHC_VERSION%%
-bin/runhaskell-%%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/NonEmptySet.dyn_hi
+lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/NonEmptySet.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Compat/NonEmptySet.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/Newtypes.dyn_hi
+lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/FieldGrammar/Newtypes.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/FieldGrammar/Newtypes.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/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/Macros/Z.dyn_hi
+lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Build/Macros/Z.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Build/Macros/Z.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/Build/PathsModule/Z.dyn_hi
+lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Build/PathsModule/Z.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Simple/Build/PathsModule/Z.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/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/VersionInterval/Legacy.dyn_hi
+lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/VersionInterval/Legacy.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Types/VersionInterval/Legacy.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/Path.dyn_hi
+lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/Path.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/Utils/Path.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
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/ZinzaPrelude.dyn_hi
+lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/ZinzaPrelude.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/Cabal-%%CABAL_VERSION%%/Distribution/ZinzaPrelude.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
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/Fix.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/Fix.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/IO/Class.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/IO/Class.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/IO/Class.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/Instances.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/Instances.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/Instances.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Imp.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Imp.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Imp.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Lazy.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Lazy.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Lazy.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Lazy/Imp.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Lazy/Imp.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Lazy/Imp.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Lazy/Safe.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Lazy/Safe.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Lazy/Safe.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Lazy/Unsafe.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Lazy/Unsafe.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Lazy/Unsafe.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Safe.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Safe.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Safe.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Strict.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Strict.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Strict.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Unsafe.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Unsafe.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/ST/Unsafe.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/Zip.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/Zip.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Control/Monad/Zip.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Bifoldable.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Bifoldable.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Bifoldable.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Bifunctor.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Bifunctor.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Bifunctor.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Bitraversable.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Bitraversable.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Bitraversable.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Bits.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Bits.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Bits.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Bool.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Bool.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Bool.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Char.dyn_hi
+lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Char.hi
+%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Char.p_hi
+%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-%%BASE_VERSION%%/Data/Coerce.dyn_hi
*** 14023 LINES SKIPPED ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306030923.3539NcAs059113>