Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/ghc/Makefile,v
retrieving revision 1.164
diff -u -p -r1.164 Makefile
--- Makefile 10 Sep 2019 13:51:21 -0000 1.164
+++ Makefile 23 Sep 2019 20:58:08 -0000
@@ -8,16 +8,15 @@ COMMENT = compiler for the functional l
# "non-deterministic", "unresolved symbol", "signature mismatch" etc. to
# find the appropriate bug tickets)
-# ghc hardcodes ${WRKDIR}/bin/gcc when the package is compiled with ccache
+# ghc hardcodes ${WRKDIR}/bin/gcc when the package is compiled with ccache
NO_CCACHE = Yes
DISTNAME = ghc-${MODGHC_VER}
-REVISION = 5
CATEGORIES = lang devel
HOMEPAGE = https://www.haskell.org/ghc/
# Version of the precompiled binaries
-BIN_VER = 8.2.2.20180330
+BIN_VER = 8.4.2.20190113
# Pull in lang/ghc to get MODGHC_VER and ONLY_FOR_ARCHS, which is maintained
# in ghc.port.mk. lang/python needed for regression tests.
@@ -27,19 +26,28 @@ MODPY_BUILDDEP = No
MODPY_RUNDEP = No
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
-# BSD w/o advertising clause + LGPLv3 (from libgmp).
+# BSD w/o advertising clause.
# Distfile is bundled with other stuff like libffi, mingw
# binaries, with BSD, GPLv2 and Perl artistic license.
PERMIT_PACKAGE = Yes
-WANTLIB += c curses iconv m pthread util
+WANTLIB += c charset curses gmp iconv m pthread util
-LIB_DEPENDS = converters/libiconv
+SHARED_LIBS += ffi 8.0
-BUILD_DEPENDS = archivers/gtar \
- textproc/py-sphinx
+LIB_DEPENDS = converters/libiconv \
+ devel/gmp
+
+BUILD_DEPENDS = archivers/bzip2 \
+ archivers/gtar \
+ textproc/py-sphinx
RUN_DEPENDS =
+# The bootstrapping compiler needs gcc4, but the new ghc can be built
+# with clang. So we just BUILD_DEPEND on gcc instead of using the gcc4
+# MODULE, because the latter would also add some wrapper scripts
+BUILD_DEPENDS += lang/gcc/8>=8,<9
+
# We can't use the wrapper script, because it then gets hardcoded into
# the packaged ghc. So we explicitely use -Wl,-z,wxneeded (see
# CONFIGURE_ENV below)
@@ -64,33 +72,38 @@ BINDISTFILE-$m = ghc-${BIN_VER}-$m-unkno
SUPDISTFILES += ${BINDISTFILE-$m}
.endfor
-# Substvars for all libraries, assuming that ghc-bnot, ghc-boot-th and
-# ghci will always have the same version number as ghc.
+# Substvars for all libraries, assuming that ghc-boot, ghc-boot-th,
+# ghc-heap, libiserv and ghci will always have the same version number
+# as ghc.
GHC_ITEMS = \
- CABAL 2.0.1.0 \
- ARRAY 0.5.2.0 \
- BASE 4.10.1.0 \
- BINARY 0.8.5.1 \
+ CABAL 2.4.0.1 \
+ ARRAY 0.5.3.0 \
+ BASE 4.12.0.0 \
+ BINARY 0.8.6.0 \
BYTESTRING 0.10.8.2 \
- CONTAINERS 0.5.10.2 \
- DEEPSEQ 1.4.3.0 \
- DIRECTORY 1.3.0.2 \
- FILEPATH 1.4.1.2 \
- GHC 8.2.2 \
+ CONTAINERS 0.6.0.1 \
+ DEEPSEQ 1.4.4.0 \
+ DIRECTORY 1.3.3.0 \
+ FILEPATH 1.4.2.1 \
+ GHC 8.6.4 \
GHC_COMPACT 0.1.0.0 \
- GHC_PRIM 0.5.1.1 \
- HASKELINE 0.7.4.0 \
- HOOPL 3.10.2.2 \
+ GHC_PRIM 0.5.3 \
+ HASKELINE 0.7.4.3 \
HPC 0.6.0.3 \
- INTEGER_GMP 1.0.1.0 \
- PRETTY 1.1.3.3 \
- PROCESS 1.6.1.0 \
- TEMPLATE_HASKELL 2.12.0.0 \
- TERMINFO 0.4.1.0 \
+ INTEGER_GMP 1.0.2.0 \
+ LIBISERV 8.6.3 \
+ MTL 2.2.2 \
+ PARSEC 3.1.13.0 \
+ PRETTY 1.1.3.6 \
+ PROCESS 1.6.5.0 \
+ STM 2.5.0.0 \
+ TEMPLATE_HASKELL 2.14.0.0 \
+ TERMINFO 0.4.1.2 \
+ TEXT 1.2.3.1 \
TIME 1.8.0.2 \
- TRANSFORMERS 0.5.2.0 \
+ TRANSFORMERS 0.5.6.2 \
UNIX 2.7.2.2 \
- XHTML 3000.2.2
+ XHTML 3000.2.2.1
.for _i _v in ${GHC_ITEMS}
${_i}_VER = ${_v}
@@ -105,7 +118,9 @@ CFLAGS += -fno-pie -Wl,-znotext
.endif
CONFIGURE_STYLE = gnu
-CONFIGURE_ARGS += --with-iconv-includes=${LOCALBASE}/include \
+CONFIGURE_ARGS += --with-gmp-includes=${LOCALBASE}/include \
+ --with-gmp-libraries=${LOCALBASE}/lib \
+ --with-iconv-includes=${LOCALBASE}/include \
--with-iconv-libraries=${LOCALBASE}/lib \
CC="${CC}"
@@ -154,8 +169,7 @@ post-patch:
LD_LIBRARY_PATH=${BOOTSTRAP_SHLIBS} \
CONFIGURE_ENV=${CONFIGURE_ENV} \
./configure --prefix=${WRKDIR}/bootstrap \
- --with-gcc="${CC}" \
- --with-clang="${CC}" && \
+ CC=${LOCALBASE}/bin/egcc && \
LD_LIBRARY_PATH=${BOOTSTRAP_SHLIBS} \
${MAKE_PROGRAM} install
rm -rf ${WRKDIR}/ghc-${BIN_VER}
@@ -181,7 +195,7 @@ do-test:
# It doesn't matter wether this is the actual date of the bootstrapper
# build. It's just used to get different distfiles whenever new
# bootstrappers have to be built.
-BOOTSTRAP_DATE = 20180330
+BOOTSTRAP_DATE = 20190113
# Create a bootstrapper. This compiles a stripped-down version of
# ghc and creates a `bindist', i.e. a tarball with binaries that
@@ -216,8 +230,8 @@ bootstrap: patch
env CONFIGURE_ENV=RELEASE=NO ${MAKE} configure
- env MAKE_ENV="AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.4" \
- ${MAKE} build ALL_TARGET="all binary-dist"
+ ${MAKE} build ALL_TARGET="all binary-dist" \
+ AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.4
mkdir -p ${WRKBUILD}/ghc-${MODGHC_VER}.${BOOTSTRAP_DATE}-shlibs-$$(arch -s)
ldd ${WRKBUILD}/ghc/stage2/build/tmp/ghc-stage2 | \
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/ghc/distinfo,v
retrieving revision 1.51
diff -u -p -r1.51 distinfo
--- distinfo 30 Mar 2018 23:16:59 -0000 1.51
+++ distinfo 23 Sep 2019 11:21:45 -0000
@@ -1,12 +1,12 @@
-SHA256 (ghc/ghc-8.2.2-src.tar.xz) = u47DY0qhMtCfqicLvWBLgt+mHwSFVlWvb50Uqe7cBfw=
-SHA256 (ghc/ghc-8.2.2-testsuite.tar.xz) = kn/5OfRqD3mqh+FuVuCgJKKIx4JZvth0yxWqlqZTVmw=
-SHA256 (ghc/ghc-8.2.2.20180330-amd64-unknown-openbsd.tar.xz) = erhGm6JICVVn2InKtQSddXZWb18PrHqXlmOUy5/keSg=
-SHA256 (ghc/ghc-8.2.2.20180330-i386-unknown-openbsd.tar.xz) = Txnu9vWOIRISD817Qy42vnikc6xRnI0gvdBU28b1Eis=
-SHA256 (ghc/ghc-8.2.2.20180330-shlibs-amd64.tar.gz) = mFtqmGjL2L/1eqzf31Ewv9i7nIF8mldRwR2PflG22j4=
-SHA256 (ghc/ghc-8.2.2.20180330-shlibs-i386.tar.gz) = v2c6QAG9a5lnN2hl4HWNtxjo37x4mSTPF2UGnwR+D0o=
-SIZE (ghc/ghc-8.2.2-src.tar.xz) = 10753272
-SIZE (ghc/ghc-8.2.2-testsuite.tar.xz) = 1809936
-SIZE (ghc/ghc-8.2.2.20180330-amd64-unknown-openbsd.tar.xz) = 48946188
-SIZE (ghc/ghc-8.2.2.20180330-i386-unknown-openbsd.tar.xz) = 47654468
-SIZE (ghc/ghc-8.2.2.20180330-shlibs-amd64.tar.gz) = 2795641
-SIZE (ghc/ghc-8.2.2.20180330-shlibs-i386.tar.gz) = 2786181
+SHA256 (ghc/ghc-8.4.2.20190113-amd64-unknown-openbsd.tar.xz) = mgX+n73l3DcSbSztQDuoLbg7SFNE0thfeyZnoXkP+aA=
+SHA256 (ghc/ghc-8.4.2.20190113-i386-unknown-openbsd.tar.xz) = Lunq6hJN267fQBn8xO91ECDdGDChzF02RLhw/Q2CIwY=
+SHA256 (ghc/ghc-8.4.2.20190113-shlibs-amd64.tar.gz) = fPgINvftpK632NOGqBuQ4Z7G730YRoq99aOaZrQGqAQ=
+SHA256 (ghc/ghc-8.4.2.20190113-shlibs-i386.tar.gz) = vMf8iRC17T9fZx5jcGwX/Y/5CHfQ/BFGq7QMKoyzqNg=
+SHA256 (ghc/ghc-8.6.4-src.tar.xz) = W10H5EYyA6Qzw+099GG6bM4RttK5smTbMfNCkHXQMDo=
+SHA256 (ghc/ghc-8.6.4-testsuite.tar.xz) = 6gLWerJMD10UfXSW4nuQQ+NlnUkd79LR4cewJo/q6/k=
+SIZE (ghc/ghc-8.4.2.20190113-amd64-unknown-openbsd.tar.xz) = 54549160
+SIZE (ghc/ghc-8.4.2.20190113-i386-unknown-openbsd.tar.xz) = 51355360
+SIZE (ghc/ghc-8.4.2.20190113-shlibs-amd64.tar.gz) = 2911998
+SIZE (ghc/ghc-8.4.2.20190113-shlibs-i386.tar.gz) = 2787557
+SIZE (ghc/ghc-8.6.4-src.tar.xz) = 19029904
+SIZE (ghc/ghc-8.6.4-testsuite.tar.xz) = 1906656
Index: ghc.port.mk
===================================================================
RCS file: /cvs/ports/lang/ghc/ghc.port.mk,v
retrieving revision 1.43
diff -u -p -r1.43 ghc.port.mk
--- ghc.port.mk 10 Sep 2019 13:51:21 -0000 1.43
+++ ghc.port.mk 23 Sep 2019 11:21:45 -0000
@@ -6,7 +6,7 @@ ONLY_FOR_ARCHS = i386 amd64
# Dependency of meta/haskell-platform.
# Please do *not* update without thinking.
-MODGHC_VER = 8.2.2
+MODGHC_VER = 8.6.4
SUBST_VARS += MODGHC_VER
MODGHC_BIN = ${LOCALBASE}/bin/ghc
Index: patches/patch-compiler_main_SysTools_hs
===================================================================
RCS file: patches/patch-compiler_main_SysTools_hs
diff -N patches/patch-compiler_main_SysTools_hs
--- patches/patch-compiler_main_SysTools_hs 22 Jan 2018 00:42:30 -0000 1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-compiler_main_SysTools_hs,v 1.3 2018/01/22 00:42:30 kili Exp $
-Index: compiler/main/SysTools.hs
---- compiler/main/SysTools.hs.orig
-+++ compiler/main/SysTools.hs
-@@ -881,6 +881,9 @@ getCompilerInfo' dflags = do
- -- Regular clang
- | any ("clang version" `isInfixOf`) stde =
- return Clang
-+ -- stupid thingy !!!!
-+ | any ("OpenBSD clang version" `isPrefixOf`) stde =
-+ return Clang
- -- XCode 5.1 clang
- | any ("Apple LLVM version 5.1" `isPrefixOf`) stde =
- return AppleClang51
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/lang/ghc/patches/patch-configure,v
retrieving revision 1.18
diff -u -p -r1.18 patch-configure
--- patches/patch-configure 22 Jan 2018 00:42:30 -0000 1.18
+++ patches/patch-configure 23 Sep 2019 11:21:45 -0000
@@ -2,7 +2,24 @@ $OpenBSD: patch-configure,v 1.18 2018/01
Index: configure
--- configure.orig
+++ configure
-@@ -9152,7 +9152,7 @@ $as_echo_n "checking for extra options to pass gcc whe
+@@ -9048,11 +9048,11 @@ OptCmd="$OPT"
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Creating links for in-tree file handling routines." >&5
+ $as_echo "$as_me: Creating links for in-tree file handling routines." >&6;}
+-ln -f -v utils/fs/fs.* utils/lndir/
+-ln -f -v utils/fs/fs.* utils/unlit/
+-ln -f -v utils/fs/fs.* rts/
+-ln -f -v utils/fs/fs.h libraries/base/include/
+-ln -f -v utils/fs/fs.c libraries/base/cbits/
++ln -f utils/fs/fs.* utils/lndir/
++ln -f utils/fs/fs.* utils/unlit/
++ln -f utils/fs/fs.* rts/
++ln -f utils/fs/fs.h libraries/base/include/
++ln -f utils/fs/fs.c libraries/base/cbits/
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Routines in place. Packages can now be build normally." >&5
+ $as_echo "$as_me: Routines in place. Packages can now be build normally." >&6;}
+
+@@ -9296,7 +9296,7 @@ $as_echo_n "checking for extra options to pass gcc whe
if ${fp_cv_gcc_extra_opts+:} false; then :
$as_echo_n "(cached) " >&6
else
Index: patches/patch-ghc_mk
===================================================================
RCS file: /cvs/ports/lang/ghc/patches/patch-ghc_mk,v
retrieving revision 1.13
diff -u -p -r1.13 patch-ghc_mk
--- patches/patch-ghc_mk 22 Jan 2018 00:42:30 -0000 1.13
+++ patches/patch-ghc_mk 23 Sep 2019 11:21:45 -0000
@@ -6,7 +6,7 @@ gtar creates an archive which our tar ca
Index: ghc.mk
--- ghc.mk.orig
+++ ghc.mk
-@@ -1105,6 +1105,8 @@ unix-binary-dist-prep:
+@@ -1102,6 +1102,8 @@ unix-binary-dist-prep:
echo "CrossCompiling = $(CrossCompiling)" >> $(BIN_DIST_MK)
cd $(BIN_DIST_PREP_DIR) && autoreconf
$(call removeFiles,$(BIN_DIST_PREP_TAR))
Index: patches/patch-iserv_ghc_mk
===================================================================
RCS file: patches/patch-iserv_ghc_mk
diff -N patches/patch-iserv_ghc_mk
--- patches/patch-iserv_ghc_mk 22 Jan 2018 00:42:30 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,20 +0,0 @@
-$OpenBSD: patch-iserv_ghc_mk,v 1.2 2018/01/22 00:42:30 kili Exp $
-
-Seriously -- if there are knobs to disable threads it should be possible
-to build everything without threads.
-
-Index: iserv/ghc.mk
---- iserv/ghc.mk.orig
-+++ iserv/ghc.mk
-@@ -20,9 +20,11 @@ iserv_stage2_p_MORE_HC_OPTS += -debug
- iserv_stage2_dyn_MORE_HC_OPTS += -debug
- endif
-
-+ifeq "$(GhcThreaded)" "YES"
- iserv_stage2_MORE_HC_OPTS += -threaded
- iserv_stage2_p_MORE_HC_OPTS += -threaded
- iserv_stage2_dyn_MORE_HC_OPTS += -threaded
-+endif
-
- # Add -Wl,--export-dynamic enables GHCi to load dynamic objects that
- # refer to the RTS. This is harmless if you don't use it (adds a bit
Index: patches/patch-libraries_Cabal_Cabal_Distribution_Simple_Compiler_hs
===================================================================
RCS file: patches/patch-libraries_Cabal_Cabal_Distribution_Simple_Compiler_hs
diff -N patches/patch-libraries_Cabal_Cabal_Distribution_Simple_Compiler_hs
--- patches/patch-libraries_Cabal_Cabal_Distribution_Simple_Compiler_hs 22 Jan 2018 00:42:30 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,26 +0,0 @@
-$OpenBSD: patch-libraries_Cabal_Cabal_Distribution_Simple_Compiler_hs,v 1.1 2018/01/22 00:42:30 kili Exp $
-
-Dynamic libraries are still disabled on OpenBSD, so don't let Cabal
-do anything about them (especially putting a bogus dynamic-library-dirs
-field into package registrations).
-
-Index: libraries/Cabal/Cabal/Distribution/Simple/Compiler.hs
---- libraries/Cabal/Cabal/Distribution/Simple/Compiler.hs.orig
-+++ libraries/Cabal/Cabal/Distribution/Simple/Compiler.hs
-@@ -329,15 +329,7 @@ backpackSupported = ghcSupported "Support Backpack"
- -- | Does this compiler support a package database entry with:
- -- "dynamic-library-dirs"?
- libraryDynDirSupported :: Compiler -> Bool
--libraryDynDirSupported comp = case compilerFlavor comp of
-- GHC ->
-- -- Not just v >= mkVersion [8,0,1,20161022], as there
-- -- are many GHC 8.1 nightlies which don't support this.
-- ((v >= mkVersion [8,0,1,20161022] && v < mkVersion [8,1]) ||
-- v >= mkVersion [8,1,20161021])
-- _ -> False
-- where
-- v = compilerVersion comp
-+libraryDynDirSupported comp = False
-
- -- | Does this compiler support Haskell program coverage?
- coverageSupported :: Compiler -> Bool
Index: patches/patch-libraries_base_GHC_IO_Encoding_hs
===================================================================
RCS file: /cvs/ports/lang/ghc/patches/patch-libraries_base_GHC_IO_Encoding_hs,v
retrieving revision 1.4
diff -u -p -r1.4 patch-libraries_base_GHC_IO_Encoding_hs
--- patches/patch-libraries_base_GHC_IO_Encoding_hs 19 Sep 2015 07:42:57 -0000 1.4
+++ patches/patch-libraries_base_GHC_IO_Encoding_hs 23 Sep 2019 11:21:45 -0000
@@ -1,7 +1,8 @@
$OpenBSD: patch-libraries_base_GHC_IO_Encoding_hs,v 1.4 2015/09/19 07:42:57 kili Exp $
---- libraries/base/GHC/IO/Encoding.hs.orig Tue Jul 21 21:50:11 2015
-+++ libraries/base/GHC/IO/Encoding.hs Sun Aug 9 17:35:52 2015
-@@ -101,7 +101,9 @@ utf32le = UTF32.utf32le
+Index: libraries/base/GHC/IO/Encoding.hs
+--- libraries/base/GHC/IO/Encoding.hs.orig
++++ libraries/base/GHC/IO/Encoding.hs
+@@ -102,7 +102,9 @@ utf32le = UTF32.utf32le
utf32be :: TextEncoding
utf32be = UTF32.utf32be
Index: patches/patch-mk_config_mk_in
===================================================================
RCS file: patches/patch-mk_config_mk_in
diff -N patches/patch-mk_config_mk_in
--- patches/patch-mk_config_mk_in 22 Jan 2018 00:42:30 -0000 1.13
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,18 +0,0 @@
-$OpenBSD: patch-mk_config_mk_in,v 1.13 2018/01/22 00:42:30 kili Exp $
-
-Don't build shared libs for now.
-
-Index: mk/config.mk.in
---- mk/config.mk.in.orig
-+++ mk/config.mk.in
-@@ -122,7 +122,9 @@ endif
- NoSharedLibsPlatformList = \
- powerpc-ibm-aix \
- x86_64-unknown-mingw32 \
-- i386-unknown-mingw32
-+ i386-unknown-mingw32 \
-+ i386-unknown-openbsd \
-+ x86_64-unknown-openbsd
-
- ifeq "$(SOLARIS_BROKEN_SHLD)" "YES"
- NoSharedLibsPlatformList += i386-unknown-solaris2
Index: patches/patch-rts_RtsSymbols_c
===================================================================
RCS file: patches/patch-rts_RtsSymbols_c
diff -N patches/patch-rts_RtsSymbols_c
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-rts_RtsSymbols_c 23 Sep 2019 11:21:45 -0000
@@ -0,0 +1,30 @@
+$OpenBSD$
+
+Fix symbol collision on _DYNAMIC.
+
+From upstream commit 1638350f0629365f20e97554e872d85b75f48d73 by
+Sergei Trofimovich.
+
+Index: rts/RtsSymbols.c
+--- rts/RtsSymbols.c.orig
++++ rts/RtsSymbols.c
+@@ -27,6 +27,10 @@
+ #include <shfolder.h> /* SHGetFolderPathW */
+ #endif
+
++#if defined(openbsd_HOST_OS)
++#include <elf.h> /* _DYNAMIC */
++#endif
++
+ /* -----------------------------------------------------------------------------
+ * Symbols to be inserted into the RTS symbol table.
+ */
+@@ -280,7 +284,7 @@
+ #if defined(openbsd_HOST_OS)
+ #define RTS_OPENBSD_ONLY_SYMBOLS \
+ SymE_NeedsProto(__guard_local) \
+- SymE_NeedsProto(_DYNAMIC)
++ SymE_HasProto(_DYNAMIC)
+ #else
+ #define RTS_OPENBSD_ONLY_SYMBOLS
+ #endif
Index: patches/patch-rts_ghc_mk
===================================================================
RCS file: patches/patch-rts_ghc_mk
diff -N patches/patch-rts_ghc_mk
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-rts_ghc_mk 23 Sep 2019 11:21:45 -0000
@@ -0,0 +1,19 @@
+$OpenBSD$
+
+libffi build process seems to be using bundled libtool which only
+produces the .so.8.0 and not a plain .so which is expected to exist.
+The patch forces the dependency on versioned file at the expense of
+hardcoding the version number.
+
+Index: rts/ghc.mk
+--- rts/ghc.mk.orig
++++ rts/ghc.mk
+@@ -126,7 +126,7 @@ rts/dist/build/$(LIBFFI_DLL): libffi/build/inst/bin/$(
+ else
+ # This is a little hacky. We don't know the SO version, so we only
+ # depend on libffi.so, but copy libffi.so*
+-rts/dist/build/lib$(LIBFFI_NAME)$(soext): libffi/build/inst/lib/lib$(LIBFFI_NAME)$(soext)
++rts/dist/build/lib$(LIBFFI_NAME)$(soext): libffi/build/inst/lib/lib$(LIBFFI_NAME)$(soext).8.0
+ cp libffi/build/inst/lib/lib$(LIBFFI_NAME)$(soext)* rts/dist/build
+ ifeq "$(TargetOS_CPP)" "darwin"
+ install_name_tool -id @rpath/lib$(LIBFFI_NAME)$(soext) rts/dist/build/lib$(LIBFFI_NAME)$(soext)
Index: patches/patch-testsuite_driver_testlib_py
===================================================================
RCS file: /cvs/ports/lang/ghc/patches/patch-testsuite_driver_testlib_py,v
retrieving revision 1.9
diff -u -p -r1.9 patch-testsuite_driver_testlib_py
--- patches/patch-testsuite_driver_testlib_py 22 Jan 2018 00:42:30 -0000 1.9
+++ patches/patch-testsuite_driver_testlib_py 23 Sep 2019 11:21:45 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-testsuite_driver_testlib
Index: testsuite/driver/testlib.py
--- testsuite/driver/testlib.py.orig
+++ testsuite/driver/testlib.py
-@@ -1551,6 +1551,13 @@ def compare_outputs(way, kind, normaliser, expected_fi
+@@ -1573,6 +1573,13 @@ def compare_outputs(way, kind, normaliser, expected_fi
actual_raw = read_no_crs(actual_path)
actual_str = normaliser(actual_raw)
@@ -16,7 +16,7 @@ Index: testsuite/driver/testlib.py
# See Note [Output comparison].
if whitespace_normaliser(expected_str) == whitespace_normaliser(actual_str):
return 1
-@@ -1566,14 +1573,14 @@ def compare_outputs(way, kind, normaliser, expected_fi
+@@ -1588,14 +1595,14 @@ def compare_outputs(way, kind, normaliser, expected_fi
if config.verbose >= 1 and _expect_pass(way):
# See Note [Output comparison].
Index: patches/patch-testsuite_mk_test_mk
===================================================================
RCS file: /cvs/ports/lang/ghc/patches/patch-testsuite_mk_test_mk,v
retrieving revision 1.9
diff -u -p -r1.9 patch-testsuite_mk_test_mk
--- patches/patch-testsuite_mk_test_mk 13 Feb 2018 21:17:51 -0000 1.9
+++ patches/patch-testsuite_mk_test_mk 23 Sep 2019 11:21:45 -0000
@@ -11,7 +11,7 @@ tests are failing).
Index: testsuite/mk/test.mk
--- testsuite/mk/test.mk.orig
+++ testsuite/mk/test.mk
-@@ -83,7 +83,7 @@ else
+@@ -86,7 +86,7 @@ else
RUNTEST_OPTS += -e ghc_with_native_codegen=0
endif
@@ -20,7 +20,7 @@ Index: testsuite/mk/test.mk
HAVE_VANILLA := $(shell if [ -f $(subst \,/,$(GHC_PRIM_LIBDIR))/GHC/PrimopWrappers.hi ]; then echo YES; else echo NO; fi)
HAVE_DYNAMIC := $(shell if [ -f $(subst \,/,$(GHC_PRIM_LIBDIR))/GHC/PrimopWrappers.dyn_hi ]; then echo YES; else echo NO; fi)
HAVE_PROFILING := $(shell if [ -f $(subst \,/,$(GHC_PRIM_LIBDIR))/GHC/PrimopWrappers.p_hi ]; then echo YES; else echo NO; fi)
-@@ -154,16 +154,7 @@ else
+@@ -171,16 +171,7 @@ else
RUNTEST_OPTS += -e ghc_with_smp=0
endif
Index: patches/patch-testsuite_tests_codeGen_should_run_all_T
===================================================================
RCS file: /cvs/ports/lang/ghc/patches/patch-testsuite_tests_codeGen_should_run_all_T,v
retrieving revision 1.5
diff -u -p -r1.5 patch-testsuite_tests_codeGen_should_run_all_T
--- patches/patch-testsuite_tests_codeGen_should_run_all_T 28 Jan 2018 19:40:29 -0000 1.5
+++ patches/patch-testsuite_tests_codeGen_should_run_all_T 23 Sep 2019 11:21:45 -0000
@@ -5,7 +5,7 @@ With 8k of stack, this test fails for WA
Index: testsuite/tests/codeGen/should_run/all.T
--- testsuite/tests/codeGen/should_run/all.T.orig
+++ testsuite/tests/codeGen/should_run/all.T
-@@ -84,7 +84,7 @@ test('T2080', normal, compile_and_run, [''])
+@@ -86,7 +86,7 @@ test('T2080', normal, compile_and_run, [''])
test('T2838', normal, compile_and_run, [''])
test('T3207', normal, compile_and_run, [''])
test('T3561', normal, compile_and_run, [''])
Index: patches/patch-utils_ghc-pkg_Main_hs
===================================================================
RCS file: /cvs/ports/lang/ghc/patches/patch-utils_ghc-pkg_Main_hs,v
retrieving revision 1.6
diff -u -p -r1.6 patch-utils_ghc-pkg_Main_hs
--- patches/patch-utils_ghc-pkg_Main_hs 22 Jan 2018 00:42:30 -0000 1.6
+++ patches/patch-utils_ghc-pkg_Main_hs 23 Sep 2019 11:21:45 -0000
@@ -7,7 +7,7 @@ running ghc-pkg unregister ... -v0 --for
Index: utils/ghc-pkg/Main.hs
--- utils/ghc-pkg/Main.hs.orig
+++ utils/ghc-pkg/Main.hs
-@@ -1364,7 +1364,7 @@ modifyPackage fn pkgarg verbosity my_flags force = do
+@@ -1479,7 +1479,7 @@ modifyPackage fn pkgarg verbosity my_flags force = do
= display pkgid
| otherwise = display pkgid ++ "@" ++ display (installedUnitId pkg)
where pkgid = mungedId pkg
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/lang/ghc/pkg/PLIST,v
retrieving revision 1.12
diff -u -p -r1.12 PLIST
--- pkg/PLIST 10 Sep 2019 13:51:21 -0000 1.12
+++ pkg/PLIST 23 Sep 2019 11:21:45 -0000
@@ -3,7 +3,11 @@
@conflict hs-deepseq-<=1.1.0.2p0
@conflict hs-binary-*
@conflict hs-haskeline-<=0.7.0.3
+@conflict hs-mtl-<=2.2.1
+@conflict hs-parsec-<=3.1.9
+@conflict hs-stm-<=2.4.4.1
@conflict hs-terminfo-<=0.3.1.3p3
+@conflict hs-text-<=1.2.1.3
@conflict hs-transformers-<=0.3.0.0p1
@conflict haddock-<=2.14.3
@conflict hs-haddock-<=2.14.3
@@ -16,7 +20,11 @@
@pkgpath devel/hs-deepseq
@pkgpath devel/hs-binary
@pkgpath devel/hs-haskeline
+@pkgpath devel/hs-mtl
+@pkgpath devel/hs-parsec
+@pkgpath devel/hs-stm
@pkgpath devel/hs-terminfo
+@pkgpath devel/hs-text
@pkgpath devel/hs-transformers
@define-tag ghc-pkg-recache at-end %D/bin/ghc-pkg recache --global --no-user-package-db
@tag ghc-pkg-recache
@@ -38,906 +46,1514 @@ lib/ghc/
lib/ghc/Cabal-${CABAL_VER}/
lib/ghc/Cabal-${CABAL_VER}/Distribution/
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ComponentsGraph.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ComponentsGraph.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ComponentsGraph.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/Configure.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/Configure.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/Configure.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ConfiguredComponent.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ConfiguredComponent.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ConfiguredComponent.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/DescribeUnitId.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/DescribeUnitId.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/DescribeUnitId.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/FullUnitId.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/FullUnitId.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/FullUnitId.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/Id.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/Id.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/Id.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/LinkedComponent.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/LinkedComponent.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/LinkedComponent.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/MixLink.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/MixLink.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/MixLink.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ModSubst.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ModSubst.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ModSubst.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ModuleScope.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ModuleScope.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ModuleScope.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ModuleShape.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ModuleShape.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ModuleShape.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/PreExistingComponent.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/PreExistingComponent.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/PreExistingComponent.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/PreModuleShape.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/PreModuleShape.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/PreModuleShape.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ReadyComponent.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ReadyComponent.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/ReadyComponent.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/UnifyM.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/UnifyM.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Backpack/UnifyM.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/CabalSpecVersion.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/CabalSpecVersion.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/CabalSpecVersion.p_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Binary.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Binary.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Binary.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/CharParsing.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/CharParsing.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/CharParsing.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/CopyFile.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/CopyFile.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/CopyFile.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/CreatePipe.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/CreatePipe.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/CreatePipe.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/DList.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/DList.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/DList.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Directory.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Directory.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Directory.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Environment.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Environment.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Environment.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Exception.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Exception.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Exception.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/GetShortPathName.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/GetShortPathName.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/GetShortPathName.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Graph.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Graph.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Graph.p_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Internal/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Internal/TempFile.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Internal/TempFile.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Internal/TempFile.p_hi
-lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Map/
-lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Map/Strict.hi
-lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Map/Strict.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Lens.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Lens.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Lens.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/MonadFail.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/MonadFail.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/MonadFail.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Newtype.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Newtype.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Newtype.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Parsing.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Parsing.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Parsing.p_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Prelude/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Prelude.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Prelude.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Prelude.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Prelude/Internal.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Prelude/Internal.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Prelude/Internal.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/ReadP.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/ReadP.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/ReadP.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Semigroup.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Semigroup.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Semigroup.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/SnocList.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/SnocList.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/SnocList.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Stack.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Stack.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Stack.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Time.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Time.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compat/Time.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Compiler.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compiler.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Compiler.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/FieldGrammar/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/FieldGrammar.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/FieldGrammar.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/FieldGrammar.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/FieldGrammar/Class.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/FieldGrammar/Class.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/FieldGrammar/Class.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/FieldGrammar/FieldDescrs.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/FieldGrammar/FieldDescrs.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/FieldGrammar/FieldDescrs.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/FieldGrammar/Parsec.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/FieldGrammar/Parsec.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/FieldGrammar/Parsec.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/FieldGrammar/Pretty.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/FieldGrammar/Pretty.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/FieldGrammar/Pretty.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/GetOpt.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/GetOpt.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/GetOpt.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/InstalledPackageInfo.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/InstalledPackageInfo.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/InstalledPackageInfo.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Lex.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Lex.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Lex.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/License.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/License.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/License.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Make.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Make.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Make.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/ModuleName.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/ModuleName.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/ModuleName.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Package.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Package.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Package.p_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/Check.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/Check.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/Check.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/Configuration.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/Configuration.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/Configuration.p_hi
-lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/Parse.hi
-lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/Parse.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/FieldGrammar.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/FieldGrammar.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/FieldGrammar.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/Parsec.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/Parsec.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/Parsec.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/PrettyPrint.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/PrettyPrint.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/PrettyPrint.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/Quirks.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/Quirks.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/Quirks.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/Utils.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/Utils.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/PackageDescription/Utils.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/ParseUtils.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/ParseUtils.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/ParseUtils.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Class.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Class.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Class.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Common.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Common.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Common.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/ConfVar.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/ConfVar.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/ConfVar.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Field.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Field.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Field.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/FieldLineStream.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/FieldLineStream.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/FieldLineStream.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Lexer.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Lexer.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Lexer.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/LexerMonad.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/LexerMonad.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/LexerMonad.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Newtypes.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Newtypes.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Newtypes.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/ParseResult.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/ParseResult.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/ParseResult.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Parser.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Parser.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Parsec/Parser.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Pretty.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Pretty.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Pretty.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/PrettyUtils.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/PrettyUtils.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/PrettyUtils.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/ReadE.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/ReadE.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/ReadE.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/License.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/License.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/License.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/LicenseExceptionId.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/LicenseExceptionId.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/LicenseExceptionId.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/LicenseExpression.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/LicenseExpression.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/LicenseExpression.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/LicenseId.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/LicenseId.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/LicenseId.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/LicenseListVersion.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/LicenseListVersion.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/LicenseListVersion.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/LicenseReference.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/LicenseReference.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/SPDX/LicenseReference.p_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Bench.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Bench.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Bench.p_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Build/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Build.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Build.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Build.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Build/Macros.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Build/Macros.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Build/Macros.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Build/PathsModule.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Build/PathsModule.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Build/PathsModule.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/BuildPaths.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/BuildPaths.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/BuildPaths.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/BuildTarget.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/BuildTarget.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/BuildTarget.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/BuildToolDepends.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/BuildToolDepends.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/BuildToolDepends.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/CCompiler.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/CCompiler.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/CCompiler.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Command.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Command.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Command.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Compiler.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Compiler.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Compiler.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Configure.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Configure.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Configure.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Doctest.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Doctest.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Doctest.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Flag.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Flag.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Flag.p_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHC/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHC.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHC.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHC.p_hi
-lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHC/IPI642.hi
-lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHC/IPI642.p_hi
-lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHC/IPIConvert.hi
-lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHC/IPIConvert.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHC/EnvironmentParser.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHC/EnvironmentParser.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHC/EnvironmentParser.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHC/ImplInfo.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHC/ImplInfo.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHC/ImplInfo.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHC/Internal.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHC/Internal.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHC/Internal.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHCJS.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHCJS.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/GHCJS.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Glob.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Glob.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Glob.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Haddock.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Haddock.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Haddock.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/HaskellSuite.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/HaskellSuite.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/HaskellSuite.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Hpc.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Hpc.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Hpc.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Install.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Install.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Install.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/InstallDirs.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/InstallDirs.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/InstallDirs.p_hi
-lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/JHC.hi
-lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/JHC.p_hi
-lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/LHC.hi
-lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/LHC.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/LocalBuildInfo.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/LocalBuildInfo.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/LocalBuildInfo.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/PackageIndex.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/PackageIndex.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/PackageIndex.p_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/PreProcess/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/PreProcess.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/PreProcess.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/PreProcess.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/PreProcess/Unlit.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/PreProcess/Unlit.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/PreProcess/Unlit.p_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Ar.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Ar.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Ar.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Builtin.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Builtin.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Builtin.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Db.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Db.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Db.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Find.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Find.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Find.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/GHC.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/GHC.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/GHC.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/HcPkg.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/HcPkg.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/HcPkg.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Hpc.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Hpc.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Hpc.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Internal.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Internal.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Internal.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Ld.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Ld.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Ld.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/ResponseFile.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/ResponseFile.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/ResponseFile.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Run.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Run.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Run.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Script.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Script.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Script.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Strip.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Strip.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Strip.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Types.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Types.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Program/Types.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Register.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Register.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Register.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Setup.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Setup.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Setup.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/SrcDist.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/SrcDist.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/SrcDist.p_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Test/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Test.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Test.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Test.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Test/ExeV10.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Test/ExeV10.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Test/ExeV10.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Test/LibV09.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Test/LibV09.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Test/LibV09.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Test/Log.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Test/Log.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Test/Log.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/UHC.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/UHC.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/UHC.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/UserHooks.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/UserHooks.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/UserHooks.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Utils.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Utils.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Simple/Utils.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/System.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/System.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/System.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/TestSuite.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/TestSuite.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/TestSuite.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Text.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Text.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Text.p_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/AbiDependency.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/AbiDependency.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/AbiDependency.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/AbiHash.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/AbiHash.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/AbiHash.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/AnnotatedId.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/AnnotatedId.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/AnnotatedId.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Benchmark/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Benchmark.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Benchmark.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Benchmark.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Benchmark/Lens.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Benchmark/Lens.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Benchmark/Lens.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/BenchmarkInterface.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/BenchmarkInterface.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/BenchmarkInterface.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/BenchmarkType.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/BenchmarkType.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/BenchmarkType.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/BuildInfo/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/BuildInfo.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/BuildInfo.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/BuildInfo.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/BuildInfo/Lens.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/BuildInfo/Lens.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/BuildInfo/Lens.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/BuildType.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/BuildType.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/BuildType.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Component.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Component.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Component.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ComponentId.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ComponentId.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ComponentId.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ComponentInclude.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ComponentInclude.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ComponentInclude.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ComponentLocalBuildInfo.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ComponentLocalBuildInfo.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ComponentLocalBuildInfo.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ComponentName.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ComponentName.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ComponentName.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ComponentRequestedSpec.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ComponentRequestedSpec.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ComponentRequestedSpec.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/CondTree.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/CondTree.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/CondTree.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Condition.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Condition.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Condition.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Dependency.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Dependency.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Dependency.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/DependencyMap.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/DependencyMap.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/DependencyMap.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ExeDependency.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ExeDependency.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ExeDependency.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Executable/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Executable.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Executable.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Executable.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Executable/Lens.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Executable/Lens.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Executable/Lens.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ExecutableScope.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ExecutableScope.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ExecutableScope.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ExposedModule.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ExposedModule.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ExposedModule.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ForeignLib/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ForeignLib.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ForeignLib.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ForeignLib.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ForeignLib/Lens.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ForeignLib/Lens.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ForeignLib/Lens.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ForeignLibOption.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ForeignLibOption.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ForeignLibOption.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ForeignLibType.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ForeignLibType.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ForeignLibType.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/GenericPackageDescription/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/GenericPackageDescription.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/GenericPackageDescription.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/GenericPackageDescription.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/GenericPackageDescription/Lens.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/GenericPackageDescription/Lens.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/GenericPackageDescription/Lens.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/HookedBuildInfo.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/HookedBuildInfo.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/HookedBuildInfo.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/IncludeRenaming.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/IncludeRenaming.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/IncludeRenaming.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/InstalledPackageInfo/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/InstalledPackageInfo.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/InstalledPackageInfo.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/InstalledPackageInfo.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/InstalledPackageInfo/FieldGrammar.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/InstalledPackageInfo/FieldGrammar.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/InstalledPackageInfo/FieldGrammar.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/InstalledPackageInfo/Lens.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/InstalledPackageInfo/Lens.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/InstalledPackageInfo/Lens.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/LegacyExeDependency.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/LegacyExeDependency.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/LegacyExeDependency.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Lens.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Lens.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Lens.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Library/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Library.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Library.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Library.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Library/Lens.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Library/Lens.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Library/Lens.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/LocalBuildInfo.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/LocalBuildInfo.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/LocalBuildInfo.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Mixin.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Mixin.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Mixin.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Module.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Module.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Module.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ModuleReexport.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ModuleReexport.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ModuleReexport.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ModuleRenaming.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ModuleRenaming.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/ModuleRenaming.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/MungedPackageId.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/MungedPackageId.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/MungedPackageId.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/MungedPackageName.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/MungedPackageName.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/MungedPackageName.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PackageDescription/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PackageDescription.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PackageDescription.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PackageDescription.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PackageDescription/Lens.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PackageDescription/Lens.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PackageDescription/Lens.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PackageId/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PackageId.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PackageId.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PackageId.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PackageId/Lens.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PackageId/Lens.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PackageId/Lens.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PackageName.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PackageName.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PackageName.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PkgconfigDependency.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PkgconfigDependency.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PkgconfigDependency.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PkgconfigName.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PkgconfigName.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/PkgconfigName.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/SetupBuildInfo/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/SetupBuildInfo.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/SetupBuildInfo.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/SetupBuildInfo.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/SetupBuildInfo/Lens.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/SetupBuildInfo/Lens.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/SetupBuildInfo/Lens.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/SourceRepo/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/SourceRepo.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/SourceRepo.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/SourceRepo.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/SourceRepo/Lens.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/SourceRepo/Lens.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/SourceRepo/Lens.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/TargetInfo.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/TargetInfo.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/TargetInfo.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/TestSuite/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/TestSuite.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/TestSuite.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/TestSuite.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/TestSuite/Lens.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/TestSuite/Lens.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/TestSuite/Lens.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/TestSuiteInterface.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/TestSuiteInterface.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/TestSuiteInterface.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/TestType.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/TestType.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/TestType.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/UnitId.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/UnitId.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/UnitId.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/UnqualComponentName.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/UnqualComponentName.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/UnqualComponentName.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Version.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Version.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/Version.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/VersionInterval.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/VersionInterval.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/VersionInterval.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/VersionRange.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/VersionRange.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Types/VersionRange.p_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/Base62.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/Base62.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/Base62.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/Generic.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/Generic.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/Generic.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/IOData.dyn_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/IOData.hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/IOData.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/LogProgress.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/LogProgress.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/LogProgress.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/MapAccum.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/MapAccum.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/MapAccum.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/NubList.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/NubList.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/NubList.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/Progress.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/Progress.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/Progress.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/ShortText.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/ShortText.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/ShortText.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/String.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/String.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/String.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/UnionFind.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/UnionFind.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Utils/UnionFind.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Verbosity.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Verbosity.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Verbosity.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Distribution/Version.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Version.hi
lib/ghc/Cabal-${CABAL_VER}/Distribution/Version.p_hi
lib/ghc/Cabal-${CABAL_VER}/HSCabal-${CABAL_VER}.o
lib/ghc/Cabal-${CABAL_VER}/Language/
lib/ghc/Cabal-${CABAL_VER}/Language/Haskell/
+lib/ghc/Cabal-${CABAL_VER}/Language/Haskell/Extension.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Language/Haskell/Extension.hi
lib/ghc/Cabal-${CABAL_VER}/Language/Haskell/Extension.p_hi
+lib/ghc/Cabal-${CABAL_VER}/Paths_Cabal.dyn_hi
lib/ghc/Cabal-${CABAL_VER}/Paths_Cabal.hi
lib/ghc/Cabal-${CABAL_VER}/Paths_Cabal.p_hi
+lib/ghc/Cabal-${CABAL_VER}/libHSCabal-${CABAL_VER}-ghc${GHC_VER}.so
lib/ghc/Cabal-${CABAL_VER}/libHSCabal-${CABAL_VER}.a
lib/ghc/Cabal-${CABAL_VER}/libHSCabal-${CABAL_VER}_p.a
lib/ghc/array-${ARRAY_VER}/
lib/ghc/array-${ARRAY_VER}/Data/
lib/ghc/array-${ARRAY_VER}/Data/Array/
+lib/ghc/array-${ARRAY_VER}/Data/Array.dyn_hi
lib/ghc/array-${ARRAY_VER}/Data/Array.hi
lib/ghc/array-${ARRAY_VER}/Data/Array.p_hi
+lib/ghc/array-${ARRAY_VER}/Data/Array/Base.dyn_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/Base.hi
lib/ghc/array-${ARRAY_VER}/Data/Array/Base.p_hi
+lib/ghc/array-${ARRAY_VER}/Data/Array/IArray.dyn_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/IArray.hi
lib/ghc/array-${ARRAY_VER}/Data/Array/IArray.p_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/IO/
+lib/ghc/array-${ARRAY_VER}/Data/Array/IO.dyn_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/IO.hi
lib/ghc/array-${ARRAY_VER}/Data/Array/IO.p_hi
+lib/ghc/array-${ARRAY_VER}/Data/Array/IO/Internals.dyn_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/IO/Internals.hi
lib/ghc/array-${ARRAY_VER}/Data/Array/IO/Internals.p_hi
+lib/ghc/array-${ARRAY_VER}/Data/Array/IO/Safe.dyn_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/IO/Safe.hi
lib/ghc/array-${ARRAY_VER}/Data/Array/IO/Safe.p_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/MArray/
+lib/ghc/array-${ARRAY_VER}/Data/Array/MArray.dyn_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/MArray.hi
lib/ghc/array-${ARRAY_VER}/Data/Array/MArray.p_hi
+lib/ghc/array-${ARRAY_VER}/Data/Array/MArray/Safe.dyn_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/MArray/Safe.hi
lib/ghc/array-${ARRAY_VER}/Data/Array/MArray/Safe.p_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/ST/
+lib/ghc/array-${ARRAY_VER}/Data/Array/ST.dyn_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/ST.hi
lib/ghc/array-${ARRAY_VER}/Data/Array/ST.p_hi
+lib/ghc/array-${ARRAY_VER}/Data/Array/ST/Safe.dyn_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/ST/Safe.hi
lib/ghc/array-${ARRAY_VER}/Data/Array/ST/Safe.p_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/Storable/
+lib/ghc/array-${ARRAY_VER}/Data/Array/Storable.dyn_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/Storable.hi
lib/ghc/array-${ARRAY_VER}/Data/Array/Storable.p_hi
+lib/ghc/array-${ARRAY_VER}/Data/Array/Storable/Internals.dyn_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/Storable/Internals.hi
lib/ghc/array-${ARRAY_VER}/Data/Array/Storable/Internals.p_hi
+lib/ghc/array-${ARRAY_VER}/Data/Array/Storable/Safe.dyn_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/Storable/Safe.hi
lib/ghc/array-${ARRAY_VER}/Data/Array/Storable/Safe.p_hi
+lib/ghc/array-${ARRAY_VER}/Data/Array/Unboxed.dyn_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/Unboxed.hi
lib/ghc/array-${ARRAY_VER}/Data/Array/Unboxed.p_hi
+lib/ghc/array-${ARRAY_VER}/Data/Array/Unsafe.dyn_hi
lib/ghc/array-${ARRAY_VER}/Data/Array/Unsafe.hi
lib/ghc/array-${ARRAY_VER}/Data/Array/Unsafe.p_hi
lib/ghc/array-${ARRAY_VER}/HSarray-${ARRAY_VER}.o
+lib/ghc/array-${ARRAY_VER}/libHSarray-${ARRAY_VER}-ghc${GHC_VER}.so
lib/ghc/array-${ARRAY_VER}/libHSarray-${ARRAY_VER}.a
lib/ghc/array-${ARRAY_VER}/libHSarray-${ARRAY_VER}_p.a
lib/ghc/base-${BASE_VER}/
lib/ghc/base-${BASE_VER}/Control/
+lib/ghc/base-${BASE_VER}/Control/Applicative.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Applicative.hi
lib/ghc/base-${BASE_VER}/Control/Applicative.p_hi
+lib/ghc/base-${BASE_VER}/Control/Arrow.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Arrow.hi
lib/ghc/base-${BASE_VER}/Control/Arrow.p_hi
+lib/ghc/base-${BASE_VER}/Control/Category.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Category.hi
lib/ghc/base-${BASE_VER}/Control/Category.p_hi
lib/ghc/base-${BASE_VER}/Control/Concurrent/
+lib/ghc/base-${BASE_VER}/Control/Concurrent.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Concurrent.hi
lib/ghc/base-${BASE_VER}/Control/Concurrent.p_hi
+lib/ghc/base-${BASE_VER}/Control/Concurrent/Chan.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Concurrent/Chan.hi
lib/ghc/base-${BASE_VER}/Control/Concurrent/Chan.p_hi
+lib/ghc/base-${BASE_VER}/Control/Concurrent/MVar.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Concurrent/MVar.hi
lib/ghc/base-${BASE_VER}/Control/Concurrent/MVar.p_hi
+lib/ghc/base-${BASE_VER}/Control/Concurrent/QSem.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Concurrent/QSem.hi
lib/ghc/base-${BASE_VER}/Control/Concurrent/QSem.p_hi
+lib/ghc/base-${BASE_VER}/Control/Concurrent/QSemN.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Concurrent/QSemN.hi
lib/ghc/base-${BASE_VER}/Control/Concurrent/QSemN.p_hi
lib/ghc/base-${BASE_VER}/Control/Exception/
+lib/ghc/base-${BASE_VER}/Control/Exception.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Exception.hi
lib/ghc/base-${BASE_VER}/Control/Exception.p_hi
+lib/ghc/base-${BASE_VER}/Control/Exception/Base.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Exception/Base.hi
lib/ghc/base-${BASE_VER}/Control/Exception/Base.p_hi
lib/ghc/base-${BASE_VER}/Control/Monad/
+lib/ghc/base-${BASE_VER}/Control/Monad.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Monad.hi
lib/ghc/base-${BASE_VER}/Control/Monad.p_hi
+lib/ghc/base-${BASE_VER}/Control/Monad/Fail.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Monad/Fail.hi
lib/ghc/base-${BASE_VER}/Control/Monad/Fail.p_hi
+lib/ghc/base-${BASE_VER}/Control/Monad/Fix.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Monad/Fix.hi
lib/ghc/base-${BASE_VER}/Control/Monad/Fix.p_hi
lib/ghc/base-${BASE_VER}/Control/Monad/IO/
+lib/ghc/base-${BASE_VER}/Control/Monad/IO/Class.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Monad/IO/Class.hi
lib/ghc/base-${BASE_VER}/Control/Monad/IO/Class.p_hi
+lib/ghc/base-${BASE_VER}/Control/Monad/Instances.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Monad/Instances.hi
lib/ghc/base-${BASE_VER}/Control/Monad/Instances.p_hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/
+lib/ghc/base-${BASE_VER}/Control/Monad/ST.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST.hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST.p_hi
+lib/ghc/base-${BASE_VER}/Control/Monad/ST/Imp.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/Imp.hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/Imp.p_hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/Lazy/
+lib/ghc/base-${BASE_VER}/Control/Monad/ST/Lazy.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/Lazy.hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/Lazy.p_hi
+lib/ghc/base-${BASE_VER}/Control/Monad/ST/Lazy/Imp.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/Lazy/Imp.hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/Lazy/Imp.p_hi
+lib/ghc/base-${BASE_VER}/Control/Monad/ST/Lazy/Safe.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/Lazy/Safe.hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/Lazy/Safe.p_hi
+lib/ghc/base-${BASE_VER}/Control/Monad/ST/Lazy/Unsafe.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/Lazy/Unsafe.hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/Lazy/Unsafe.p_hi
+lib/ghc/base-${BASE_VER}/Control/Monad/ST/Safe.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/Safe.hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/Safe.p_hi
+lib/ghc/base-${BASE_VER}/Control/Monad/ST/Strict.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/Strict.hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/Strict.p_hi
+lib/ghc/base-${BASE_VER}/Control/Monad/ST/Unsafe.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/Unsafe.hi
lib/ghc/base-${BASE_VER}/Control/Monad/ST/Unsafe.p_hi
+lib/ghc/base-${BASE_VER}/Control/Monad/Zip.dyn_hi
lib/ghc/base-${BASE_VER}/Control/Monad/Zip.hi
lib/ghc/base-${BASE_VER}/Control/Monad/Zip.p_hi
lib/ghc/base-${BASE_VER}/Data/
+lib/ghc/base-${BASE_VER}/Data/Bifoldable.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Bifoldable.hi
lib/ghc/base-${BASE_VER}/Data/Bifoldable.p_hi
+lib/ghc/base-${BASE_VER}/Data/Bifunctor.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Bifunctor.hi
lib/ghc/base-${BASE_VER}/Data/Bifunctor.p_hi
+lib/ghc/base-${BASE_VER}/Data/Bitraversable.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Bitraversable.hi
lib/ghc/base-${BASE_VER}/Data/Bitraversable.p_hi
+lib/ghc/base-${BASE_VER}/Data/Bits.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Bits.hi
lib/ghc/base-${BASE_VER}/Data/Bits.p_hi
+lib/ghc/base-${BASE_VER}/Data/Bool.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Bool.hi
lib/ghc/base-${BASE_VER}/Data/Bool.p_hi
+lib/ghc/base-${BASE_VER}/Data/Char.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Char.hi
lib/ghc/base-${BASE_VER}/Data/Char.p_hi
+lib/ghc/base-${BASE_VER}/Data/Coerce.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Coerce.hi
lib/ghc/base-${BASE_VER}/Data/Coerce.p_hi
+lib/ghc/base-${BASE_VER}/Data/Complex.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Complex.hi
lib/ghc/base-${BASE_VER}/Data/Complex.p_hi
+lib/ghc/base-${BASE_VER}/Data/Data.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Data.hi
lib/ghc/base-${BASE_VER}/Data/Data.p_hi
+lib/ghc/base-${BASE_VER}/Data/Dynamic.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Dynamic.hi
lib/ghc/base-${BASE_VER}/Data/Dynamic.p_hi
+lib/ghc/base-${BASE_VER}/Data/Either.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Either.hi
lib/ghc/base-${BASE_VER}/Data/Either.p_hi
+lib/ghc/base-${BASE_VER}/Data/Eq.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Eq.hi
lib/ghc/base-${BASE_VER}/Data/Eq.p_hi
+lib/ghc/base-${BASE_VER}/Data/Fixed.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Fixed.hi
lib/ghc/base-${BASE_VER}/Data/Fixed.p_hi
+lib/ghc/base-${BASE_VER}/Data/Foldable.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Foldable.hi
lib/ghc/base-${BASE_VER}/Data/Foldable.p_hi
+lib/ghc/base-${BASE_VER}/Data/Function.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Function.hi
lib/ghc/base-${BASE_VER}/Data/Function.p_hi
lib/ghc/base-${BASE_VER}/Data/Functor/
+lib/ghc/base-${BASE_VER}/Data/Functor.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Functor.hi
lib/ghc/base-${BASE_VER}/Data/Functor.p_hi
+lib/ghc/base-${BASE_VER}/Data/Functor/Classes.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Functor/Classes.hi
lib/ghc/base-${BASE_VER}/Data/Functor/Classes.p_hi
+lib/ghc/base-${BASE_VER}/Data/Functor/Compose.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Functor/Compose.hi
lib/ghc/base-${BASE_VER}/Data/Functor/Compose.p_hi
+lib/ghc/base-${BASE_VER}/Data/Functor/Const.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Functor/Const.hi
lib/ghc/base-${BASE_VER}/Data/Functor/Const.p_hi
+lib/ghc/base-${BASE_VER}/Data/Functor/Contravariant.dyn_hi
+lib/ghc/base-${BASE_VER}/Data/Functor/Contravariant.hi
+lib/ghc/base-${BASE_VER}/Data/Functor/Contravariant.p_hi
+lib/ghc/base-${BASE_VER}/Data/Functor/Identity.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Functor/Identity.hi
lib/ghc/base-${BASE_VER}/Data/Functor/Identity.p_hi
+lib/ghc/base-${BASE_VER}/Data/Functor/Product.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Functor/Product.hi
lib/ghc/base-${BASE_VER}/Data/Functor/Product.p_hi
+lib/ghc/base-${BASE_VER}/Data/Functor/Sum.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Functor/Sum.hi
lib/ghc/base-${BASE_VER}/Data/Functor/Sum.p_hi
+lib/ghc/base-${BASE_VER}/Data/Functor/Utils.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Functor/Utils.hi
lib/ghc/base-${BASE_VER}/Data/Functor/Utils.p_hi
+lib/ghc/base-${BASE_VER}/Data/IORef.dyn_hi
lib/ghc/base-${BASE_VER}/Data/IORef.hi
lib/ghc/base-${BASE_VER}/Data/IORef.p_hi
+lib/ghc/base-${BASE_VER}/Data/Int.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Int.hi
lib/ghc/base-${BASE_VER}/Data/Int.p_hi
+lib/ghc/base-${BASE_VER}/Data/Ix.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Ix.hi
lib/ghc/base-${BASE_VER}/Data/Ix.p_hi
+lib/ghc/base-${BASE_VER}/Data/Kind.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Kind.hi
lib/ghc/base-${BASE_VER}/Data/Kind.p_hi
lib/ghc/base-${BASE_VER}/Data/List/
+lib/ghc/base-${BASE_VER}/Data/List.dyn_hi
lib/ghc/base-${BASE_VER}/Data/List.hi
lib/ghc/base-${BASE_VER}/Data/List.p_hi
+lib/ghc/base-${BASE_VER}/Data/List/NonEmpty.dyn_hi
lib/ghc/base-${BASE_VER}/Data/List/NonEmpty.hi
lib/ghc/base-${BASE_VER}/Data/List/NonEmpty.p_hi
+lib/ghc/base-${BASE_VER}/Data/Maybe.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Maybe.hi
lib/ghc/base-${BASE_VER}/Data/Maybe.p_hi
+lib/ghc/base-${BASE_VER}/Data/Monoid.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Monoid.hi
lib/ghc/base-${BASE_VER}/Data/Monoid.p_hi
+lib/ghc/base-${BASE_VER}/Data/OldList.dyn_hi
lib/ghc/base-${BASE_VER}/Data/OldList.hi
lib/ghc/base-${BASE_VER}/Data/OldList.p_hi
+lib/ghc/base-${BASE_VER}/Data/Ord.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Ord.hi
lib/ghc/base-${BASE_VER}/Data/Ord.p_hi
+lib/ghc/base-${BASE_VER}/Data/Proxy.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Proxy.hi
lib/ghc/base-${BASE_VER}/Data/Proxy.p_hi
+lib/ghc/base-${BASE_VER}/Data/Ratio.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Ratio.hi
lib/ghc/base-${BASE_VER}/Data/Ratio.p_hi
lib/ghc/base-${BASE_VER}/Data/STRef/
+lib/ghc/base-${BASE_VER}/Data/STRef.dyn_hi
lib/ghc/base-${BASE_VER}/Data/STRef.hi
lib/ghc/base-${BASE_VER}/Data/STRef.p_hi
+lib/ghc/base-${BASE_VER}/Data/STRef/Lazy.dyn_hi
lib/ghc/base-${BASE_VER}/Data/STRef/Lazy.hi
lib/ghc/base-${BASE_VER}/Data/STRef/Lazy.p_hi
+lib/ghc/base-${BASE_VER}/Data/STRef/Strict.dyn_hi
lib/ghc/base-${BASE_VER}/Data/STRef/Strict.hi
lib/ghc/base-${BASE_VER}/Data/STRef/Strict.p_hi
+lib/ghc/base-${BASE_VER}/Data/Semigroup/
+lib/ghc/base-${BASE_VER}/Data/Semigroup.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Semigroup.hi
lib/ghc/base-${BASE_VER}/Data/Semigroup.p_hi
+lib/ghc/base-${BASE_VER}/Data/Semigroup/Internal.dyn_hi
+lib/ghc/base-${BASE_VER}/Data/Semigroup/Internal.hi
+lib/ghc/base-${BASE_VER}/Data/Semigroup/Internal.p_hi
+lib/ghc/base-${BASE_VER}/Data/String.dyn_hi
lib/ghc/base-${BASE_VER}/Data/String.hi
lib/ghc/base-${BASE_VER}/Data/String.p_hi
+lib/ghc/base-${BASE_VER}/Data/Traversable.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Traversable.hi
lib/ghc/base-${BASE_VER}/Data/Traversable.p_hi
+lib/ghc/base-${BASE_VER}/Data/Tuple.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Tuple.hi
lib/ghc/base-${BASE_VER}/Data/Tuple.p_hi
lib/ghc/base-${BASE_VER}/Data/Type/
+lib/ghc/base-${BASE_VER}/Data/Type/Bool.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Type/Bool.hi
lib/ghc/base-${BASE_VER}/Data/Type/Bool.p_hi
+lib/ghc/base-${BASE_VER}/Data/Type/Coercion.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Type/Coercion.hi
lib/ghc/base-${BASE_VER}/Data/Type/Coercion.p_hi
+lib/ghc/base-${BASE_VER}/Data/Type/Equality.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Type/Equality.hi
lib/ghc/base-${BASE_VER}/Data/Type/Equality.p_hi
lib/ghc/base-${BASE_VER}/Data/Typeable/
+lib/ghc/base-${BASE_VER}/Data/Typeable.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Typeable.hi
lib/ghc/base-${BASE_VER}/Data/Typeable.p_hi
+lib/ghc/base-${BASE_VER}/Data/Typeable/Internal.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Typeable/Internal.hi
lib/ghc/base-${BASE_VER}/Data/Typeable/Internal.p_hi
+lib/ghc/base-${BASE_VER}/Data/Unique.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Unique.hi
lib/ghc/base-${BASE_VER}/Data/Unique.p_hi
+lib/ghc/base-${BASE_VER}/Data/Version.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Version.hi
lib/ghc/base-${BASE_VER}/Data/Version.p_hi
+lib/ghc/base-${BASE_VER}/Data/Void.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Void.hi
lib/ghc/base-${BASE_VER}/Data/Void.p_hi
+lib/ghc/base-${BASE_VER}/Data/Word.dyn_hi
lib/ghc/base-${BASE_VER}/Data/Word.hi
lib/ghc/base-${BASE_VER}/Data/Word.p_hi
lib/ghc/base-${BASE_VER}/Debug/
+lib/ghc/base-${BASE_VER}/Debug/Trace.dyn_hi
lib/ghc/base-${BASE_VER}/Debug/Trace.hi
lib/ghc/base-${BASE_VER}/Debug/Trace.p_hi
lib/ghc/base-${BASE_VER}/Foreign/
+lib/ghc/base-${BASE_VER}/Foreign.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign.hi
lib/ghc/base-${BASE_VER}/Foreign.p_hi
lib/ghc/base-${BASE_VER}/Foreign/C/
+lib/ghc/base-${BASE_VER}/Foreign/C.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/C.hi
lib/ghc/base-${BASE_VER}/Foreign/C.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/C/Error.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/C/Error.hi
lib/ghc/base-${BASE_VER}/Foreign/C/Error.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/C/String.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/C/String.hi
lib/ghc/base-${BASE_VER}/Foreign/C/String.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/C/Types.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/C/Types.hi
lib/ghc/base-${BASE_VER}/Foreign/C/Types.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/Concurrent.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/Concurrent.hi
lib/ghc/base-${BASE_VER}/Foreign/Concurrent.p_hi
lib/ghc/base-${BASE_VER}/Foreign/ForeignPtr/
+lib/ghc/base-${BASE_VER}/Foreign/ForeignPtr.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/ForeignPtr.hi
lib/ghc/base-${BASE_VER}/Foreign/ForeignPtr.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/ForeignPtr/Imp.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/ForeignPtr/Imp.hi
lib/ghc/base-${BASE_VER}/Foreign/ForeignPtr/Imp.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/ForeignPtr/Safe.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/ForeignPtr/Safe.hi
lib/ghc/base-${BASE_VER}/Foreign/ForeignPtr/Safe.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/ForeignPtr/Unsafe.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/ForeignPtr/Unsafe.hi
lib/ghc/base-${BASE_VER}/Foreign/ForeignPtr/Unsafe.p_hi
lib/ghc/base-${BASE_VER}/Foreign/Marshal/
+lib/ghc/base-${BASE_VER}/Foreign/Marshal.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/Marshal.hi
lib/ghc/base-${BASE_VER}/Foreign/Marshal.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/Marshal/Alloc.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/Marshal/Alloc.hi
lib/ghc/base-${BASE_VER}/Foreign/Marshal/Alloc.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/Marshal/Array.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/Marshal/Array.hi
lib/ghc/base-${BASE_VER}/Foreign/Marshal/Array.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/Marshal/Error.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/Marshal/Error.hi
lib/ghc/base-${BASE_VER}/Foreign/Marshal/Error.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/Marshal/Pool.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/Marshal/Pool.hi
lib/ghc/base-${BASE_VER}/Foreign/Marshal/Pool.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/Marshal/Safe.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/Marshal/Safe.hi
lib/ghc/base-${BASE_VER}/Foreign/Marshal/Safe.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/Marshal/Unsafe.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/Marshal/Unsafe.hi
lib/ghc/base-${BASE_VER}/Foreign/Marshal/Unsafe.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/Marshal/Utils.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/Marshal/Utils.hi
lib/ghc/base-${BASE_VER}/Foreign/Marshal/Utils.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/Ptr.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/Ptr.hi
lib/ghc/base-${BASE_VER}/Foreign/Ptr.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/Safe.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/Safe.hi
lib/ghc/base-${BASE_VER}/Foreign/Safe.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/StablePtr.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/StablePtr.hi
lib/ghc/base-${BASE_VER}/Foreign/StablePtr.p_hi
+lib/ghc/base-${BASE_VER}/Foreign/Storable.dyn_hi
lib/ghc/base-${BASE_VER}/Foreign/Storable.hi
lib/ghc/base-${BASE_VER}/Foreign/Storable.p_hi
lib/ghc/base-${BASE_VER}/GHC/
+lib/ghc/base-${BASE_VER}/GHC/Arr.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Arr.hi
lib/ghc/base-${BASE_VER}/GHC/Arr.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Base.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Base.hi
lib/ghc/base-${BASE_VER}/GHC/Base.p_hi
+lib/ghc/base-${BASE_VER}/GHC/ByteOrder.dyn_hi
+lib/ghc/base-${BASE_VER}/GHC/ByteOrder.hi
+lib/ghc/base-${BASE_VER}/GHC/ByteOrder.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Char.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Char.hi
lib/ghc/base-${BASE_VER}/GHC/Char.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Clock.dyn_hi
+lib/ghc/base-${BASE_VER}/GHC/Clock.hi
+lib/ghc/base-${BASE_VER}/GHC/Clock.p_hi
lib/ghc/base-${BASE_VER}/GHC/Conc/
+lib/ghc/base-${BASE_VER}/GHC/Conc.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Conc.hi
lib/ghc/base-${BASE_VER}/GHC/Conc.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Conc/IO.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Conc/IO.hi
lib/ghc/base-${BASE_VER}/GHC/Conc/IO.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Conc/Signal.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Conc/Signal.hi
lib/ghc/base-${BASE_VER}/GHC/Conc/Signal.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Conc/Sync.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Conc/Sync.hi
lib/ghc/base-${BASE_VER}/GHC/Conc/Sync.p_hi
+lib/ghc/base-${BASE_VER}/GHC/ConsoleHandler.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/ConsoleHandler.hi
lib/ghc/base-${BASE_VER}/GHC/ConsoleHandler.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Constants.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Constants.hi
lib/ghc/base-${BASE_VER}/GHC/Constants.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Desugar.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Desugar.hi
lib/ghc/base-${BASE_VER}/GHC/Desugar.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Enum.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Enum.hi
lib/ghc/base-${BASE_VER}/GHC/Enum.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Environment.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Environment.hi
lib/ghc/base-${BASE_VER}/GHC/Environment.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Err.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Err.hi
lib/ghc/base-${BASE_VER}/GHC/Err.p_hi
lib/ghc/base-${BASE_VER}/GHC/Event/
+lib/ghc/base-${BASE_VER}/GHC/Event.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Event.hi
lib/ghc/base-${BASE_VER}/GHC/Event.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Event/Arr.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Event/Arr.hi
lib/ghc/base-${BASE_VER}/GHC/Event/Arr.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Event/Array.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Event/Array.hi
lib/ghc/base-${BASE_VER}/GHC/Event/Array.p_hi
-lib/ghc/base-${BASE_VER}/GHC/Event/Clock.hi
-lib/ghc/base-${BASE_VER}/GHC/Event/Clock.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Event/Control.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Event/Control.hi
lib/ghc/base-${BASE_VER}/GHC/Event/Control.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Event/EPoll.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Event/EPoll.hi
lib/ghc/base-${BASE_VER}/GHC/Event/EPoll.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Event/IntTable.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Event/IntTable.hi
lib/ghc/base-${BASE_VER}/GHC/Event/IntTable.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Event/Internal.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Event/Internal.hi
lib/ghc/base-${BASE_VER}/GHC/Event/Internal.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Event/KQueue.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Event/KQueue.hi
lib/ghc/base-${BASE_VER}/GHC/Event/KQueue.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Event/Manager.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Event/Manager.hi
lib/ghc/base-${BASE_VER}/GHC/Event/Manager.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Event/PSQ.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Event/PSQ.hi
lib/ghc/base-${BASE_VER}/GHC/Event/PSQ.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Event/Poll.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Event/Poll.hi
lib/ghc/base-${BASE_VER}/GHC/Event/Poll.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Event/Thread.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Event/Thread.hi
lib/ghc/base-${BASE_VER}/GHC/Event/Thread.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Event/TimerManager.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Event/TimerManager.hi
lib/ghc/base-${BASE_VER}/GHC/Event/TimerManager.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Event/Unique.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Event/Unique.hi
lib/ghc/base-${BASE_VER}/GHC/Event/Unique.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Exception/
+lib/ghc/base-${BASE_VER}/GHC/Exception.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Exception.hi
lib/ghc/base-${BASE_VER}/GHC/Exception.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Exception/Type.dyn_hi
+lib/ghc/base-${BASE_VER}/GHC/Exception/Type.hi
+lib/ghc/base-${BASE_VER}/GHC/Exception/Type.p_hi
lib/ghc/base-${BASE_VER}/GHC/ExecutionStack/
+lib/ghc/base-${BASE_VER}/GHC/ExecutionStack.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/ExecutionStack.hi
lib/ghc/base-${BASE_VER}/GHC/ExecutionStack.p_hi
+lib/ghc/base-${BASE_VER}/GHC/ExecutionStack/Internal.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/ExecutionStack/Internal.hi
lib/ghc/base-${BASE_VER}/GHC/ExecutionStack/Internal.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Exts.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Exts.hi
lib/ghc/base-${BASE_VER}/GHC/Exts.p_hi
lib/ghc/base-${BASE_VER}/GHC/Fingerprint/
+lib/ghc/base-${BASE_VER}/GHC/Fingerprint.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Fingerprint.hi
lib/ghc/base-${BASE_VER}/GHC/Fingerprint.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Fingerprint/Type.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Fingerprint/Type.hi
lib/ghc/base-${BASE_VER}/GHC/Fingerprint/Type.p_hi
lib/ghc/base-${BASE_VER}/GHC/Float/
+lib/ghc/base-${BASE_VER}/GHC/Float.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Float.hi
lib/ghc/base-${BASE_VER}/GHC/Float.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Float/ConversionUtils.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Float/ConversionUtils.hi
lib/ghc/base-${BASE_VER}/GHC/Float/ConversionUtils.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Float/RealFracMethods.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Float/RealFracMethods.hi
lib/ghc/base-${BASE_VER}/GHC/Float/RealFracMethods.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Foreign.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Foreign.hi
lib/ghc/base-${BASE_VER}/GHC/Foreign.p_hi
+lib/ghc/base-${BASE_VER}/GHC/ForeignPtr.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/ForeignPtr.hi
lib/ghc/base-${BASE_VER}/GHC/ForeignPtr.p_hi
+lib/ghc/base-${BASE_VER}/GHC/GHCi.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/GHCi.hi
lib/ghc/base-${BASE_VER}/GHC/GHCi.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Generics.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Generics.hi
lib/ghc/base-${BASE_VER}/GHC/Generics.p_hi
lib/ghc/base-${BASE_VER}/GHC/IO/
+lib/ghc/base-${BASE_VER}/GHC/IO.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO.hi
lib/ghc/base-${BASE_VER}/GHC/IO.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/Buffer.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Buffer.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Buffer.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/BufferedIO.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/BufferedIO.hi
lib/ghc/base-${BASE_VER}/GHC/IO/BufferedIO.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/Device.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Device.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Device.p_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/
+lib/ghc/base-${BASE_VER}/GHC/IO/Encoding.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/CodePage.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/CodePage.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/CodePage.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/Failure.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/Failure.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/Failure.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/Iconv.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/Iconv.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/Iconv.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/Latin1.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/Latin1.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/Latin1.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/Types.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/Types.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/Types.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/UTF16.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/UTF16.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/UTF16.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/UTF32.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/UTF32.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/UTF32.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/UTF8.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/UTF8.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Encoding/UTF8.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/Exception.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Exception.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Exception.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/FD.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/FD.hi
lib/ghc/base-${BASE_VER}/GHC/IO/FD.p_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Handle/
+lib/ghc/base-${BASE_VER}/GHC/IO/Handle.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Handle.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Handle.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/Handle/FD.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Handle/FD.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Handle/FD.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/Handle/Internals.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Handle/Internals.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Handle/Internals.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/Handle/Lock.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Handle/Lock.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Handle/Lock.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/Handle/Text.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Handle/Text.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Handle/Text.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/Handle/Types.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Handle/Types.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Handle/Types.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/IOMode.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/IOMode.hi
lib/ghc/base-${BASE_VER}/GHC/IO/IOMode.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IO/Unsafe.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IO/Unsafe.hi
lib/ghc/base-${BASE_VER}/GHC/IO/Unsafe.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IOArray.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IOArray.hi
lib/ghc/base-${BASE_VER}/GHC/IOArray.p_hi
+lib/ghc/base-${BASE_VER}/GHC/IORef.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/IORef.hi
lib/ghc/base-${BASE_VER}/GHC/IORef.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Int.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Int.hi
lib/ghc/base-${BASE_VER}/GHC/Int.p_hi
+lib/ghc/base-${BASE_VER}/GHC/List.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/List.hi
lib/ghc/base-${BASE_VER}/GHC/List.p_hi
+lib/ghc/base-${BASE_VER}/GHC/MVar.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/MVar.hi
lib/ghc/base-${BASE_VER}/GHC/MVar.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Maybe.dyn_hi
+lib/ghc/base-${BASE_VER}/GHC/Maybe.hi
+lib/ghc/base-${BASE_VER}/GHC/Maybe.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Natural.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Natural.hi
lib/ghc/base-${BASE_VER}/GHC/Natural.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Num.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Num.hi
lib/ghc/base-${BASE_VER}/GHC/Num.p_hi
+lib/ghc/base-${BASE_VER}/GHC/OldList.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/OldList.hi
lib/ghc/base-${BASE_VER}/GHC/OldList.p_hi
+lib/ghc/base-${BASE_VER}/GHC/OverloadedLabels.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/OverloadedLabels.hi
lib/ghc/base-${BASE_VER}/GHC/OverloadedLabels.p_hi
-lib/ghc/base-${BASE_VER}/GHC/PArr.hi
-lib/ghc/base-${BASE_VER}/GHC/PArr.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Pack.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Pack.hi
lib/ghc/base-${BASE_VER}/GHC/Pack.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Profiling.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Profiling.hi
lib/ghc/base-${BASE_VER}/GHC/Profiling.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Ptr.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Ptr.hi
lib/ghc/base-${BASE_VER}/GHC/Ptr.p_hi
lib/ghc/base-${BASE_VER}/GHC/RTS/
+lib/ghc/base-${BASE_VER}/GHC/RTS/Flags.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/RTS/Flags.hi
lib/ghc/base-${BASE_VER}/GHC/RTS/Flags.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Read.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Read.hi
lib/ghc/base-${BASE_VER}/GHC/Read.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Real.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Real.hi
lib/ghc/base-${BASE_VER}/GHC/Real.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Records.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Records.hi
lib/ghc/base-${BASE_VER}/GHC/Records.p_hi
+lib/ghc/base-${BASE_VER}/GHC/ResponseFile.dyn_hi
+lib/ghc/base-${BASE_VER}/GHC/ResponseFile.hi
+lib/ghc/base-${BASE_VER}/GHC/ResponseFile.p_hi
+lib/ghc/base-${BASE_VER}/GHC/ST.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/ST.hi
lib/ghc/base-${BASE_VER}/GHC/ST.p_hi
+lib/ghc/base-${BASE_VER}/GHC/STRef.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/STRef.hi
lib/ghc/base-${BASE_VER}/GHC/STRef.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Show.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Show.hi
lib/ghc/base-${BASE_VER}/GHC/Show.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Stable.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Stable.hi
lib/ghc/base-${BASE_VER}/GHC/Stable.p_hi
+lib/ghc/base-${BASE_VER}/GHC/StableName.dyn_hi
+lib/ghc/base-${BASE_VER}/GHC/StableName.hi
+lib/ghc/base-${BASE_VER}/GHC/StableName.p_hi
lib/ghc/base-${BASE_VER}/GHC/Stack/
+lib/ghc/base-${BASE_VER}/GHC/Stack.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Stack.hi
lib/ghc/base-${BASE_VER}/GHC/Stack.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Stack/CCS.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Stack/CCS.hi
lib/ghc/base-${BASE_VER}/GHC/Stack/CCS.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Stack/Types.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Stack/Types.hi
lib/ghc/base-${BASE_VER}/GHC/Stack/Types.p_hi
lib/ghc/base-${BASE_VER}/GHC/StaticPtr/
+lib/ghc/base-${BASE_VER}/GHC/StaticPtr.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/StaticPtr.hi
lib/ghc/base-${BASE_VER}/GHC/StaticPtr.p_hi
+lib/ghc/base-${BASE_VER}/GHC/StaticPtr/Internal.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/StaticPtr/Internal.hi
lib/ghc/base-${BASE_VER}/GHC/StaticPtr/Internal.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Stats.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Stats.hi
lib/ghc/base-${BASE_VER}/GHC/Stats.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Storable.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Storable.hi
lib/ghc/base-${BASE_VER}/GHC/Storable.p_hi
+lib/ghc/base-${BASE_VER}/GHC/TopHandler.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/TopHandler.hi
lib/ghc/base-${BASE_VER}/GHC/TopHandler.p_hi
+lib/ghc/base-${BASE_VER}/GHC/TypeLits.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/TypeLits.hi
lib/ghc/base-${BASE_VER}/GHC/TypeLits.p_hi
+lib/ghc/base-${BASE_VER}/GHC/TypeNats.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/TypeNats.hi
lib/ghc/base-${BASE_VER}/GHC/TypeNats.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Unicode.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Unicode.hi
lib/ghc/base-${BASE_VER}/GHC/Unicode.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Weak.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Weak.hi
lib/ghc/base-${BASE_VER}/GHC/Weak.p_hi
+lib/ghc/base-${BASE_VER}/GHC/Word.dyn_hi
lib/ghc/base-${BASE_VER}/GHC/Word.hi
lib/ghc/base-${BASE_VER}/GHC/Word.p_hi
lib/ghc/base-${BASE_VER}/HSbase-${BASE_VER}.o
lib/ghc/base-${BASE_VER}/Numeric/
+lib/ghc/base-${BASE_VER}/Numeric.dyn_hi
lib/ghc/base-${BASE_VER}/Numeric.hi
lib/ghc/base-${BASE_VER}/Numeric.p_hi
+lib/ghc/base-${BASE_VER}/Numeric/Natural.dyn_hi
lib/ghc/base-${BASE_VER}/Numeric/Natural.hi
lib/ghc/base-${BASE_VER}/Numeric/Natural.p_hi
+lib/ghc/base-${BASE_VER}/Prelude.dyn_hi
lib/ghc/base-${BASE_VER}/Prelude.hi
lib/ghc/base-${BASE_VER}/Prelude.p_hi
lib/ghc/base-${BASE_VER}/System/
lib/ghc/base-${BASE_VER}/System/CPUTime/
+lib/ghc/base-${BASE_VER}/System/CPUTime.dyn_hi
lib/ghc/base-${BASE_VER}/System/CPUTime.hi
lib/ghc/base-${BASE_VER}/System/CPUTime.p_hi
lib/ghc/base-${BASE_VER}/System/CPUTime/Posix/
+lib/ghc/base-${BASE_VER}/System/CPUTime/Posix/ClockGetTime.dyn_hi
lib/ghc/base-${BASE_VER}/System/CPUTime/Posix/ClockGetTime.hi
lib/ghc/base-${BASE_VER}/System/CPUTime/Posix/ClockGetTime.p_hi
+lib/ghc/base-${BASE_VER}/System/CPUTime/Posix/RUsage.dyn_hi
lib/ghc/base-${BASE_VER}/System/CPUTime/Posix/RUsage.hi
lib/ghc/base-${BASE_VER}/System/CPUTime/Posix/RUsage.p_hi
+lib/ghc/base-${BASE_VER}/System/CPUTime/Posix/Times.dyn_hi
lib/ghc/base-${BASE_VER}/System/CPUTime/Posix/Times.hi
lib/ghc/base-${BASE_VER}/System/CPUTime/Posix/Times.p_hi
+lib/ghc/base-${BASE_VER}/System/CPUTime/Unsupported.dyn_hi
lib/ghc/base-${BASE_VER}/System/CPUTime/Unsupported.hi
lib/ghc/base-${BASE_VER}/System/CPUTime/Unsupported.p_hi
+lib/ghc/base-${BASE_VER}/System/CPUTime/Utils.dyn_hi
lib/ghc/base-${BASE_VER}/System/CPUTime/Utils.hi
lib/ghc/base-${BASE_VER}/System/CPUTime/Utils.p_hi
lib/ghc/base-${BASE_VER}/System/Console/
+lib/ghc/base-${BASE_VER}/System/Console/GetOpt.dyn_hi
lib/ghc/base-${BASE_VER}/System/Console/GetOpt.hi
lib/ghc/base-${BASE_VER}/System/Console/GetOpt.p_hi
lib/ghc/base-${BASE_VER}/System/Environment/
+lib/ghc/base-${BASE_VER}/System/Environment.dyn_hi
lib/ghc/base-${BASE_VER}/System/Environment.hi
lib/ghc/base-${BASE_VER}/System/Environment.p_hi
+lib/ghc/base-${BASE_VER}/System/Environment/Blank.dyn_hi
+lib/ghc/base-${BASE_VER}/System/Environment/Blank.hi
+lib/ghc/base-${BASE_VER}/System/Environment/Blank.p_hi
+lib/ghc/base-${BASE_VER}/System/Environment/ExecutablePath.dyn_hi
lib/ghc/base-${BASE_VER}/System/Environment/ExecutablePath.hi
lib/ghc/base-${BASE_VER}/System/Environment/ExecutablePath.p_hi
+lib/ghc/base-${BASE_VER}/System/Exit.dyn_hi
lib/ghc/base-${BASE_VER}/System/Exit.hi
lib/ghc/base-${BASE_VER}/System/Exit.p_hi
lib/ghc/base-${BASE_VER}/System/IO/
+lib/ghc/base-${BASE_VER}/System/IO.dyn_hi
lib/ghc/base-${BASE_VER}/System/IO.hi
lib/ghc/base-${BASE_VER}/System/IO.p_hi
+lib/ghc/base-${BASE_VER}/System/IO/Error.dyn_hi
lib/ghc/base-${BASE_VER}/System/IO/Error.hi
lib/ghc/base-${BASE_VER}/System/IO/Error.p_hi
+lib/ghc/base-${BASE_VER}/System/IO/Unsafe.dyn_hi
lib/ghc/base-${BASE_VER}/System/IO/Unsafe.hi
lib/ghc/base-${BASE_VER}/System/IO/Unsafe.p_hi
+lib/ghc/base-${BASE_VER}/System/Info.dyn_hi
lib/ghc/base-${BASE_VER}/System/Info.hi
lib/ghc/base-${BASE_VER}/System/Info.p_hi
lib/ghc/base-${BASE_VER}/System/Mem/
+lib/ghc/base-${BASE_VER}/System/Mem.dyn_hi
lib/ghc/base-${BASE_VER}/System/Mem.hi
lib/ghc/base-${BASE_VER}/System/Mem.p_hi
+lib/ghc/base-${BASE_VER}/System/Mem/StableName.dyn_hi
lib/ghc/base-${BASE_VER}/System/Mem/StableName.hi
lib/ghc/base-${BASE_VER}/System/Mem/StableName.p_hi
+lib/ghc/base-${BASE_VER}/System/Mem/Weak.dyn_hi
lib/ghc/base-${BASE_VER}/System/Mem/Weak.hi
lib/ghc/base-${BASE_VER}/System/Mem/Weak.p_hi
lib/ghc/base-${BASE_VER}/System/Posix/
+lib/ghc/base-${BASE_VER}/System/Posix/Internals.dyn_hi
lib/ghc/base-${BASE_VER}/System/Posix/Internals.hi
lib/ghc/base-${BASE_VER}/System/Posix/Internals.p_hi
+lib/ghc/base-${BASE_VER}/System/Posix/Types.dyn_hi
lib/ghc/base-${BASE_VER}/System/Posix/Types.hi
lib/ghc/base-${BASE_VER}/System/Posix/Types.p_hi
+lib/ghc/base-${BASE_VER}/System/Timeout.dyn_hi
lib/ghc/base-${BASE_VER}/System/Timeout.hi
lib/ghc/base-${BASE_VER}/System/Timeout.p_hi
lib/ghc/base-${BASE_VER}/Text/
lib/ghc/base-${BASE_VER}/Text/ParserCombinators/
+lib/ghc/base-${BASE_VER}/Text/ParserCombinators/ReadP.dyn_hi
lib/ghc/base-${BASE_VER}/Text/ParserCombinators/ReadP.hi
lib/ghc/base-${BASE_VER}/Text/ParserCombinators/ReadP.p_hi
+lib/ghc/base-${BASE_VER}/Text/ParserCombinators/ReadPrec.dyn_hi
lib/ghc/base-${BASE_VER}/Text/ParserCombinators/ReadPrec.hi
lib/ghc/base-${BASE_VER}/Text/ParserCombinators/ReadPrec.p_hi
+lib/ghc/base-${BASE_VER}/Text/Printf.dyn_hi
lib/ghc/base-${BASE_VER}/Text/Printf.hi
lib/ghc/base-${BASE_VER}/Text/Printf.p_hi
lib/ghc/base-${BASE_VER}/Text/Read/
+lib/ghc/base-${BASE_VER}/Text/Read.dyn_hi
lib/ghc/base-${BASE_VER}/Text/Read.hi
lib/ghc/base-${BASE_VER}/Text/Read.p_hi
+lib/ghc/base-${BASE_VER}/Text/Read/Lex.dyn_hi
lib/ghc/base-${BASE_VER}/Text/Read/Lex.hi
lib/ghc/base-${BASE_VER}/Text/Read/Lex.p_hi
lib/ghc/base-${BASE_VER}/Text/Show/
+lib/ghc/base-${BASE_VER}/Text/Show.dyn_hi
lib/ghc/base-${BASE_VER}/Text/Show.hi
lib/ghc/base-${BASE_VER}/Text/Show.p_hi
+lib/ghc/base-${BASE_VER}/Text/Show/Functions.dyn_hi
lib/ghc/base-${BASE_VER}/Text/Show/Functions.hi
lib/ghc/base-${BASE_VER}/Text/Show/Functions.p_hi
lib/ghc/base-${BASE_VER}/Type/
lib/ghc/base-${BASE_VER}/Type/Reflection/
+lib/ghc/base-${BASE_VER}/Type/Reflection.dyn_hi
lib/ghc/base-${BASE_VER}/Type/Reflection.hi
lib/ghc/base-${BASE_VER}/Type/Reflection.p_hi
+lib/ghc/base-${BASE_VER}/Type/Reflection/Unsafe.dyn_hi
lib/ghc/base-${BASE_VER}/Type/Reflection/Unsafe.hi
lib/ghc/base-${BASE_VER}/Type/Reflection/Unsafe.p_hi
lib/ghc/base-${BASE_VER}/Unsafe/
+lib/ghc/base-${BASE_VER}/Unsafe/Coerce.dyn_hi
lib/ghc/base-${BASE_VER}/Unsafe/Coerce.hi
lib/ghc/base-${BASE_VER}/Unsafe/Coerce.p_hi
lib/ghc/base-${BASE_VER}/include/
@@ -946,11 +1562,13 @@ lib/ghc/base-${BASE_VER}/include/HsBase.
lib/ghc/base-${BASE_VER}/include/HsBaseConfig.h
lib/ghc/base-${BASE_VER}/include/WCsubst.h
lib/ghc/base-${BASE_VER}/include/consUtils.h
+lib/ghc/base-${BASE_VER}/libHSbase-${BASE_VER}-ghc${GHC_VER}.so
lib/ghc/base-${BASE_VER}/libHSbase-${BASE_VER}.a
lib/ghc/base-${BASE_VER}/libHSbase-${BASE_VER}_p.a
lib/ghc/bin/
@bin lib/ghc/bin/ghc
@bin lib/ghc/bin/ghc-iserv
+@bin lib/ghc/bin/ghc-iserv-dyn
@bin lib/ghc/bin/ghc-iserv-prof
@bin lib/ghc/bin/ghc-pkg
lib/ghc/bin/ghc-split
@@ -963,1240 +1581,1834 @@ lib/ghc/bin/ghc-split
lib/ghc/binary-${BINARY_VER}/
lib/ghc/binary-${BINARY_VER}/Data/
lib/ghc/binary-${BINARY_VER}/Data/Binary/
+lib/ghc/binary-${BINARY_VER}/Data/Binary.dyn_hi
lib/ghc/binary-${BINARY_VER}/Data/Binary.hi
lib/ghc/binary-${BINARY_VER}/Data/Binary.p_hi
+lib/ghc/binary-${BINARY_VER}/Data/Binary/Builder.dyn_hi
lib/ghc/binary-${BINARY_VER}/Data/Binary/Builder.hi
lib/ghc/binary-${BINARY_VER}/Data/Binary/Builder.p_hi
+lib/ghc/binary-${BINARY_VER}/Data/Binary/Class.dyn_hi
lib/ghc/binary-${BINARY_VER}/Data/Binary/Class.hi
lib/ghc/binary-${BINARY_VER}/Data/Binary/Class.p_hi
+lib/ghc/binary-${BINARY_VER}/Data/Binary/FloatCast.dyn_hi
lib/ghc/binary-${BINARY_VER}/Data/Binary/FloatCast.hi
lib/ghc/binary-${BINARY_VER}/Data/Binary/FloatCast.p_hi
+lib/ghc/binary-${BINARY_VER}/Data/Binary/Generic.dyn_hi
lib/ghc/binary-${BINARY_VER}/Data/Binary/Generic.hi
lib/ghc/binary-${BINARY_VER}/Data/Binary/Generic.p_hi
lib/ghc/binary-${BINARY_VER}/Data/Binary/Get/
+lib/ghc/binary-${BINARY_VER}/Data/Binary/Get.dyn_hi
lib/ghc/binary-${BINARY_VER}/Data/Binary/Get.hi
lib/ghc/binary-${BINARY_VER}/Data/Binary/Get.p_hi
+lib/ghc/binary-${BINARY_VER}/Data/Binary/Get/Internal.dyn_hi
lib/ghc/binary-${BINARY_VER}/Data/Binary/Get/Internal.hi
lib/ghc/binary-${BINARY_VER}/Data/Binary/Get/Internal.p_hi
+lib/ghc/binary-${BINARY_VER}/Data/Binary/Internal.dyn_hi
lib/ghc/binary-${BINARY_VER}/Data/Binary/Internal.hi
lib/ghc/binary-${BINARY_VER}/Data/Binary/Internal.p_hi
+lib/ghc/binary-${BINARY_VER}/Data/Binary/Put.dyn_hi
lib/ghc/binary-${BINARY_VER}/Data/Binary/Put.hi
lib/ghc/binary-${BINARY_VER}/Data/Binary/Put.p_hi
lib/ghc/binary-${BINARY_VER}/HSbinary-${BINARY_VER}.o
+lib/ghc/binary-${BINARY_VER}/libHSbinary-${BINARY_VER}-ghc${GHC_VER}.so
lib/ghc/binary-${BINARY_VER}/libHSbinary-${BINARY_VER}.a
lib/ghc/binary-${BINARY_VER}/libHSbinary-${BINARY_VER}_p.a
lib/ghc/bytestring-${BYTESTRING_VER}/
lib/ghc/bytestring-${BYTESTRING_VER}/Data/
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString.p_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder.p_hi
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/ASCII.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/ASCII.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/ASCII.p_hi
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Extra.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Extra.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Extra.p_hi
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Internal.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Internal.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Internal.p_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim.p_hi
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/ASCII.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/ASCII.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/ASCII.p_hi
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/Binary.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/Binary.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/Binary.p_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/Internal/
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/Internal.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/Internal.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/Internal.p_hi
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/Internal/Base16.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/Internal/Base16.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/Internal/Base16.p_hi
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/Internal/Floating.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/Internal/Floating.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/Internal/Floating.p_hi
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/Internal/UncheckedShifts.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/Internal/UncheckedShifts.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Builder/Prim/Internal/UncheckedShifts.p_hi
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Char8.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Char8.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Char8.p_hi
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Internal.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Internal.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Internal.p_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy/
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy.p_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy/Builder/
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy/Builder.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy/Builder.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy/Builder.p_hi
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy/Builder/ASCII.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy/Builder/ASCII.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy/Builder/ASCII.p_hi
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy/Builder/Extras.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy/Builder/Extras.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy/Builder/Extras.p_hi
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy/Char8.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy/Char8.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy/Char8.p_hi
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy/Internal.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy/Internal.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Lazy/Internal.p_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Short/
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Short.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Short.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Short.p_hi
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Short/Internal.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Short/Internal.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Short/Internal.p_hi
+lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Unsafe.dyn_hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Unsafe.hi
lib/ghc/bytestring-${BYTESTRING_VER}/Data/ByteString/Unsafe.p_hi
lib/ghc/bytestring-${BYTESTRING_VER}/HSbytestring-${BYTESTRING_VER}.o
lib/ghc/bytestring-${BYTESTRING_VER}/include/
lib/ghc/bytestring-${BYTESTRING_VER}/include/fpstring.h
+lib/ghc/bytestring-${BYTESTRING_VER}/libHSbytestring-${BYTESTRING_VER}-ghc${GHC_VER}.so
lib/ghc/bytestring-${BYTESTRING_VER}/libHSbytestring-${BYTESTRING_VER}.a
lib/ghc/bytestring-${BYTESTRING_VER}/libHSbytestring-${BYTESTRING_VER}_p.a
lib/ghc/containers-${CONTAINERS_VER}/
lib/ghc/containers-${CONTAINERS_VER}/Data/
+lib/ghc/containers-${CONTAINERS_VER}/Data/Containers/
+lib/ghc/containers-${CONTAINERS_VER}/Data/Containers/ListUtils.dyn_hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/Containers/ListUtils.hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/Containers/ListUtils.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/Graph.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Graph.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Graph.p_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/
+lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap.p_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Internal/
+lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Internal.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Internal.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Internal.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Internal/Debug.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Internal/Debug.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Internal/Debug.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Internal/DeprecatedDebug.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Internal/DeprecatedDebug.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Internal/DeprecatedDebug.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Lazy.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Lazy.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Lazy.p_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Merge/
+lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Merge/Lazy.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Merge/Lazy.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Merge/Lazy.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Merge/Strict.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Merge/Strict.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Merge/Strict.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Strict.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Strict.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntMap/Strict.p_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntSet/
+lib/ghc/containers-${CONTAINERS_VER}/Data/IntSet.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntSet.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntSet.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/IntSet/Internal.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntSet/Internal.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/IntSet/Internal.p_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/
+lib/ghc/containers-${CONTAINERS_VER}/Data/Map.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map.p_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Internal/
+lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Internal.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Internal.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Internal.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Internal/Debug.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Internal/Debug.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Internal/Debug.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Internal/DeprecatedShowTree.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Internal/DeprecatedShowTree.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Internal/DeprecatedShowTree.p_hi
-lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Lazy/
+lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Lazy.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Lazy.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Lazy.p_hi
-lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Lazy/Merge.hi
-lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Lazy/Merge.p_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Merge/
+lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Merge/Lazy.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Merge/Lazy.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Merge/Lazy.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Merge/Strict.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Merge/Strict.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Merge/Strict.p_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Strict/
+lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Strict.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Strict.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Strict.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Strict/Internal.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Strict/Internal.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Strict/Internal.p_hi
-lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Strict/Merge.hi
-lib/ghc/containers-${CONTAINERS_VER}/Data/Map/Strict/Merge.p_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Sequence/
+lib/ghc/containers-${CONTAINERS_VER}/Data/Sequence.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Sequence.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Sequence.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/Sequence/Internal/
+lib/ghc/containers-${CONTAINERS_VER}/Data/Sequence/Internal.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Sequence/Internal.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Sequence/Internal.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/Sequence/Internal/Sorting.dyn_hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/Sequence/Internal/Sorting.hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/Sequence/Internal/Sorting.p_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Set/
+lib/ghc/containers-${CONTAINERS_VER}/Data/Set.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Set.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Set.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/Set/Internal.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Set/Internal.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Set/Internal.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Data/Tree.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Tree.hi
lib/ghc/containers-${CONTAINERS_VER}/Data/Tree.p_hi
lib/ghc/containers-${CONTAINERS_VER}/HScontainers-${CONTAINERS_VER}.o
lib/ghc/containers-${CONTAINERS_VER}/Utils/
lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/
lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/
+lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/BitQueue.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/BitQueue.hi
lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/BitQueue.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/BitUtil.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/BitUtil.hi
lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/BitUtil.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/Coercions.dyn_hi
+lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/Coercions.hi
+lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/Coercions.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/PtrEquality.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/PtrEquality.hi
lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/PtrEquality.p_hi
-lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/StrictFold.hi
-lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/StrictFold.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/State.dyn_hi
+lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/State.hi
+lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/State.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/StrictMaybe.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/StrictMaybe.hi
lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/StrictMaybe.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/StrictPair.dyn_hi
lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/StrictPair.hi
lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/StrictPair.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/TypeError.dyn_hi
+lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/TypeError.hi
+lib/ghc/containers-${CONTAINERS_VER}/Utils/Containers/Internal/TypeError.p_hi
+lib/ghc/containers-${CONTAINERS_VER}/libHScontainers-${CONTAINERS_VER}-ghc${GHC_VER}.so
lib/ghc/containers-${CONTAINERS_VER}/libHScontainers-${CONTAINERS_VER}.a
lib/ghc/containers-${CONTAINERS_VER}/libHScontainers-${CONTAINERS_VER}_p.a
lib/ghc/deepseq-${DEEPSEQ_VER}/
lib/ghc/deepseq-${DEEPSEQ_VER}/Control/
lib/ghc/deepseq-${DEEPSEQ_VER}/Control/DeepSeq/
+lib/ghc/deepseq-${DEEPSEQ_VER}/Control/DeepSeq.dyn_hi
lib/ghc/deepseq-${DEEPSEQ_VER}/Control/DeepSeq.hi
lib/ghc/deepseq-${DEEPSEQ_VER}/Control/DeepSeq.p_hi
+lib/ghc/deepseq-${DEEPSEQ_VER}/Control/DeepSeq/BackDoor.dyn_hi
lib/ghc/deepseq-${DEEPSEQ_VER}/Control/DeepSeq/BackDoor.hi
lib/ghc/deepseq-${DEEPSEQ_VER}/Control/DeepSeq/BackDoor.p_hi
lib/ghc/deepseq-${DEEPSEQ_VER}/HSdeepseq-${DEEPSEQ_VER}.o
+lib/ghc/deepseq-${DEEPSEQ_VER}/libHSdeepseq-${DEEPSEQ_VER}-ghc${GHC_VER}.so
lib/ghc/deepseq-${DEEPSEQ_VER}/libHSdeepseq-${DEEPSEQ_VER}.a
lib/ghc/deepseq-${DEEPSEQ_VER}/libHSdeepseq-${DEEPSEQ_VER}_p.a
lib/ghc/directory-${DIRECTORY_VER}/
lib/ghc/directory-${DIRECTORY_VER}/HSdirectory-${DIRECTORY_VER}.o
lib/ghc/directory-${DIRECTORY_VER}/System/
lib/ghc/directory-${DIRECTORY_VER}/System/Directory/
+lib/ghc/directory-${DIRECTORY_VER}/System/Directory.dyn_hi
lib/ghc/directory-${DIRECTORY_VER}/System/Directory.hi
lib/ghc/directory-${DIRECTORY_VER}/System/Directory.p_hi
lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/
+lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal.dyn_hi
lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal.hi
lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal.p_hi
+lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/C_utimensat.dyn_hi
lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/C_utimensat.hi
lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/C_utimensat.p_hi
+lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/Common.dyn_hi
+lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/Common.hi
+lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/Common.p_hi
+lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/Config.dyn_hi
lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/Config.hi
lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/Config.p_hi
+lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/Posix.dyn_hi
lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/Posix.hi
lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/Posix.p_hi
+lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/Prelude.dyn_hi
lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/Prelude.hi
lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/Prelude.p_hi
+lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/Windows.dyn_hi
lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/Windows.hi
lib/ghc/directory-${DIRECTORY_VER}/System/Directory/Internal/Windows.p_hi
-lib/ghc/directory-${DIRECTORY_VER}/include/
-lib/ghc/directory-${DIRECTORY_VER}/include/HsDirectoryConfig.h
+lib/ghc/directory-${DIRECTORY_VER}/libHSdirectory-${DIRECTORY_VER}-ghc${GHC_VER}.so
lib/ghc/directory-${DIRECTORY_VER}/libHSdirectory-${DIRECTORY_VER}.a
lib/ghc/directory-${DIRECTORY_VER}/libHSdirectory-${DIRECTORY_VER}_p.a
lib/ghc/filepath-${FILEPATH_VER}/
lib/ghc/filepath-${FILEPATH_VER}/HSfilepath-${FILEPATH_VER}.o
lib/ghc/filepath-${FILEPATH_VER}/System/
lib/ghc/filepath-${FILEPATH_VER}/System/FilePath/
+lib/ghc/filepath-${FILEPATH_VER}/System/FilePath.dyn_hi
lib/ghc/filepath-${FILEPATH_VER}/System/FilePath.hi
lib/ghc/filepath-${FILEPATH_VER}/System/FilePath.p_hi
+lib/ghc/filepath-${FILEPATH_VER}/System/FilePath/Posix.dyn_hi
lib/ghc/filepath-${FILEPATH_VER}/System/FilePath/Posix.hi
lib/ghc/filepath-${FILEPATH_VER}/System/FilePath/Posix.p_hi
+lib/ghc/filepath-${FILEPATH_VER}/System/FilePath/Windows.dyn_hi
lib/ghc/filepath-${FILEPATH_VER}/System/FilePath/Windows.hi
lib/ghc/filepath-${FILEPATH_VER}/System/FilePath/Windows.p_hi
+lib/ghc/filepath-${FILEPATH_VER}/libHSfilepath-${FILEPATH_VER}-ghc${GHC_VER}.so
lib/ghc/filepath-${FILEPATH_VER}/libHSfilepath-${FILEPATH_VER}.a
lib/ghc/filepath-${FILEPATH_VER}/libHSfilepath-${FILEPATH_VER}_p.a
lib/ghc/ghc-${GHC_VER}/
+lib/ghc/ghc-${GHC_VER}/Annotations.dyn_hi
lib/ghc/ghc-${GHC_VER}/Annotations.hi
lib/ghc/ghc-${GHC_VER}/Annotations.p_hi
+lib/ghc/ghc-${GHC_VER}/ApiAnnotation.dyn_hi
lib/ghc/ghc-${GHC_VER}/ApiAnnotation.hi
lib/ghc/ghc-${GHC_VER}/ApiAnnotation.p_hi
+lib/ghc/ghc-${GHC_VER}/Ar.dyn_hi
+lib/ghc/ghc-${GHC_VER}/Ar.hi
+lib/ghc/ghc-${GHC_VER}/Ar.p_hi
+lib/ghc/ghc-${GHC_VER}/AsmCodeGen.dyn_hi
lib/ghc/ghc-${GHC_VER}/AsmCodeGen.hi
lib/ghc/ghc-${GHC_VER}/AsmCodeGen.p_hi
+lib/ghc/ghc-${GHC_VER}/AsmUtils.dyn_hi
+lib/ghc/ghc-${GHC_VER}/AsmUtils.hi
+lib/ghc/ghc-${GHC_VER}/AsmUtils.p_hi
+lib/ghc/ghc-${GHC_VER}/Avail.dyn_hi
lib/ghc/ghc-${GHC_VER}/Avail.hi
lib/ghc/ghc-${GHC_VER}/Avail.p_hi
+lib/ghc/ghc-${GHC_VER}/Bag.dyn_hi
lib/ghc/ghc-${GHC_VER}/Bag.hi
lib/ghc/ghc-${GHC_VER}/Bag.p_hi
+lib/ghc/ghc-${GHC_VER}/BasicTypes.dyn_hi
lib/ghc/ghc-${GHC_VER}/BasicTypes.hi
lib/ghc/ghc-${GHC_VER}/BasicTypes.p_hi
+lib/ghc/ghc-${GHC_VER}/BinFingerprint.dyn_hi
lib/ghc/ghc-${GHC_VER}/BinFingerprint.hi
lib/ghc/ghc-${GHC_VER}/BinFingerprint.p_hi
+lib/ghc/ghc-${GHC_VER}/BinIface.dyn_hi
lib/ghc/ghc-${GHC_VER}/BinIface.hi
lib/ghc/ghc-${GHC_VER}/BinIface.p_hi
+lib/ghc/ghc-${GHC_VER}/Binary.dyn_hi
lib/ghc/ghc-${GHC_VER}/Binary.hi
lib/ghc/ghc-${GHC_VER}/Binary.p_hi
+lib/ghc/ghc-${GHC_VER}/Bitmap.dyn_hi
lib/ghc/ghc-${GHC_VER}/Bitmap.hi
lib/ghc/ghc-${GHC_VER}/Bitmap.p_hi
+lib/ghc/ghc-${GHC_VER}/BkpSyn.dyn_hi
lib/ghc/ghc-${GHC_VER}/BkpSyn.hi
lib/ghc/ghc-${GHC_VER}/BkpSyn.p_hi
+lib/ghc/ghc-${GHC_VER}/BlockId.dyn_hi
lib/ghc/ghc-${GHC_VER}/BlockId.hi
lib/ghc/ghc-${GHC_VER}/BlockId.p_hi
+lib/ghc/ghc-${GHC_VER}/BooleanFormula.dyn_hi
lib/ghc/ghc-${GHC_VER}/BooleanFormula.hi
lib/ghc/ghc-${GHC_VER}/BooleanFormula.p_hi
+lib/ghc/ghc-${GHC_VER}/BufWrite.dyn_hi
lib/ghc/ghc-${GHC_VER}/BufWrite.hi
lib/ghc/ghc-${GHC_VER}/BufWrite.p_hi
+lib/ghc/ghc-${GHC_VER}/BuildTyCl.dyn_hi
lib/ghc/ghc-${GHC_VER}/BuildTyCl.hi
lib/ghc/ghc-${GHC_VER}/BuildTyCl.p_hi
+lib/ghc/ghc-${GHC_VER}/ByteCodeAsm.dyn_hi
lib/ghc/ghc-${GHC_VER}/ByteCodeAsm.hi
lib/ghc/ghc-${GHC_VER}/ByteCodeAsm.p_hi
+lib/ghc/ghc-${GHC_VER}/ByteCodeGen.dyn_hi
lib/ghc/ghc-${GHC_VER}/ByteCodeGen.hi
lib/ghc/ghc-${GHC_VER}/ByteCodeGen.p_hi
+lib/ghc/ghc-${GHC_VER}/ByteCodeInstr.dyn_hi
lib/ghc/ghc-${GHC_VER}/ByteCodeInstr.hi
lib/ghc/ghc-${GHC_VER}/ByteCodeInstr.p_hi
+lib/ghc/ghc-${GHC_VER}/ByteCodeItbls.dyn_hi
lib/ghc/ghc-${GHC_VER}/ByteCodeItbls.hi
lib/ghc/ghc-${GHC_VER}/ByteCodeItbls.p_hi
+lib/ghc/ghc-${GHC_VER}/ByteCodeLink.dyn_hi
lib/ghc/ghc-${GHC_VER}/ByteCodeLink.hi
lib/ghc/ghc-${GHC_VER}/ByteCodeLink.p_hi
+lib/ghc/ghc-${GHC_VER}/ByteCodeTypes.dyn_hi
lib/ghc/ghc-${GHC_VER}/ByteCodeTypes.hi
lib/ghc/ghc-${GHC_VER}/ByteCodeTypes.p_hi
+lib/ghc/ghc-${GHC_VER}/CLabel.dyn_hi
lib/ghc/ghc-${GHC_VER}/CLabel.hi
lib/ghc/ghc-${GHC_VER}/CLabel.p_hi
+lib/ghc/ghc-${GHC_VER}/CPrim.dyn_hi
lib/ghc/ghc-${GHC_VER}/CPrim.hi
lib/ghc/ghc-${GHC_VER}/CPrim.p_hi
+lib/ghc/ghc-${GHC_VER}/CSE.dyn_hi
lib/ghc/ghc-${GHC_VER}/CSE.hi
lib/ghc/ghc-${GHC_VER}/CSE.p_hi
+lib/ghc/ghc-${GHC_VER}/CallArity.dyn_hi
lib/ghc/ghc-${GHC_VER}/CallArity.hi
lib/ghc/ghc-${GHC_VER}/CallArity.p_hi
+lib/ghc/ghc-${GHC_VER}/CgUtils.dyn_hi
lib/ghc/ghc-${GHC_VER}/CgUtils.hi
lib/ghc/ghc-${GHC_VER}/CgUtils.p_hi
+lib/ghc/ghc-${GHC_VER}/Check.dyn_hi
lib/ghc/ghc-${GHC_VER}/Check.hi
lib/ghc/ghc-${GHC_VER}/Check.p_hi
+lib/ghc/ghc-${GHC_VER}/Class.dyn_hi
lib/ghc/ghc-${GHC_VER}/Class.hi
lib/ghc/ghc-${GHC_VER}/Class.p_hi
+lib/ghc/ghc-${GHC_VER}/CmdLineParser.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmdLineParser.hi
lib/ghc/ghc-${GHC_VER}/CmdLineParser.p_hi
+lib/ghc/ghc-${GHC_VER}/Cmm.dyn_hi
lib/ghc/ghc-${GHC_VER}/Cmm.hi
lib/ghc/ghc-${GHC_VER}/Cmm.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmBuildInfoTables.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmBuildInfoTables.hi
lib/ghc/ghc-${GHC_VER}/CmmBuildInfoTables.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmCallConv.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmCallConv.hi
lib/ghc/ghc-${GHC_VER}/CmmCallConv.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmCommonBlockElim.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmCommonBlockElim.hi
lib/ghc/ghc-${GHC_VER}/CmmCommonBlockElim.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmContFlowOpt.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmContFlowOpt.hi
lib/ghc/ghc-${GHC_VER}/CmmContFlowOpt.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmExpr.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmExpr.hi
lib/ghc/ghc-${GHC_VER}/CmmExpr.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmImplementSwitchPlans.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmImplementSwitchPlans.hi
lib/ghc/ghc-${GHC_VER}/CmmImplementSwitchPlans.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmInfo.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmInfo.hi
lib/ghc/ghc-${GHC_VER}/CmmInfo.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmLayoutStack.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmLayoutStack.hi
lib/ghc/ghc-${GHC_VER}/CmmLayoutStack.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmLex.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmLex.hi
lib/ghc/ghc-${GHC_VER}/CmmLex.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmLint.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmLint.hi
lib/ghc/ghc-${GHC_VER}/CmmLint.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmLive.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmLive.hi
lib/ghc/ghc-${GHC_VER}/CmmLive.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmMachOp.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmMachOp.hi
lib/ghc/ghc-${GHC_VER}/CmmMachOp.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmMonad.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmMonad.hi
lib/ghc/ghc-${GHC_VER}/CmmMonad.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmNode.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmNode.hi
lib/ghc/ghc-${GHC_VER}/CmmNode.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmOpt.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmOpt.hi
lib/ghc/ghc-${GHC_VER}/CmmOpt.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmParse.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmParse.hi
lib/ghc/ghc-${GHC_VER}/CmmParse.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmPipeline.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmPipeline.hi
lib/ghc/ghc-${GHC_VER}/CmmPipeline.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmProcPoint.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmProcPoint.hi
lib/ghc/ghc-${GHC_VER}/CmmProcPoint.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmSink.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmSink.hi
lib/ghc/ghc-${GHC_VER}/CmmSink.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmSwitch.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmSwitch.hi
lib/ghc/ghc-${GHC_VER}/CmmSwitch.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmType.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmType.hi
lib/ghc/ghc-${GHC_VER}/CmmType.p_hi
+lib/ghc/ghc-${GHC_VER}/CmmUtils.dyn_hi
lib/ghc/ghc-${GHC_VER}/CmmUtils.hi
lib/ghc/ghc-${GHC_VER}/CmmUtils.p_hi
+lib/ghc/ghc-${GHC_VER}/CoAxiom.dyn_hi
lib/ghc/ghc-${GHC_VER}/CoAxiom.hi
lib/ghc/ghc-${GHC_VER}/CoAxiom.p_hi
lib/ghc/ghc-${GHC_VER}/CodeGen/
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/
+lib/ghc/ghc-${GHC_VER}/CodeGen/Platform.dyn_hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform.hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform.p_hi
+lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/ARM.dyn_hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/ARM.hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/ARM.p_hi
+lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/ARM64.dyn_hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/ARM64.hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/ARM64.p_hi
+lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/NoRegs.dyn_hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/NoRegs.hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/NoRegs.p_hi
+lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/PPC.dyn_hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/PPC.hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/PPC.p_hi
+lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/PPC_Darwin.dyn_hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/PPC_Darwin.hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/PPC_Darwin.p_hi
+lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/SPARC.dyn_hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/SPARC.hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/SPARC.p_hi
+lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/X86.dyn_hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/X86.hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/X86.p_hi
+lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/X86_64.dyn_hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/X86_64.hi
lib/ghc/ghc-${GHC_VER}/CodeGen/Platform/X86_64.p_hi
+lib/ghc/ghc-${GHC_VER}/CodeOutput.dyn_hi
lib/ghc/ghc-${GHC_VER}/CodeOutput.hi
lib/ghc/ghc-${GHC_VER}/CodeOutput.p_hi
+lib/ghc/ghc-${GHC_VER}/Coercion.dyn_hi
lib/ghc/ghc-${GHC_VER}/Coercion.hi
lib/ghc/ghc-${GHC_VER}/Coercion.p_hi
+lib/ghc/ghc-${GHC_VER}/ConLike.dyn_hi
lib/ghc/ghc-${GHC_VER}/ConLike.hi
lib/ghc/ghc-${GHC_VER}/ConLike.p_hi
+lib/ghc/ghc-${GHC_VER}/Config.dyn_hi
lib/ghc/ghc-${GHC_VER}/Config.hi
lib/ghc/ghc-${GHC_VER}/Config.p_hi
+lib/ghc/ghc-${GHC_VER}/Constants.dyn_hi
lib/ghc/ghc-${GHC_VER}/Constants.hi
lib/ghc/ghc-${GHC_VER}/Constants.p_hi
+lib/ghc/ghc-${GHC_VER}/Convert.dyn_hi
lib/ghc/ghc-${GHC_VER}/Convert.hi
lib/ghc/ghc-${GHC_VER}/Convert.p_hi
+lib/ghc/ghc-${GHC_VER}/CoreArity.dyn_hi
lib/ghc/ghc-${GHC_VER}/CoreArity.hi
lib/ghc/ghc-${GHC_VER}/CoreArity.p_hi
+lib/ghc/ghc-${GHC_VER}/CoreFVs.dyn_hi
lib/ghc/ghc-${GHC_VER}/CoreFVs.hi
lib/ghc/ghc-${GHC_VER}/CoreFVs.p_hi
+lib/ghc/ghc-${GHC_VER}/CoreLint.dyn_hi
lib/ghc/ghc-${GHC_VER}/CoreLint.hi
lib/ghc/ghc-${GHC_VER}/CoreLint.p_hi
+lib/ghc/ghc-${GHC_VER}/CoreMap.dyn_hi
+lib/ghc/ghc-${GHC_VER}/CoreMap.hi
+lib/ghc/ghc-${GHC_VER}/CoreMap.p_hi
+lib/ghc/ghc-${GHC_VER}/CoreMonad.dyn_hi
lib/ghc/ghc-${GHC_VER}/CoreMonad.hi
lib/ghc/ghc-${GHC_VER}/CoreMonad.p_hi
+lib/ghc/ghc-${GHC_VER}/CoreOpt.dyn_hi
lib/ghc/ghc-${GHC_VER}/CoreOpt.hi
lib/ghc/ghc-${GHC_VER}/CoreOpt.p_hi
+lib/ghc/ghc-${GHC_VER}/CorePrep.dyn_hi
lib/ghc/ghc-${GHC_VER}/CorePrep.hi
lib/ghc/ghc-${GHC_VER}/CorePrep.p_hi
+lib/ghc/ghc-${GHC_VER}/CoreSeq.dyn_hi
lib/ghc/ghc-${GHC_VER}/CoreSeq.hi
lib/ghc/ghc-${GHC_VER}/CoreSeq.p_hi
+lib/ghc/ghc-${GHC_VER}/CoreStats.dyn_hi
lib/ghc/ghc-${GHC_VER}/CoreStats.hi
lib/ghc/ghc-${GHC_VER}/CoreStats.p_hi
+lib/ghc/ghc-${GHC_VER}/CoreSubst.dyn_hi
lib/ghc/ghc-${GHC_VER}/CoreSubst.hi
lib/ghc/ghc-${GHC_VER}/CoreSubst.p_hi
+lib/ghc/ghc-${GHC_VER}/CoreSyn.dyn_hi
lib/ghc/ghc-${GHC_VER}/CoreSyn.hi
lib/ghc/ghc-${GHC_VER}/CoreSyn.p_hi
+lib/ghc/ghc-${GHC_VER}/CoreTidy.dyn_hi
lib/ghc/ghc-${GHC_VER}/CoreTidy.hi
lib/ghc/ghc-${GHC_VER}/CoreTidy.p_hi
+lib/ghc/ghc-${GHC_VER}/CoreToStg.dyn_hi
lib/ghc/ghc-${GHC_VER}/CoreToStg.hi
lib/ghc/ghc-${GHC_VER}/CoreToStg.p_hi
+lib/ghc/ghc-${GHC_VER}/CoreUnfold.dyn_hi
lib/ghc/ghc-${GHC_VER}/CoreUnfold.hi
lib/ghc/ghc-${GHC_VER}/CoreUnfold.p_hi
+lib/ghc/ghc-${GHC_VER}/CoreUtils.dyn_hi
lib/ghc/ghc-${GHC_VER}/CoreUtils.hi
lib/ghc/ghc-${GHC_VER}/CoreUtils.p_hi
+lib/ghc/ghc-${GHC_VER}/CostCentre.dyn_hi
lib/ghc/ghc-${GHC_VER}/CostCentre.hi
lib/ghc/ghc-${GHC_VER}/CostCentre.p_hi
+lib/ghc/ghc-${GHC_VER}/CostCentreState.dyn_hi
+lib/ghc/ghc-${GHC_VER}/CostCentreState.hi
+lib/ghc/ghc-${GHC_VER}/CostCentreState.p_hi
+lib/ghc/ghc-${GHC_VER}/Coverage.dyn_hi
lib/ghc/ghc-${GHC_VER}/Coverage.hi
lib/ghc/ghc-${GHC_VER}/Coverage.p_hi
+lib/ghc/ghc-${GHC_VER}/Ctype.dyn_hi
lib/ghc/ghc-${GHC_VER}/Ctype.hi
lib/ghc/ghc-${GHC_VER}/Ctype.p_hi
+lib/ghc/ghc-${GHC_VER}/DataCon.dyn_hi
lib/ghc/ghc-${GHC_VER}/DataCon.hi
lib/ghc/ghc-${GHC_VER}/DataCon.p_hi
+lib/ghc/ghc-${GHC_VER}/Debug.dyn_hi
lib/ghc/ghc-${GHC_VER}/Debug.hi
lib/ghc/ghc-${GHC_VER}/Debug.p_hi
+lib/ghc/ghc-${GHC_VER}/Debugger.dyn_hi
lib/ghc/ghc-${GHC_VER}/Debugger.hi
lib/ghc/ghc-${GHC_VER}/Debugger.p_hi
-lib/ghc/ghc-${GHC_VER}/DebuggerUtils.hi
-lib/ghc/ghc-${GHC_VER}/DebuggerUtils.p_hi
+lib/ghc/ghc-${GHC_VER}/Demand.dyn_hi
lib/ghc/ghc-${GHC_VER}/Demand.hi
lib/ghc/ghc-${GHC_VER}/Demand.p_hi
+lib/ghc/ghc-${GHC_VER}/Desugar.dyn_hi
lib/ghc/ghc-${GHC_VER}/Desugar.hi
lib/ghc/ghc-${GHC_VER}/Desugar.p_hi
+lib/ghc/ghc-${GHC_VER}/Digraph.dyn_hi
lib/ghc/ghc-${GHC_VER}/Digraph.hi
lib/ghc/ghc-${GHC_VER}/Digraph.p_hi
+lib/ghc/ghc-${GHC_VER}/DmdAnal.dyn_hi
lib/ghc/ghc-${GHC_VER}/DmdAnal.hi
lib/ghc/ghc-${GHC_VER}/DmdAnal.p_hi
+lib/ghc/ghc-${GHC_VER}/DriverBkp.dyn_hi
lib/ghc/ghc-${GHC_VER}/DriverBkp.hi
lib/ghc/ghc-${GHC_VER}/DriverBkp.p_hi
+lib/ghc/ghc-${GHC_VER}/DriverMkDepend.dyn_hi
lib/ghc/ghc-${GHC_VER}/DriverMkDepend.hi
lib/ghc/ghc-${GHC_VER}/DriverMkDepend.p_hi
+lib/ghc/ghc-${GHC_VER}/DriverPhases.dyn_hi
lib/ghc/ghc-${GHC_VER}/DriverPhases.hi
lib/ghc/ghc-${GHC_VER}/DriverPhases.p_hi
+lib/ghc/ghc-${GHC_VER}/DriverPipeline.dyn_hi
lib/ghc/ghc-${GHC_VER}/DriverPipeline.hi
lib/ghc/ghc-${GHC_VER}/DriverPipeline.p_hi
+lib/ghc/ghc-${GHC_VER}/DsArrows.dyn_hi
lib/ghc/ghc-${GHC_VER}/DsArrows.hi
lib/ghc/ghc-${GHC_VER}/DsArrows.p_hi
+lib/ghc/ghc-${GHC_VER}/DsBinds.dyn_hi
lib/ghc/ghc-${GHC_VER}/DsBinds.hi
lib/ghc/ghc-${GHC_VER}/DsBinds.p_hi
+lib/ghc/ghc-${GHC_VER}/DsCCall.dyn_hi
lib/ghc/ghc-${GHC_VER}/DsCCall.hi
lib/ghc/ghc-${GHC_VER}/DsCCall.p_hi
+lib/ghc/ghc-${GHC_VER}/DsExpr.dyn_hi
lib/ghc/ghc-${GHC_VER}/DsExpr.hi
lib/ghc/ghc-${GHC_VER}/DsExpr.p_hi
+lib/ghc/ghc-${GHC_VER}/DsForeign.dyn_hi
lib/ghc/ghc-${GHC_VER}/DsForeign.hi
lib/ghc/ghc-${GHC_VER}/DsForeign.p_hi
+lib/ghc/ghc-${GHC_VER}/DsGRHSs.dyn_hi
lib/ghc/ghc-${GHC_VER}/DsGRHSs.hi
lib/ghc/ghc-${GHC_VER}/DsGRHSs.p_hi
+lib/ghc/ghc-${GHC_VER}/DsListComp.dyn_hi
lib/ghc/ghc-${GHC_VER}/DsListComp.hi
lib/ghc/ghc-${GHC_VER}/DsListComp.p_hi
+lib/ghc/ghc-${GHC_VER}/DsMeta.dyn_hi
lib/ghc/ghc-${GHC_VER}/DsMeta.hi
lib/ghc/ghc-${GHC_VER}/DsMeta.p_hi
+lib/ghc/ghc-${GHC_VER}/DsMonad.dyn_hi
lib/ghc/ghc-${GHC_VER}/DsMonad.hi
lib/ghc/ghc-${GHC_VER}/DsMonad.p_hi
+lib/ghc/ghc-${GHC_VER}/DsUsage.dyn_hi
lib/ghc/ghc-${GHC_VER}/DsUsage.hi
lib/ghc/ghc-${GHC_VER}/DsUsage.p_hi
+lib/ghc/ghc-${GHC_VER}/DsUtils.dyn_hi
lib/ghc/ghc-${GHC_VER}/DsUtils.hi
lib/ghc/ghc-${GHC_VER}/DsUtils.p_hi
lib/ghc/ghc-${GHC_VER}/Dwarf/
+lib/ghc/ghc-${GHC_VER}/Dwarf.dyn_hi
lib/ghc/ghc-${GHC_VER}/Dwarf.hi
lib/ghc/ghc-${GHC_VER}/Dwarf.p_hi
+lib/ghc/ghc-${GHC_VER}/Dwarf/Constants.dyn_hi
lib/ghc/ghc-${GHC_VER}/Dwarf/Constants.hi
lib/ghc/ghc-${GHC_VER}/Dwarf/Constants.p_hi
+lib/ghc/ghc-${GHC_VER}/Dwarf/Types.dyn_hi
lib/ghc/ghc-${GHC_VER}/Dwarf/Types.hi
lib/ghc/ghc-${GHC_VER}/Dwarf/Types.p_hi
+lib/ghc/ghc-${GHC_VER}/DynFlags.dyn_hi
lib/ghc/ghc-${GHC_VER}/DynFlags.hi
lib/ghc/ghc-${GHC_VER}/DynFlags.p_hi
+lib/ghc/ghc-${GHC_VER}/DynamicLoading.dyn_hi
lib/ghc/ghc-${GHC_VER}/DynamicLoading.hi
lib/ghc/ghc-${GHC_VER}/DynamicLoading.p_hi
+lib/ghc/ghc-${GHC_VER}/Elf.dyn_hi
lib/ghc/ghc-${GHC_VER}/Elf.hi
lib/ghc/ghc-${GHC_VER}/Elf.p_hi
+lib/ghc/ghc-${GHC_VER}/Encoding.dyn_hi
lib/ghc/ghc-${GHC_VER}/Encoding.hi
lib/ghc/ghc-${GHC_VER}/Encoding.p_hi
+lib/ghc/ghc-${GHC_VER}/EnumSet.dyn_hi
+lib/ghc/ghc-${GHC_VER}/EnumSet.hi
+lib/ghc/ghc-${GHC_VER}/EnumSet.p_hi
+lib/ghc/ghc-${GHC_VER}/ErrUtils.dyn_hi
lib/ghc/ghc-${GHC_VER}/ErrUtils.hi
lib/ghc/ghc-${GHC_VER}/ErrUtils.p_hi
+lib/ghc/ghc-${GHC_VER}/Exception.dyn_hi
lib/ghc/ghc-${GHC_VER}/Exception.hi
lib/ghc/ghc-${GHC_VER}/Exception.p_hi
+lib/ghc/ghc-${GHC_VER}/Exitify.dyn_hi
+lib/ghc/ghc-${GHC_VER}/Exitify.hi
+lib/ghc/ghc-${GHC_VER}/Exitify.p_hi
+lib/ghc/ghc-${GHC_VER}/ExtractDocs.dyn_hi
+lib/ghc/ghc-${GHC_VER}/ExtractDocs.hi
+lib/ghc/ghc-${GHC_VER}/ExtractDocs.p_hi
+lib/ghc/ghc-${GHC_VER}/FV.dyn_hi
lib/ghc/ghc-${GHC_VER}/FV.hi
lib/ghc/ghc-${GHC_VER}/FV.p_hi
+lib/ghc/ghc-${GHC_VER}/FamInst.dyn_hi
lib/ghc/ghc-${GHC_VER}/FamInst.hi
lib/ghc/ghc-${GHC_VER}/FamInst.p_hi
+lib/ghc/ghc-${GHC_VER}/FamInstEnv.dyn_hi
lib/ghc/ghc-${GHC_VER}/FamInstEnv.hi
lib/ghc/ghc-${GHC_VER}/FamInstEnv.p_hi
+lib/ghc/ghc-${GHC_VER}/FastFunctions.dyn_hi
lib/ghc/ghc-${GHC_VER}/FastFunctions.hi
lib/ghc/ghc-${GHC_VER}/FastFunctions.p_hi
+lib/ghc/ghc-${GHC_VER}/FastMutInt.dyn_hi
lib/ghc/ghc-${GHC_VER}/FastMutInt.hi
lib/ghc/ghc-${GHC_VER}/FastMutInt.p_hi
+lib/ghc/ghc-${GHC_VER}/FastString.dyn_hi
lib/ghc/ghc-${GHC_VER}/FastString.hi
lib/ghc/ghc-${GHC_VER}/FastString.p_hi
+lib/ghc/ghc-${GHC_VER}/FastStringEnv.dyn_hi
lib/ghc/ghc-${GHC_VER}/FastStringEnv.hi
lib/ghc/ghc-${GHC_VER}/FastStringEnv.p_hi
+lib/ghc/ghc-${GHC_VER}/FieldLabel.dyn_hi
lib/ghc/ghc-${GHC_VER}/FieldLabel.hi
lib/ghc/ghc-${GHC_VER}/FieldLabel.p_hi
+lib/ghc/ghc-${GHC_VER}/FileCleanup.dyn_hi
+lib/ghc/ghc-${GHC_VER}/FileCleanup.hi
+lib/ghc/ghc-${GHC_VER}/FileCleanup.p_hi
+lib/ghc/ghc-${GHC_VER}/Finder.dyn_hi
lib/ghc/ghc-${GHC_VER}/Finder.hi
lib/ghc/ghc-${GHC_VER}/Finder.p_hi
+lib/ghc/ghc-${GHC_VER}/Fingerprint.dyn_hi
lib/ghc/ghc-${GHC_VER}/Fingerprint.hi
lib/ghc/ghc-${GHC_VER}/Fingerprint.p_hi
+lib/ghc/ghc-${GHC_VER}/FiniteMap.dyn_hi
lib/ghc/ghc-${GHC_VER}/FiniteMap.hi
lib/ghc/ghc-${GHC_VER}/FiniteMap.p_hi
+lib/ghc/ghc-${GHC_VER}/FlagChecker.dyn_hi
lib/ghc/ghc-${GHC_VER}/FlagChecker.hi
lib/ghc/ghc-${GHC_VER}/FlagChecker.p_hi
+lib/ghc/ghc-${GHC_VER}/FloatIn.dyn_hi
lib/ghc/ghc-${GHC_VER}/FloatIn.hi
lib/ghc/ghc-${GHC_VER}/FloatIn.p_hi
+lib/ghc/ghc-${GHC_VER}/FloatOut.dyn_hi
lib/ghc/ghc-${GHC_VER}/FloatOut.hi
lib/ghc/ghc-${GHC_VER}/FloatOut.p_hi
+lib/ghc/ghc-${GHC_VER}/ForeignCall.dyn_hi
lib/ghc/ghc-${GHC_VER}/ForeignCall.hi
lib/ghc/ghc-${GHC_VER}/ForeignCall.p_hi
+lib/ghc/ghc-${GHC_VER}/Format.dyn_hi
lib/ghc/ghc-${GHC_VER}/Format.hi
lib/ghc/ghc-${GHC_VER}/Format.p_hi
+lib/ghc/ghc-${GHC_VER}/FunDeps.dyn_hi
lib/ghc/ghc-${GHC_VER}/FunDeps.hi
lib/ghc/ghc-${GHC_VER}/FunDeps.p_hi
+lib/ghc/ghc-${GHC_VER}/GHC.dyn_hi
lib/ghc/ghc-${GHC_VER}/GHC.hi
lib/ghc/ghc-${GHC_VER}/GHC.p_hi
+lib/ghc/ghc-${GHC_VER}/GHCi.dyn_hi
lib/ghc/ghc-${GHC_VER}/GHCi.hi
lib/ghc/ghc-${GHC_VER}/GHCi.p_hi
+lib/ghc/ghc-${GHC_VER}/GhcMake.dyn_hi
lib/ghc/ghc-${GHC_VER}/GhcMake.hi
lib/ghc/ghc-${GHC_VER}/GhcMake.p_hi
+lib/ghc/ghc-${GHC_VER}/GhcMonad.dyn_hi
lib/ghc/ghc-${GHC_VER}/GhcMonad.hi
lib/ghc/ghc-${GHC_VER}/GhcMonad.p_hi
+lib/ghc/ghc-${GHC_VER}/GhcPlugins.dyn_hi
lib/ghc/ghc-${GHC_VER}/GhcPlugins.hi
lib/ghc/ghc-${GHC_VER}/GhcPlugins.p_hi
+lib/ghc/ghc-${GHC_VER}/GhcPrelude.dyn_hi
+lib/ghc/ghc-${GHC_VER}/GhcPrelude.hi
+lib/ghc/ghc-${GHC_VER}/GhcPrelude.p_hi
+lib/ghc/ghc-${GHC_VER}/GraphBase.dyn_hi
lib/ghc/ghc-${GHC_VER}/GraphBase.hi
lib/ghc/ghc-${GHC_VER}/GraphBase.p_hi
+lib/ghc/ghc-${GHC_VER}/GraphColor.dyn_hi
lib/ghc/ghc-${GHC_VER}/GraphColor.hi
lib/ghc/ghc-${GHC_VER}/GraphColor.p_hi
+lib/ghc/ghc-${GHC_VER}/GraphOps.dyn_hi
lib/ghc/ghc-${GHC_VER}/GraphOps.hi
lib/ghc/ghc-${GHC_VER}/GraphOps.p_hi
+lib/ghc/ghc-${GHC_VER}/GraphPpr.dyn_hi
lib/ghc/ghc-${GHC_VER}/GraphPpr.hi
lib/ghc/ghc-${GHC_VER}/GraphPpr.p_hi
+lib/ghc/ghc-${GHC_VER}/HaddockUtils.dyn_hi
lib/ghc/ghc-${GHC_VER}/HaddockUtils.hi
lib/ghc/ghc-${GHC_VER}/HaddockUtils.p_hi
+lib/ghc/ghc-${GHC_VER}/HeaderInfo.dyn_hi
lib/ghc/ghc-${GHC_VER}/HeaderInfo.hi
lib/ghc/ghc-${GHC_VER}/HeaderInfo.p_hi
+lib/ghc/ghc-${GHC_VER}/Hooks.dyn_hi
lib/ghc/ghc-${GHC_VER}/Hooks.hi
lib/ghc/ghc-${GHC_VER}/Hooks.p_hi
lib/ghc/ghc-${GHC_VER}/Hoopl/
-lib/ghc/ghc-${GHC_VER}/Hoopl.hi
-lib/ghc/ghc-${GHC_VER}/Hoopl.p_hi
+lib/ghc/ghc-${GHC_VER}/Hoopl/Block.dyn_hi
+lib/ghc/ghc-${GHC_VER}/Hoopl/Block.hi
+lib/ghc/ghc-${GHC_VER}/Hoopl/Block.p_hi
+lib/ghc/ghc-${GHC_VER}/Hoopl/Collections.dyn_hi
+lib/ghc/ghc-${GHC_VER}/Hoopl/Collections.hi
+lib/ghc/ghc-${GHC_VER}/Hoopl/Collections.p_hi
+lib/ghc/ghc-${GHC_VER}/Hoopl/Dataflow.dyn_hi
lib/ghc/ghc-${GHC_VER}/Hoopl/Dataflow.hi
lib/ghc/ghc-${GHC_VER}/Hoopl/Dataflow.p_hi
+lib/ghc/ghc-${GHC_VER}/Hoopl/Graph.dyn_hi
+lib/ghc/ghc-${GHC_VER}/Hoopl/Graph.hi
+lib/ghc/ghc-${GHC_VER}/Hoopl/Graph.p_hi
+lib/ghc/ghc-${GHC_VER}/Hoopl/Label.dyn_hi
+lib/ghc/ghc-${GHC_VER}/Hoopl/Label.hi
+lib/ghc/ghc-${GHC_VER}/Hoopl/Label.p_hi
+lib/ghc/ghc-${GHC_VER}/HsBinds.dyn_hi
lib/ghc/ghc-${GHC_VER}/HsBinds.hi
lib/ghc/ghc-${GHC_VER}/HsBinds.p_hi
+lib/ghc/ghc-${GHC_VER}/HsDecls.dyn_hi
lib/ghc/ghc-${GHC_VER}/HsDecls.hi
lib/ghc/ghc-${GHC_VER}/HsDecls.p_hi
+lib/ghc/ghc-${GHC_VER}/HsDoc.dyn_hi
lib/ghc/ghc-${GHC_VER}/HsDoc.hi
lib/ghc/ghc-${GHC_VER}/HsDoc.p_hi
+lib/ghc/ghc-${GHC_VER}/HsDumpAst.dyn_hi
lib/ghc/ghc-${GHC_VER}/HsDumpAst.hi
lib/ghc/ghc-${GHC_VER}/HsDumpAst.p_hi
+lib/ghc/ghc-${GHC_VER}/HsExpr.dyn_hi
lib/ghc/ghc-${GHC_VER}/HsExpr.hi
lib/ghc/ghc-${GHC_VER}/HsExpr.p_hi
+lib/ghc/ghc-${GHC_VER}/HsExtension.dyn_hi
+lib/ghc/ghc-${GHC_VER}/HsExtension.hi
+lib/ghc/ghc-${GHC_VER}/HsExtension.p_hi
+lib/ghc/ghc-${GHC_VER}/HsImpExp.dyn_hi
lib/ghc/ghc-${GHC_VER}/HsImpExp.hi
lib/ghc/ghc-${GHC_VER}/HsImpExp.p_hi
+lib/ghc/ghc-${GHC_VER}/HsInstances.dyn_hi
+lib/ghc/ghc-${GHC_VER}/HsInstances.hi
+lib/ghc/ghc-${GHC_VER}/HsInstances.p_hi
+lib/ghc/ghc-${GHC_VER}/HsLit.dyn_hi
lib/ghc/ghc-${GHC_VER}/HsLit.hi
lib/ghc/ghc-${GHC_VER}/HsLit.p_hi
+lib/ghc/ghc-${GHC_VER}/HsPat.dyn_hi
lib/ghc/ghc-${GHC_VER}/HsPat.hi
lib/ghc/ghc-${GHC_VER}/HsPat.p_hi
+lib/ghc/ghc-${GHC_VER}/HsSyn.dyn_hi
lib/ghc/ghc-${GHC_VER}/HsSyn.hi
lib/ghc/ghc-${GHC_VER}/HsSyn.p_hi
+lib/ghc/ghc-${GHC_VER}/HsTypes.dyn_hi
lib/ghc/ghc-${GHC_VER}/HsTypes.hi
lib/ghc/ghc-${GHC_VER}/HsTypes.p_hi
+lib/ghc/ghc-${GHC_VER}/HsUtils.dyn_hi
lib/ghc/ghc-${GHC_VER}/HsUtils.hi
lib/ghc/ghc-${GHC_VER}/HsUtils.p_hi
+lib/ghc/ghc-${GHC_VER}/HscMain.dyn_hi
lib/ghc/ghc-${GHC_VER}/HscMain.hi
lib/ghc/ghc-${GHC_VER}/HscMain.p_hi
+lib/ghc/ghc-${GHC_VER}/HscStats.dyn_hi
lib/ghc/ghc-${GHC_VER}/HscStats.hi
lib/ghc/ghc-${GHC_VER}/HscStats.p_hi
+lib/ghc/ghc-${GHC_VER}/HscTypes.dyn_hi
lib/ghc/ghc-${GHC_VER}/HscTypes.hi
lib/ghc/ghc-${GHC_VER}/HscTypes.p_hi
+lib/ghc/ghc-${GHC_VER}/IOEnv.dyn_hi
lib/ghc/ghc-${GHC_VER}/IOEnv.hi
lib/ghc/ghc-${GHC_VER}/IOEnv.p_hi
+lib/ghc/ghc-${GHC_VER}/Id.dyn_hi
lib/ghc/ghc-${GHC_VER}/Id.hi
lib/ghc/ghc-${GHC_VER}/Id.p_hi
+lib/ghc/ghc-${GHC_VER}/IdInfo.dyn_hi
lib/ghc/ghc-${GHC_VER}/IdInfo.hi
lib/ghc/ghc-${GHC_VER}/IdInfo.p_hi
+lib/ghc/ghc-${GHC_VER}/IfaceEnv.dyn_hi
lib/ghc/ghc-${GHC_VER}/IfaceEnv.hi
lib/ghc/ghc-${GHC_VER}/IfaceEnv.p_hi
+lib/ghc/ghc-${GHC_VER}/IfaceSyn.dyn_hi
lib/ghc/ghc-${GHC_VER}/IfaceSyn.hi
lib/ghc/ghc-${GHC_VER}/IfaceSyn.p_hi
+lib/ghc/ghc-${GHC_VER}/IfaceType.dyn_hi
lib/ghc/ghc-${GHC_VER}/IfaceType.hi
lib/ghc/ghc-${GHC_VER}/IfaceType.p_hi
+lib/ghc/ghc-${GHC_VER}/Inst.dyn_hi
lib/ghc/ghc-${GHC_VER}/Inst.hi
lib/ghc/ghc-${GHC_VER}/Inst.p_hi
+lib/ghc/ghc-${GHC_VER}/InstEnv.dyn_hi
lib/ghc/ghc-${GHC_VER}/InstEnv.hi
lib/ghc/ghc-${GHC_VER}/InstEnv.p_hi
+lib/ghc/ghc-${GHC_VER}/Instruction.dyn_hi
lib/ghc/ghc-${GHC_VER}/Instruction.hi
lib/ghc/ghc-${GHC_VER}/Instruction.p_hi
+lib/ghc/ghc-${GHC_VER}/InteractiveEval.dyn_hi
lib/ghc/ghc-${GHC_VER}/InteractiveEval.hi
lib/ghc/ghc-${GHC_VER}/InteractiveEval.p_hi
+lib/ghc/ghc-${GHC_VER}/InteractiveEvalTypes.dyn_hi
lib/ghc/ghc-${GHC_VER}/InteractiveEvalTypes.hi
lib/ghc/ghc-${GHC_VER}/InteractiveEvalTypes.p_hi
+lib/ghc/ghc-${GHC_VER}/Json.dyn_hi
lib/ghc/ghc-${GHC_VER}/Json.hi
lib/ghc/ghc-${GHC_VER}/Json.p_hi
+lib/ghc/ghc-${GHC_VER}/Kind.dyn_hi
lib/ghc/ghc-${GHC_VER}/Kind.hi
lib/ghc/ghc-${GHC_VER}/Kind.p_hi
+lib/ghc/ghc-${GHC_VER}/KnownUniques.dyn_hi
lib/ghc/ghc-${GHC_VER}/KnownUniques.hi
lib/ghc/ghc-${GHC_VER}/KnownUniques.p_hi
+lib/ghc/ghc-${GHC_VER}/Lexeme.dyn_hi
lib/ghc/ghc-${GHC_VER}/Lexeme.hi
lib/ghc/ghc-${GHC_VER}/Lexeme.p_hi
+lib/ghc/ghc-${GHC_VER}/Lexer.dyn_hi
lib/ghc/ghc-${GHC_VER}/Lexer.hi
lib/ghc/ghc-${GHC_VER}/Lexer.p_hi
+lib/ghc/ghc-${GHC_VER}/LiberateCase.dyn_hi
lib/ghc/ghc-${GHC_VER}/LiberateCase.hi
lib/ghc/ghc-${GHC_VER}/LiberateCase.p_hi
+lib/ghc/ghc-${GHC_VER}/Linker.dyn_hi
lib/ghc/ghc-${GHC_VER}/Linker.hi
lib/ghc/ghc-${GHC_VER}/Linker.p_hi
+lib/ghc/ghc-${GHC_VER}/ListSetOps.dyn_hi
lib/ghc/ghc-${GHC_VER}/ListSetOps.hi
lib/ghc/ghc-${GHC_VER}/ListSetOps.p_hi
+lib/ghc/ghc-${GHC_VER}/ListT.dyn_hi
lib/ghc/ghc-${GHC_VER}/ListT.hi
lib/ghc/ghc-${GHC_VER}/ListT.p_hi
+lib/ghc/ghc-${GHC_VER}/Literal.dyn_hi
lib/ghc/ghc-${GHC_VER}/Literal.hi
lib/ghc/ghc-${GHC_VER}/Literal.p_hi
lib/ghc/ghc-${GHC_VER}/Llvm/
+lib/ghc/ghc-${GHC_VER}/Llvm.dyn_hi
lib/ghc/ghc-${GHC_VER}/Llvm.hi
lib/ghc/ghc-${GHC_VER}/Llvm.p_hi
+lib/ghc/ghc-${GHC_VER}/Llvm/AbsSyn.dyn_hi
lib/ghc/ghc-${GHC_VER}/Llvm/AbsSyn.hi
lib/ghc/ghc-${GHC_VER}/Llvm/AbsSyn.p_hi
+lib/ghc/ghc-${GHC_VER}/Llvm/MetaData.dyn_hi
lib/ghc/ghc-${GHC_VER}/Llvm/MetaData.hi
lib/ghc/ghc-${GHC_VER}/Llvm/MetaData.p_hi
+lib/ghc/ghc-${GHC_VER}/Llvm/PpLlvm.dyn_hi
lib/ghc/ghc-${GHC_VER}/Llvm/PpLlvm.hi
lib/ghc/ghc-${GHC_VER}/Llvm/PpLlvm.p_hi
+lib/ghc/ghc-${GHC_VER}/Llvm/Types.dyn_hi
lib/ghc/ghc-${GHC_VER}/Llvm/Types.hi
lib/ghc/ghc-${GHC_VER}/Llvm/Types.p_hi
lib/ghc/ghc-${GHC_VER}/LlvmCodeGen/
+lib/ghc/ghc-${GHC_VER}/LlvmCodeGen.dyn_hi
lib/ghc/ghc-${GHC_VER}/LlvmCodeGen.hi
lib/ghc/ghc-${GHC_VER}/LlvmCodeGen.p_hi
+lib/ghc/ghc-${GHC_VER}/LlvmCodeGen/Base.dyn_hi
lib/ghc/ghc-${GHC_VER}/LlvmCodeGen/Base.hi
lib/ghc/ghc-${GHC_VER}/LlvmCodeGen/Base.p_hi
+lib/ghc/ghc-${GHC_VER}/LlvmCodeGen/CodeGen.dyn_hi
lib/ghc/ghc-${GHC_VER}/LlvmCodeGen/CodeGen.hi
lib/ghc/ghc-${GHC_VER}/LlvmCodeGen/CodeGen.p_hi
+lib/ghc/ghc-${GHC_VER}/LlvmCodeGen/Data.dyn_hi
lib/ghc/ghc-${GHC_VER}/LlvmCodeGen/Data.hi
lib/ghc/ghc-${GHC_VER}/LlvmCodeGen/Data.p_hi
+lib/ghc/ghc-${GHC_VER}/LlvmCodeGen/Ppr.dyn_hi
lib/ghc/ghc-${GHC_VER}/LlvmCodeGen/Ppr.hi
lib/ghc/ghc-${GHC_VER}/LlvmCodeGen/Ppr.p_hi
+lib/ghc/ghc-${GHC_VER}/LlvmCodeGen/Regs.dyn_hi
lib/ghc/ghc-${GHC_VER}/LlvmCodeGen/Regs.hi
lib/ghc/ghc-${GHC_VER}/LlvmCodeGen/Regs.p_hi
+lib/ghc/ghc-${GHC_VER}/LlvmMangler.dyn_hi
lib/ghc/ghc-${GHC_VER}/LlvmMangler.hi
lib/ghc/ghc-${GHC_VER}/LlvmMangler.p_hi
+lib/ghc/ghc-${GHC_VER}/LoadIface.dyn_hi
lib/ghc/ghc-${GHC_VER}/LoadIface.hi
lib/ghc/ghc-${GHC_VER}/LoadIface.p_hi
+lib/ghc/ghc-${GHC_VER}/Match.dyn_hi
lib/ghc/ghc-${GHC_VER}/Match.hi
lib/ghc/ghc-${GHC_VER}/Match.p_hi
+lib/ghc/ghc-${GHC_VER}/MatchCon.dyn_hi
lib/ghc/ghc-${GHC_VER}/MatchCon.hi
lib/ghc/ghc-${GHC_VER}/MatchCon.p_hi
+lib/ghc/ghc-${GHC_VER}/MatchLit.dyn_hi
lib/ghc/ghc-${GHC_VER}/MatchLit.hi
lib/ghc/ghc-${GHC_VER}/MatchLit.p_hi
+lib/ghc/ghc-${GHC_VER}/Maybes.dyn_hi
lib/ghc/ghc-${GHC_VER}/Maybes.hi
lib/ghc/ghc-${GHC_VER}/Maybes.p_hi
+lib/ghc/ghc-${GHC_VER}/MkCore.dyn_hi
lib/ghc/ghc-${GHC_VER}/MkCore.hi
lib/ghc/ghc-${GHC_VER}/MkCore.p_hi
+lib/ghc/ghc-${GHC_VER}/MkGraph.dyn_hi
lib/ghc/ghc-${GHC_VER}/MkGraph.hi
lib/ghc/ghc-${GHC_VER}/MkGraph.p_hi
+lib/ghc/ghc-${GHC_VER}/MkId.dyn_hi
lib/ghc/ghc-${GHC_VER}/MkId.hi
lib/ghc/ghc-${GHC_VER}/MkId.p_hi
+lib/ghc/ghc-${GHC_VER}/MkIface.dyn_hi
lib/ghc/ghc-${GHC_VER}/MkIface.hi
lib/ghc/ghc-${GHC_VER}/MkIface.p_hi
+lib/ghc/ghc-${GHC_VER}/Module.dyn_hi
lib/ghc/ghc-${GHC_VER}/Module.hi
lib/ghc/ghc-${GHC_VER}/Module.p_hi
+lib/ghc/ghc-${GHC_VER}/MonadUtils.dyn_hi
lib/ghc/ghc-${GHC_VER}/MonadUtils.hi
lib/ghc/ghc-${GHC_VER}/MonadUtils.p_hi
+lib/ghc/ghc-${GHC_VER}/NCGMonad.dyn_hi
lib/ghc/ghc-${GHC_VER}/NCGMonad.hi
lib/ghc/ghc-${GHC_VER}/NCGMonad.p_hi
+lib/ghc/ghc-${GHC_VER}/Name.dyn_hi
lib/ghc/ghc-${GHC_VER}/Name.hi
lib/ghc/ghc-${GHC_VER}/Name.p_hi
+lib/ghc/ghc-${GHC_VER}/NameCache.dyn_hi
lib/ghc/ghc-${GHC_VER}/NameCache.hi
lib/ghc/ghc-${GHC_VER}/NameCache.p_hi
+lib/ghc/ghc-${GHC_VER}/NameEnv.dyn_hi
lib/ghc/ghc-${GHC_VER}/NameEnv.hi
lib/ghc/ghc-${GHC_VER}/NameEnv.p_hi
+lib/ghc/ghc-${GHC_VER}/NameSet.dyn_hi
lib/ghc/ghc-${GHC_VER}/NameSet.hi
lib/ghc/ghc-${GHC_VER}/NameSet.p_hi
+lib/ghc/ghc-${GHC_VER}/NameShape.dyn_hi
lib/ghc/ghc-${GHC_VER}/NameShape.hi
lib/ghc/ghc-${GHC_VER}/NameShape.p_hi
+lib/ghc/ghc-${GHC_VER}/OccName.dyn_hi
lib/ghc/ghc-${GHC_VER}/OccName.hi
lib/ghc/ghc-${GHC_VER}/OccName.p_hi
+lib/ghc/ghc-${GHC_VER}/OccurAnal.dyn_hi
lib/ghc/ghc-${GHC_VER}/OccurAnal.hi
lib/ghc/ghc-${GHC_VER}/OccurAnal.p_hi
+lib/ghc/ghc-${GHC_VER}/OptCoercion.dyn_hi
lib/ghc/ghc-${GHC_VER}/OptCoercion.hi
lib/ghc/ghc-${GHC_VER}/OptCoercion.p_hi
+lib/ghc/ghc-${GHC_VER}/OrdList.dyn_hi
lib/ghc/ghc-${GHC_VER}/OrdList.hi
lib/ghc/ghc-${GHC_VER}/OrdList.p_hi
+lib/ghc/ghc-${GHC_VER}/Outputable.dyn_hi
lib/ghc/ghc-${GHC_VER}/Outputable.hi
lib/ghc/ghc-${GHC_VER}/Outputable.p_hi
+lib/ghc/ghc-${GHC_VER}/PIC.dyn_hi
lib/ghc/ghc-${GHC_VER}/PIC.hi
lib/ghc/ghc-${GHC_VER}/PIC.p_hi
lib/ghc/ghc-${GHC_VER}/PPC/
+lib/ghc/ghc-${GHC_VER}/PPC/CodeGen.dyn_hi
lib/ghc/ghc-${GHC_VER}/PPC/CodeGen.hi
lib/ghc/ghc-${GHC_VER}/PPC/CodeGen.p_hi
+lib/ghc/ghc-${GHC_VER}/PPC/Cond.dyn_hi
lib/ghc/ghc-${GHC_VER}/PPC/Cond.hi
lib/ghc/ghc-${GHC_VER}/PPC/Cond.p_hi
+lib/ghc/ghc-${GHC_VER}/PPC/Instr.dyn_hi
lib/ghc/ghc-${GHC_VER}/PPC/Instr.hi
lib/ghc/ghc-${GHC_VER}/PPC/Instr.p_hi
+lib/ghc/ghc-${GHC_VER}/PPC/Ppr.dyn_hi
lib/ghc/ghc-${GHC_VER}/PPC/Ppr.hi
lib/ghc/ghc-${GHC_VER}/PPC/Ppr.p_hi
+lib/ghc/ghc-${GHC_VER}/PPC/RegInfo.dyn_hi
lib/ghc/ghc-${GHC_VER}/PPC/RegInfo.hi
lib/ghc/ghc-${GHC_VER}/PPC/RegInfo.p_hi
+lib/ghc/ghc-${GHC_VER}/PPC/Regs.dyn_hi
lib/ghc/ghc-${GHC_VER}/PPC/Regs.hi
lib/ghc/ghc-${GHC_VER}/PPC/Regs.p_hi
+lib/ghc/ghc-${GHC_VER}/PackageConfig.dyn_hi
lib/ghc/ghc-${GHC_VER}/PackageConfig.hi
lib/ghc/ghc-${GHC_VER}/PackageConfig.p_hi
+lib/ghc/ghc-${GHC_VER}/Packages.dyn_hi
lib/ghc/ghc-${GHC_VER}/Packages.hi
lib/ghc/ghc-${GHC_VER}/Packages.p_hi
+lib/ghc/ghc-${GHC_VER}/Pair.dyn_hi
lib/ghc/ghc-${GHC_VER}/Pair.hi
lib/ghc/ghc-${GHC_VER}/Pair.p_hi
+lib/ghc/ghc-${GHC_VER}/Panic.dyn_hi
lib/ghc/ghc-${GHC_VER}/Panic.hi
lib/ghc/ghc-${GHC_VER}/Panic.p_hi
+lib/ghc/ghc-${GHC_VER}/Parser.dyn_hi
lib/ghc/ghc-${GHC_VER}/Parser.hi
lib/ghc/ghc-${GHC_VER}/Parser.p_hi
+lib/ghc/ghc-${GHC_VER}/PatSyn.dyn_hi
lib/ghc/ghc-${GHC_VER}/PatSyn.hi
lib/ghc/ghc-${GHC_VER}/PatSyn.p_hi
+lib/ghc/ghc-${GHC_VER}/PipelineMonad.dyn_hi
lib/ghc/ghc-${GHC_VER}/PipelineMonad.hi
lib/ghc/ghc-${GHC_VER}/PipelineMonad.p_hi
+lib/ghc/ghc-${GHC_VER}/PlaceHolder.dyn_hi
lib/ghc/ghc-${GHC_VER}/PlaceHolder.hi
lib/ghc/ghc-${GHC_VER}/PlaceHolder.p_hi
+lib/ghc/ghc-${GHC_VER}/Platform.dyn_hi
lib/ghc/ghc-${GHC_VER}/Platform.hi
lib/ghc/ghc-${GHC_VER}/Platform.p_hi
+lib/ghc/ghc-${GHC_VER}/PlatformConstants.dyn_hi
lib/ghc/ghc-${GHC_VER}/PlatformConstants.hi
lib/ghc/ghc-${GHC_VER}/PlatformConstants.p_hi
+lib/ghc/ghc-${GHC_VER}/Plugins.dyn_hi
lib/ghc/ghc-${GHC_VER}/Plugins.hi
lib/ghc/ghc-${GHC_VER}/Plugins.p_hi
+lib/ghc/ghc-${GHC_VER}/PmExpr.dyn_hi
lib/ghc/ghc-${GHC_VER}/PmExpr.hi
lib/ghc/ghc-${GHC_VER}/PmExpr.p_hi
+lib/ghc/ghc-${GHC_VER}/PprBase.dyn_hi
lib/ghc/ghc-${GHC_VER}/PprBase.hi
lib/ghc/ghc-${GHC_VER}/PprBase.p_hi
+lib/ghc/ghc-${GHC_VER}/PprC.dyn_hi
lib/ghc/ghc-${GHC_VER}/PprC.hi
lib/ghc/ghc-${GHC_VER}/PprC.p_hi
+lib/ghc/ghc-${GHC_VER}/PprCmm.dyn_hi
lib/ghc/ghc-${GHC_VER}/PprCmm.hi
lib/ghc/ghc-${GHC_VER}/PprCmm.p_hi
+lib/ghc/ghc-${GHC_VER}/PprCmmDecl.dyn_hi
lib/ghc/ghc-${GHC_VER}/PprCmmDecl.hi
lib/ghc/ghc-${GHC_VER}/PprCmmDecl.p_hi
+lib/ghc/ghc-${GHC_VER}/PprCmmExpr.dyn_hi
lib/ghc/ghc-${GHC_VER}/PprCmmExpr.hi
lib/ghc/ghc-${GHC_VER}/PprCmmExpr.p_hi
+lib/ghc/ghc-${GHC_VER}/PprColour.dyn_hi
lib/ghc/ghc-${GHC_VER}/PprColour.hi
lib/ghc/ghc-${GHC_VER}/PprColour.p_hi
+lib/ghc/ghc-${GHC_VER}/PprCore.dyn_hi
lib/ghc/ghc-${GHC_VER}/PprCore.hi
lib/ghc/ghc-${GHC_VER}/PprCore.p_hi
+lib/ghc/ghc-${GHC_VER}/PprTyThing.dyn_hi
lib/ghc/ghc-${GHC_VER}/PprTyThing.hi
lib/ghc/ghc-${GHC_VER}/PprTyThing.p_hi
+lib/ghc/ghc-${GHC_VER}/PrelInfo.dyn_hi
lib/ghc/ghc-${GHC_VER}/PrelInfo.hi
lib/ghc/ghc-${GHC_VER}/PrelInfo.p_hi
+lib/ghc/ghc-${GHC_VER}/PrelNames.dyn_hi
lib/ghc/ghc-${GHC_VER}/PrelNames.hi
lib/ghc/ghc-${GHC_VER}/PrelNames.p_hi
+lib/ghc/ghc-${GHC_VER}/PrelRules.dyn_hi
lib/ghc/ghc-${GHC_VER}/PrelRules.hi
lib/ghc/ghc-${GHC_VER}/PrelRules.p_hi
+lib/ghc/ghc-${GHC_VER}/Pretty.dyn_hi
lib/ghc/ghc-${GHC_VER}/Pretty.hi
lib/ghc/ghc-${GHC_VER}/Pretty.p_hi
+lib/ghc/ghc-${GHC_VER}/PrimOp.dyn_hi
lib/ghc/ghc-${GHC_VER}/PrimOp.hi
lib/ghc/ghc-${GHC_VER}/PrimOp.p_hi
+lib/ghc/ghc-${GHC_VER}/ProfInit.dyn_hi
lib/ghc/ghc-${GHC_VER}/ProfInit.hi
lib/ghc/ghc-${GHC_VER}/ProfInit.p_hi
+lib/ghc/ghc-${GHC_VER}/RdrHsSyn.dyn_hi
lib/ghc/ghc-${GHC_VER}/RdrHsSyn.hi
lib/ghc/ghc-${GHC_VER}/RdrHsSyn.p_hi
+lib/ghc/ghc-${GHC_VER}/RdrName.dyn_hi
lib/ghc/ghc-${GHC_VER}/RdrName.hi
lib/ghc/ghc-${GHC_VER}/RdrName.p_hi
+lib/ghc/ghc-${GHC_VER}/Reg.dyn_hi
lib/ghc/ghc-${GHC_VER}/Reg.hi
lib/ghc/ghc-${GHC_VER}/Reg.p_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/ArchBase.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/ArchBase.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/ArchBase.p_hi
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/ArchX86.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/ArchX86.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/ArchX86.p_hi
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/Coalesce.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/Coalesce.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/Coalesce.p_hi
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/Main.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/Main.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/Main.p_hi
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/Spill.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/Spill.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/Spill.p_hi
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/SpillClean.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/SpillClean.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/SpillClean.p_hi
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/SpillCost.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/SpillCost.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/SpillCost.p_hi
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/Stats.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/Stats.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/Stats.p_hi
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/TrivColorable.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/TrivColorable.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Graph/TrivColorable.p_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/Base.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/Base.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/Base.p_hi
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/FreeRegs.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/FreeRegs.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/FreeRegs.p_hi
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/JoinToTargets.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/JoinToTargets.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/JoinToTargets.p_hi
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/Main.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/Main.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/Main.p_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/PPC/
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/PPC/FreeRegs.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/PPC/FreeRegs.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/PPC/FreeRegs.p_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/SPARC/
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/SPARC/FreeRegs.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/SPARC/FreeRegs.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/SPARC/FreeRegs.p_hi
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/StackMap.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/StackMap.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/StackMap.p_hi
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/State.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/State.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/State.p_hi
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/Stats.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/Stats.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/Stats.p_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/X86/
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/X86/FreeRegs.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/X86/FreeRegs.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/X86/FreeRegs.p_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/X86_64/
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/X86_64/FreeRegs.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/X86_64/FreeRegs.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Linear/X86_64/FreeRegs.p_hi
+lib/ghc/ghc-${GHC_VER}/RegAlloc/Liveness.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Liveness.hi
lib/ghc/ghc-${GHC_VER}/RegAlloc/Liveness.p_hi
+lib/ghc/ghc-${GHC_VER}/RegClass.dyn_hi
lib/ghc/ghc-${GHC_VER}/RegClass.hi
lib/ghc/ghc-${GHC_VER}/RegClass.p_hi
+lib/ghc/ghc-${GHC_VER}/RepType.dyn_hi
lib/ghc/ghc-${GHC_VER}/RepType.hi
lib/ghc/ghc-${GHC_VER}/RepType.p_hi
+lib/ghc/ghc-${GHC_VER}/RnBinds.dyn_hi
lib/ghc/ghc-${GHC_VER}/RnBinds.hi
lib/ghc/ghc-${GHC_VER}/RnBinds.p_hi
+lib/ghc/ghc-${GHC_VER}/RnEnv.dyn_hi
lib/ghc/ghc-${GHC_VER}/RnEnv.hi
lib/ghc/ghc-${GHC_VER}/RnEnv.p_hi
+lib/ghc/ghc-${GHC_VER}/RnExpr.dyn_hi
lib/ghc/ghc-${GHC_VER}/RnExpr.hi
lib/ghc/ghc-${GHC_VER}/RnExpr.p_hi
+lib/ghc/ghc-${GHC_VER}/RnFixity.dyn_hi
+lib/ghc/ghc-${GHC_VER}/RnFixity.hi
+lib/ghc/ghc-${GHC_VER}/RnFixity.p_hi
+lib/ghc/ghc-${GHC_VER}/RnHsDoc.dyn_hi
lib/ghc/ghc-${GHC_VER}/RnHsDoc.hi
lib/ghc/ghc-${GHC_VER}/RnHsDoc.p_hi
+lib/ghc/ghc-${GHC_VER}/RnModIface.dyn_hi
lib/ghc/ghc-${GHC_VER}/RnModIface.hi
lib/ghc/ghc-${GHC_VER}/RnModIface.p_hi
+lib/ghc/ghc-${GHC_VER}/RnNames.dyn_hi
lib/ghc/ghc-${GHC_VER}/RnNames.hi
lib/ghc/ghc-${GHC_VER}/RnNames.p_hi
+lib/ghc/ghc-${GHC_VER}/RnPat.dyn_hi
lib/ghc/ghc-${GHC_VER}/RnPat.hi
lib/ghc/ghc-${GHC_VER}/RnPat.p_hi
+lib/ghc/ghc-${GHC_VER}/RnSource.dyn_hi
lib/ghc/ghc-${GHC_VER}/RnSource.hi
lib/ghc/ghc-${GHC_VER}/RnSource.p_hi
+lib/ghc/ghc-${GHC_VER}/RnSplice.dyn_hi
lib/ghc/ghc-${GHC_VER}/RnSplice.hi
lib/ghc/ghc-${GHC_VER}/RnSplice.p_hi
+lib/ghc/ghc-${GHC_VER}/RnTypes.dyn_hi
lib/ghc/ghc-${GHC_VER}/RnTypes.hi
lib/ghc/ghc-${GHC_VER}/RnTypes.p_hi
+lib/ghc/ghc-${GHC_VER}/RnUnbound.dyn_hi
+lib/ghc/ghc-${GHC_VER}/RnUnbound.hi
+lib/ghc/ghc-${GHC_VER}/RnUnbound.p_hi
+lib/ghc/ghc-${GHC_VER}/RnUtils.dyn_hi
+lib/ghc/ghc-${GHC_VER}/RnUtils.hi
+lib/ghc/ghc-${GHC_VER}/RnUtils.p_hi
+lib/ghc/ghc-${GHC_VER}/RtClosureInspect.dyn_hi
lib/ghc/ghc-${GHC_VER}/RtClosureInspect.hi
lib/ghc/ghc-${GHC_VER}/RtClosureInspect.p_hi
+lib/ghc/ghc-${GHC_VER}/Rules.dyn_hi
lib/ghc/ghc-${GHC_VER}/Rules.hi
lib/ghc/ghc-${GHC_VER}/Rules.p_hi
+lib/ghc/ghc-${GHC_VER}/SAT.dyn_hi
lib/ghc/ghc-${GHC_VER}/SAT.hi
lib/ghc/ghc-${GHC_VER}/SAT.p_hi
-lib/ghc/ghc-${GHC_VER}/SCCfinal.hi
-lib/ghc/ghc-${GHC_VER}/SCCfinal.p_hi
+lib/ghc/ghc-${GHC_VER}/SMRep.dyn_hi
lib/ghc/ghc-${GHC_VER}/SMRep.hi
lib/ghc/ghc-${GHC_VER}/SMRep.p_hi
lib/ghc/ghc-${GHC_VER}/SPARC/
+lib/ghc/ghc-${GHC_VER}/SPARC/AddrMode.dyn_hi
lib/ghc/ghc-${GHC_VER}/SPARC/AddrMode.hi
lib/ghc/ghc-${GHC_VER}/SPARC/AddrMode.p_hi
+lib/ghc/ghc-${GHC_VER}/SPARC/Base.dyn_hi
lib/ghc/ghc-${GHC_VER}/SPARC/Base.hi
lib/ghc/ghc-${GHC_VER}/SPARC/Base.p_hi
lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/
+lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen.dyn_hi
lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen.hi
lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen.p_hi
+lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Amode.dyn_hi
lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Amode.hi
lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Amode.p_hi
+lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Base.dyn_hi
lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Base.hi
lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Base.p_hi
+lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/CondCode.dyn_hi
lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/CondCode.hi
lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/CondCode.p_hi
+lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Expand.dyn_hi
lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Expand.hi
lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Expand.p_hi
+lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Gen32.dyn_hi
lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Gen32.hi
lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Gen32.p_hi
+lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Gen64.dyn_hi
lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Gen64.hi
lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Gen64.p_hi
+lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Sanity.dyn_hi
lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Sanity.hi
lib/ghc/ghc-${GHC_VER}/SPARC/CodeGen/Sanity.p_hi
+lib/ghc/ghc-${GHC_VER}/SPARC/Cond.dyn_hi
lib/ghc/ghc-${GHC_VER}/SPARC/Cond.hi
lib/ghc/ghc-${GHC_VER}/SPARC/Cond.p_hi
+lib/ghc/ghc-${GHC_VER}/SPARC/Imm.dyn_hi
lib/ghc/ghc-${GHC_VER}/SPARC/Imm.hi
lib/ghc/ghc-${GHC_VER}/SPARC/Imm.p_hi
+lib/ghc/ghc-${GHC_VER}/SPARC/Instr.dyn_hi
lib/ghc/ghc-${GHC_VER}/SPARC/Instr.hi
lib/ghc/ghc-${GHC_VER}/SPARC/Instr.p_hi
+lib/ghc/ghc-${GHC_VER}/SPARC/Ppr.dyn_hi
lib/ghc/ghc-${GHC_VER}/SPARC/Ppr.hi
lib/ghc/ghc-${GHC_VER}/SPARC/Ppr.p_hi
+lib/ghc/ghc-${GHC_VER}/SPARC/Regs.dyn_hi
lib/ghc/ghc-${GHC_VER}/SPARC/Regs.hi
lib/ghc/ghc-${GHC_VER}/SPARC/Regs.p_hi
+lib/ghc/ghc-${GHC_VER}/SPARC/ShortcutJump.dyn_hi
lib/ghc/ghc-${GHC_VER}/SPARC/ShortcutJump.hi
lib/ghc/ghc-${GHC_VER}/SPARC/ShortcutJump.p_hi
+lib/ghc/ghc-${GHC_VER}/SPARC/Stack.dyn_hi
lib/ghc/ghc-${GHC_VER}/SPARC/Stack.hi
lib/ghc/ghc-${GHC_VER}/SPARC/Stack.p_hi
+lib/ghc/ghc-${GHC_VER}/SetLevels.dyn_hi
lib/ghc/ghc-${GHC_VER}/SetLevels.hi
lib/ghc/ghc-${GHC_VER}/SetLevels.p_hi
+lib/ghc/ghc-${GHC_VER}/SimplCore.dyn_hi
lib/ghc/ghc-${GHC_VER}/SimplCore.hi
lib/ghc/ghc-${GHC_VER}/SimplCore.p_hi
+lib/ghc/ghc-${GHC_VER}/SimplEnv.dyn_hi
lib/ghc/ghc-${GHC_VER}/SimplEnv.hi
lib/ghc/ghc-${GHC_VER}/SimplEnv.p_hi
+lib/ghc/ghc-${GHC_VER}/SimplMonad.dyn_hi
lib/ghc/ghc-${GHC_VER}/SimplMonad.hi
lib/ghc/ghc-${GHC_VER}/SimplMonad.p_hi
+lib/ghc/ghc-${GHC_VER}/SimplStg.dyn_hi
lib/ghc/ghc-${GHC_VER}/SimplStg.hi
lib/ghc/ghc-${GHC_VER}/SimplStg.p_hi
+lib/ghc/ghc-${GHC_VER}/SimplUtils.dyn_hi
lib/ghc/ghc-${GHC_VER}/SimplUtils.hi
lib/ghc/ghc-${GHC_VER}/SimplUtils.p_hi
+lib/ghc/ghc-${GHC_VER}/Simplify.dyn_hi
lib/ghc/ghc-${GHC_VER}/Simplify.hi
lib/ghc/ghc-${GHC_VER}/Simplify.p_hi
+lib/ghc/ghc-${GHC_VER}/SpecConstr.dyn_hi
lib/ghc/ghc-${GHC_VER}/SpecConstr.hi
lib/ghc/ghc-${GHC_VER}/SpecConstr.p_hi
+lib/ghc/ghc-${GHC_VER}/Specialise.dyn_hi
lib/ghc/ghc-${GHC_VER}/Specialise.hi
lib/ghc/ghc-${GHC_VER}/Specialise.p_hi
+lib/ghc/ghc-${GHC_VER}/SrcLoc.dyn_hi
lib/ghc/ghc-${GHC_VER}/SrcLoc.hi
lib/ghc/ghc-${GHC_VER}/SrcLoc.p_hi
+lib/ghc/ghc-${GHC_VER}/State.dyn_hi
lib/ghc/ghc-${GHC_VER}/State.hi
lib/ghc/ghc-${GHC_VER}/State.p_hi
+lib/ghc/ghc-${GHC_VER}/StaticPtrTable.dyn_hi
lib/ghc/ghc-${GHC_VER}/StaticPtrTable.hi
lib/ghc/ghc-${GHC_VER}/StaticPtrTable.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCmm.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCmm.hi
lib/ghc/ghc-${GHC_VER}/StgCmm.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCmmArgRep.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCmmArgRep.hi
lib/ghc/ghc-${GHC_VER}/StgCmmArgRep.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCmmBind.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCmmBind.hi
lib/ghc/ghc-${GHC_VER}/StgCmmBind.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCmmClosure.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCmmClosure.hi
lib/ghc/ghc-${GHC_VER}/StgCmmClosure.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCmmCon.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCmmCon.hi
lib/ghc/ghc-${GHC_VER}/StgCmmCon.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCmmEnv.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCmmEnv.hi
lib/ghc/ghc-${GHC_VER}/StgCmmEnv.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCmmExpr.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCmmExpr.hi
lib/ghc/ghc-${GHC_VER}/StgCmmExpr.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCmmExtCode.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCmmExtCode.hi
lib/ghc/ghc-${GHC_VER}/StgCmmExtCode.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCmmForeign.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCmmForeign.hi
lib/ghc/ghc-${GHC_VER}/StgCmmForeign.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCmmHeap.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCmmHeap.hi
lib/ghc/ghc-${GHC_VER}/StgCmmHeap.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCmmHpc.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCmmHpc.hi
lib/ghc/ghc-${GHC_VER}/StgCmmHpc.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCmmLayout.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCmmLayout.hi
lib/ghc/ghc-${GHC_VER}/StgCmmLayout.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCmmMonad.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCmmMonad.hi
lib/ghc/ghc-${GHC_VER}/StgCmmMonad.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCmmPrim.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCmmPrim.hi
lib/ghc/ghc-${GHC_VER}/StgCmmPrim.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCmmProf.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCmmProf.hi
lib/ghc/ghc-${GHC_VER}/StgCmmProf.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCmmTicky.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCmmTicky.hi
lib/ghc/ghc-${GHC_VER}/StgCmmTicky.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCmmUtils.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCmmUtils.hi
lib/ghc/ghc-${GHC_VER}/StgCmmUtils.p_hi
+lib/ghc/ghc-${GHC_VER}/StgCse.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgCse.hi
lib/ghc/ghc-${GHC_VER}/StgCse.p_hi
+lib/ghc/ghc-${GHC_VER}/StgLint.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgLint.hi
lib/ghc/ghc-${GHC_VER}/StgLint.p_hi
+lib/ghc/ghc-${GHC_VER}/StgStats.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgStats.hi
lib/ghc/ghc-${GHC_VER}/StgStats.p_hi
+lib/ghc/ghc-${GHC_VER}/StgSyn.dyn_hi
lib/ghc/ghc-${GHC_VER}/StgSyn.hi
lib/ghc/ghc-${GHC_VER}/StgSyn.p_hi
+lib/ghc/ghc-${GHC_VER}/Stream.dyn_hi
lib/ghc/ghc-${GHC_VER}/Stream.hi
lib/ghc/ghc-${GHC_VER}/Stream.p_hi
+lib/ghc/ghc-${GHC_VER}/StringBuffer.dyn_hi
lib/ghc/ghc-${GHC_VER}/StringBuffer.hi
lib/ghc/ghc-${GHC_VER}/StringBuffer.p_hi
lib/ghc/ghc-${GHC_VER}/SysTools/
+lib/ghc/ghc-${GHC_VER}/SysTools.dyn_hi
lib/ghc/ghc-${GHC_VER}/SysTools.hi
lib/ghc/ghc-${GHC_VER}/SysTools.p_hi
+lib/ghc/ghc-${GHC_VER}/SysTools/BaseDir.dyn_hi
+lib/ghc/ghc-${GHC_VER}/SysTools/BaseDir.hi
+lib/ghc/ghc-${GHC_VER}/SysTools/BaseDir.p_hi
+lib/ghc/ghc-${GHC_VER}/SysTools/ExtraObj.dyn_hi
+lib/ghc/ghc-${GHC_VER}/SysTools/ExtraObj.hi
+lib/ghc/ghc-${GHC_VER}/SysTools/ExtraObj.p_hi
+lib/ghc/ghc-${GHC_VER}/SysTools/Info.dyn_hi
+lib/ghc/ghc-${GHC_VER}/SysTools/Info.hi
+lib/ghc/ghc-${GHC_VER}/SysTools/Info.p_hi
+lib/ghc/ghc-${GHC_VER}/SysTools/Process.dyn_hi
+lib/ghc/ghc-${GHC_VER}/SysTools/Process.hi
+lib/ghc/ghc-${GHC_VER}/SysTools/Process.p_hi
+lib/ghc/ghc-${GHC_VER}/SysTools/Tasks.dyn_hi
+lib/ghc/ghc-${GHC_VER}/SysTools/Tasks.hi
+lib/ghc/ghc-${GHC_VER}/SysTools/Tasks.p_hi
+lib/ghc/ghc-${GHC_VER}/SysTools/Terminal.dyn_hi
lib/ghc/ghc-${GHC_VER}/SysTools/Terminal.hi
lib/ghc/ghc-${GHC_VER}/SysTools/Terminal.p_hi
+lib/ghc/ghc-${GHC_VER}/THNames.dyn_hi
lib/ghc/ghc-${GHC_VER}/THNames.hi
lib/ghc/ghc-${GHC_VER}/THNames.p_hi
+lib/ghc/ghc-${GHC_VER}/TargetReg.dyn_hi
lib/ghc/ghc-${GHC_VER}/TargetReg.hi
lib/ghc/ghc-${GHC_VER}/TargetReg.p_hi
+lib/ghc/ghc-${GHC_VER}/TcAnnotations.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcAnnotations.hi
lib/ghc/ghc-${GHC_VER}/TcAnnotations.p_hi
+lib/ghc/ghc-${GHC_VER}/TcArrows.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcArrows.hi
lib/ghc/ghc-${GHC_VER}/TcArrows.p_hi
+lib/ghc/ghc-${GHC_VER}/TcBackpack.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcBackpack.hi
lib/ghc/ghc-${GHC_VER}/TcBackpack.p_hi
+lib/ghc/ghc-${GHC_VER}/TcBinds.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcBinds.hi
lib/ghc/ghc-${GHC_VER}/TcBinds.p_hi
+lib/ghc/ghc-${GHC_VER}/TcCanonical.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcCanonical.hi
lib/ghc/ghc-${GHC_VER}/TcCanonical.p_hi
+lib/ghc/ghc-${GHC_VER}/TcClassDcl.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcClassDcl.hi
lib/ghc/ghc-${GHC_VER}/TcClassDcl.p_hi
+lib/ghc/ghc-${GHC_VER}/TcDefaults.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcDefaults.hi
lib/ghc/ghc-${GHC_VER}/TcDefaults.p_hi
+lib/ghc/ghc-${GHC_VER}/TcDeriv.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcDeriv.hi
lib/ghc/ghc-${GHC_VER}/TcDeriv.p_hi
+lib/ghc/ghc-${GHC_VER}/TcDerivInfer.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcDerivInfer.hi
lib/ghc/ghc-${GHC_VER}/TcDerivInfer.p_hi
+lib/ghc/ghc-${GHC_VER}/TcDerivUtils.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcDerivUtils.hi
lib/ghc/ghc-${GHC_VER}/TcDerivUtils.p_hi
+lib/ghc/ghc-${GHC_VER}/TcEnv.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcEnv.hi
lib/ghc/ghc-${GHC_VER}/TcEnv.p_hi
+lib/ghc/ghc-${GHC_VER}/TcErrors.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcErrors.hi
lib/ghc/ghc-${GHC_VER}/TcErrors.p_hi
+lib/ghc/ghc-${GHC_VER}/TcEvTerm.dyn_hi
+lib/ghc/ghc-${GHC_VER}/TcEvTerm.hi
+lib/ghc/ghc-${GHC_VER}/TcEvTerm.p_hi
+lib/ghc/ghc-${GHC_VER}/TcEvidence.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcEvidence.hi
lib/ghc/ghc-${GHC_VER}/TcEvidence.p_hi
+lib/ghc/ghc-${GHC_VER}/TcExpr.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcExpr.hi
lib/ghc/ghc-${GHC_VER}/TcExpr.p_hi
+lib/ghc/ghc-${GHC_VER}/TcFlatten.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcFlatten.hi
lib/ghc/ghc-${GHC_VER}/TcFlatten.p_hi
+lib/ghc/ghc-${GHC_VER}/TcForeign.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcForeign.hi
lib/ghc/ghc-${GHC_VER}/TcForeign.p_hi
+lib/ghc/ghc-${GHC_VER}/TcGenDeriv.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcGenDeriv.hi
lib/ghc/ghc-${GHC_VER}/TcGenDeriv.p_hi
+lib/ghc/ghc-${GHC_VER}/TcGenFunctor.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcGenFunctor.hi
lib/ghc/ghc-${GHC_VER}/TcGenFunctor.p_hi
+lib/ghc/ghc-${GHC_VER}/TcGenGenerics.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcGenGenerics.hi
lib/ghc/ghc-${GHC_VER}/TcGenGenerics.p_hi
+lib/ghc/ghc-${GHC_VER}/TcHoleErrors.dyn_hi
+lib/ghc/ghc-${GHC_VER}/TcHoleErrors.hi
+lib/ghc/ghc-${GHC_VER}/TcHoleErrors.p_hi
+lib/ghc/ghc-${GHC_VER}/TcHsSyn.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcHsSyn.hi
lib/ghc/ghc-${GHC_VER}/TcHsSyn.p_hi
+lib/ghc/ghc-${GHC_VER}/TcHsType.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcHsType.hi
lib/ghc/ghc-${GHC_VER}/TcHsType.p_hi
+lib/ghc/ghc-${GHC_VER}/TcIface.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcIface.hi
lib/ghc/ghc-${GHC_VER}/TcIface.p_hi
+lib/ghc/ghc-${GHC_VER}/TcInstDcls.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcInstDcls.hi
lib/ghc/ghc-${GHC_VER}/TcInstDcls.p_hi
+lib/ghc/ghc-${GHC_VER}/TcInteract.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcInteract.hi
lib/ghc/ghc-${GHC_VER}/TcInteract.p_hi
+lib/ghc/ghc-${GHC_VER}/TcMType.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcMType.hi
lib/ghc/ghc-${GHC_VER}/TcMType.p_hi
+lib/ghc/ghc-${GHC_VER}/TcMatches.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcMatches.hi
lib/ghc/ghc-${GHC_VER}/TcMatches.p_hi
+lib/ghc/ghc-${GHC_VER}/TcPat.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcPat.hi
lib/ghc/ghc-${GHC_VER}/TcPat.p_hi
+lib/ghc/ghc-${GHC_VER}/TcPatSyn.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcPatSyn.hi
lib/ghc/ghc-${GHC_VER}/TcPatSyn.p_hi
+lib/ghc/ghc-${GHC_VER}/TcPluginM.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcPluginM.hi
lib/ghc/ghc-${GHC_VER}/TcPluginM.p_hi
+lib/ghc/ghc-${GHC_VER}/TcRnDriver.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcRnDriver.hi
lib/ghc/ghc-${GHC_VER}/TcRnDriver.p_hi
+lib/ghc/ghc-${GHC_VER}/TcRnExports.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcRnExports.hi
lib/ghc/ghc-${GHC_VER}/TcRnExports.p_hi
+lib/ghc/ghc-${GHC_VER}/TcRnMonad.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcRnMonad.hi
lib/ghc/ghc-${GHC_VER}/TcRnMonad.p_hi
+lib/ghc/ghc-${GHC_VER}/TcRnTypes.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcRnTypes.hi
lib/ghc/ghc-${GHC_VER}/TcRnTypes.p_hi
+lib/ghc/ghc-${GHC_VER}/TcRules.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcRules.hi
lib/ghc/ghc-${GHC_VER}/TcRules.p_hi
+lib/ghc/ghc-${GHC_VER}/TcSMonad.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcSMonad.hi
lib/ghc/ghc-${GHC_VER}/TcSMonad.p_hi
+lib/ghc/ghc-${GHC_VER}/TcSigs.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcSigs.hi
lib/ghc/ghc-${GHC_VER}/TcSigs.p_hi
+lib/ghc/ghc-${GHC_VER}/TcSimplify.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcSimplify.hi
lib/ghc/ghc-${GHC_VER}/TcSimplify.p_hi
+lib/ghc/ghc-${GHC_VER}/TcSplice.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcSplice.hi
lib/ghc/ghc-${GHC_VER}/TcSplice.p_hi
+lib/ghc/ghc-${GHC_VER}/TcTyClsDecls.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcTyClsDecls.hi
lib/ghc/ghc-${GHC_VER}/TcTyClsDecls.p_hi
+lib/ghc/ghc-${GHC_VER}/TcTyDecls.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcTyDecls.hi
lib/ghc/ghc-${GHC_VER}/TcTyDecls.p_hi
+lib/ghc/ghc-${GHC_VER}/TcType.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcType.hi
lib/ghc/ghc-${GHC_VER}/TcType.p_hi
+lib/ghc/ghc-${GHC_VER}/TcTypeNats.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcTypeNats.hi
lib/ghc/ghc-${GHC_VER}/TcTypeNats.p_hi
+lib/ghc/ghc-${GHC_VER}/TcTypeable.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcTypeable.hi
lib/ghc/ghc-${GHC_VER}/TcTypeable.p_hi
+lib/ghc/ghc-${GHC_VER}/TcUnify.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcUnify.hi
lib/ghc/ghc-${GHC_VER}/TcUnify.p_hi
+lib/ghc/ghc-${GHC_VER}/TcValidity.dyn_hi
lib/ghc/ghc-${GHC_VER}/TcValidity.hi
lib/ghc/ghc-${GHC_VER}/TcValidity.p_hi
+lib/ghc/ghc-${GHC_VER}/TidyPgm.dyn_hi
lib/ghc/ghc-${GHC_VER}/TidyPgm.hi
lib/ghc/ghc-${GHC_VER}/TidyPgm.p_hi
+lib/ghc/ghc-${GHC_VER}/TmOracle.dyn_hi
lib/ghc/ghc-${GHC_VER}/TmOracle.hi
lib/ghc/ghc-${GHC_VER}/TmOracle.p_hi
+lib/ghc/ghc-${GHC_VER}/ToIface.dyn_hi
lib/ghc/ghc-${GHC_VER}/ToIface.hi
lib/ghc/ghc-${GHC_VER}/ToIface.p_hi
+lib/ghc/ghc-${GHC_VER}/TrieMap.dyn_hi
lib/ghc/ghc-${GHC_VER}/TrieMap.hi
lib/ghc/ghc-${GHC_VER}/TrieMap.p_hi
+lib/ghc/ghc-${GHC_VER}/TyCoRep.dyn_hi
lib/ghc/ghc-${GHC_VER}/TyCoRep.hi
lib/ghc/ghc-${GHC_VER}/TyCoRep.p_hi
+lib/ghc/ghc-${GHC_VER}/TyCon.dyn_hi
lib/ghc/ghc-${GHC_VER}/TyCon.hi
lib/ghc/ghc-${GHC_VER}/TyCon.p_hi
+lib/ghc/ghc-${GHC_VER}/Type.dyn_hi
lib/ghc/ghc-${GHC_VER}/Type.hi
lib/ghc/ghc-${GHC_VER}/Type.p_hi
+lib/ghc/ghc-${GHC_VER}/TysPrim.dyn_hi
lib/ghc/ghc-${GHC_VER}/TysPrim.hi
lib/ghc/ghc-${GHC_VER}/TysPrim.p_hi
+lib/ghc/ghc-${GHC_VER}/TysWiredIn.dyn_hi
lib/ghc/ghc-${GHC_VER}/TysWiredIn.hi
lib/ghc/ghc-${GHC_VER}/TysWiredIn.p_hi
+lib/ghc/ghc-${GHC_VER}/UnVarGraph.dyn_hi
lib/ghc/ghc-${GHC_VER}/UnVarGraph.hi
lib/ghc/ghc-${GHC_VER}/UnVarGraph.p_hi
+lib/ghc/ghc-${GHC_VER}/UnariseStg.dyn_hi
lib/ghc/ghc-${GHC_VER}/UnariseStg.hi
lib/ghc/ghc-${GHC_VER}/UnariseStg.p_hi
+lib/ghc/ghc-${GHC_VER}/Unify.dyn_hi
lib/ghc/ghc-${GHC_VER}/Unify.hi
lib/ghc/ghc-${GHC_VER}/Unify.p_hi
+lib/ghc/ghc-${GHC_VER}/UniqDFM.dyn_hi
lib/ghc/ghc-${GHC_VER}/UniqDFM.hi
lib/ghc/ghc-${GHC_VER}/UniqDFM.p_hi
+lib/ghc/ghc-${GHC_VER}/UniqDSet.dyn_hi
lib/ghc/ghc-${GHC_VER}/UniqDSet.hi
lib/ghc/ghc-${GHC_VER}/UniqDSet.p_hi
+lib/ghc/ghc-${GHC_VER}/UniqFM.dyn_hi
lib/ghc/ghc-${GHC_VER}/UniqFM.hi
lib/ghc/ghc-${GHC_VER}/UniqFM.p_hi
+lib/ghc/ghc-${GHC_VER}/UniqMap.dyn_hi
+lib/ghc/ghc-${GHC_VER}/UniqMap.hi
+lib/ghc/ghc-${GHC_VER}/UniqMap.p_hi
+lib/ghc/ghc-${GHC_VER}/UniqSet.dyn_hi
lib/ghc/ghc-${GHC_VER}/UniqSet.hi
lib/ghc/ghc-${GHC_VER}/UniqSet.p_hi
+lib/ghc/ghc-${GHC_VER}/UniqSupply.dyn_hi
lib/ghc/ghc-${GHC_VER}/UniqSupply.hi
lib/ghc/ghc-${GHC_VER}/UniqSupply.p_hi
+lib/ghc/ghc-${GHC_VER}/Unique.dyn_hi
lib/ghc/ghc-${GHC_VER}/Unique.hi
lib/ghc/ghc-${GHC_VER}/Unique.p_hi
+lib/ghc/ghc-${GHC_VER}/Util.dyn_hi
lib/ghc/ghc-${GHC_VER}/Util.hi
lib/ghc/ghc-${GHC_VER}/Util.p_hi
+lib/ghc/ghc-${GHC_VER}/Var.dyn_hi
lib/ghc/ghc-${GHC_VER}/Var.hi
lib/ghc/ghc-${GHC_VER}/Var.p_hi
+lib/ghc/ghc-${GHC_VER}/VarEnv.dyn_hi
lib/ghc/ghc-${GHC_VER}/VarEnv.hi
lib/ghc/ghc-${GHC_VER}/VarEnv.p_hi
+lib/ghc/ghc-${GHC_VER}/VarSet.dyn_hi
lib/ghc/ghc-${GHC_VER}/VarSet.hi
lib/ghc/ghc-${GHC_VER}/VarSet.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/
-lib/ghc/ghc-${GHC_VER}/Vectorise.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Builtins/
-lib/ghc/ghc-${GHC_VER}/Vectorise/Builtins.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Builtins.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Builtins/Base.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Builtins/Base.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Builtins/Initialise.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Builtins/Initialise.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Convert.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Convert.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Env.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Env.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Exp.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Exp.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Generic/
-lib/ghc/ghc-${GHC_VER}/Vectorise/Generic/Description.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Generic/Description.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Generic/PADict.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Generic/PADict.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Generic/PAMethods.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Generic/PAMethods.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Generic/PData.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Generic/PData.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Monad/
-lib/ghc/ghc-${GHC_VER}/Vectorise/Monad.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Monad.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Monad/Base.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Monad/Base.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Monad/Global.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Monad/Global.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Monad/InstEnv.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Monad/InstEnv.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Monad/Local.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Monad/Local.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Monad/Naming.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Monad/Naming.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Type/
-lib/ghc/ghc-${GHC_VER}/Vectorise/Type/Classify.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Type/Classify.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Type/Env.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Type/Env.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Type/TyConDecl.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Type/TyConDecl.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Type/Type.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Type/Type.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Utils/
-lib/ghc/ghc-${GHC_VER}/Vectorise/Utils.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Utils.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Utils/Base.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Utils/Base.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Utils/Closure.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Utils/Closure.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Utils/Hoisting.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Utils/Hoisting.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Utils/PADict.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Utils/PADict.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Utils/Poly.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Utils/Poly.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Var.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Var.p_hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Vect.hi
-lib/ghc/ghc-${GHC_VER}/Vectorise/Vect.p_hi
+lib/ghc/ghc-${GHC_VER}/WorkWrap.dyn_hi
lib/ghc/ghc-${GHC_VER}/WorkWrap.hi
lib/ghc/ghc-${GHC_VER}/WorkWrap.p_hi
+lib/ghc/ghc-${GHC_VER}/WwLib.dyn_hi
lib/ghc/ghc-${GHC_VER}/WwLib.hi
lib/ghc/ghc-${GHC_VER}/WwLib.p_hi
lib/ghc/ghc-${GHC_VER}/X86/
+lib/ghc/ghc-${GHC_VER}/X86/CodeGen.dyn_hi
lib/ghc/ghc-${GHC_VER}/X86/CodeGen.hi
lib/ghc/ghc-${GHC_VER}/X86/CodeGen.p_hi
+lib/ghc/ghc-${GHC_VER}/X86/Cond.dyn_hi
lib/ghc/ghc-${GHC_VER}/X86/Cond.hi
lib/ghc/ghc-${GHC_VER}/X86/Cond.p_hi
+lib/ghc/ghc-${GHC_VER}/X86/Instr.dyn_hi
lib/ghc/ghc-${GHC_VER}/X86/Instr.hi
lib/ghc/ghc-${GHC_VER}/X86/Instr.p_hi
+lib/ghc/ghc-${GHC_VER}/X86/Ppr.dyn_hi
lib/ghc/ghc-${GHC_VER}/X86/Ppr.hi
lib/ghc/ghc-${GHC_VER}/X86/Ppr.p_hi
+lib/ghc/ghc-${GHC_VER}/X86/RegInfo.dyn_hi
lib/ghc/ghc-${GHC_VER}/X86/RegInfo.hi
lib/ghc/ghc-${GHC_VER}/X86/RegInfo.p_hi
+lib/ghc/ghc-${GHC_VER}/X86/Regs.dyn_hi
lib/ghc/ghc-${GHC_VER}/X86/Regs.hi
lib/ghc/ghc-${GHC_VER}/X86/Regs.p_hi
lib/ghc/ghc-${GHC_VER}/include/
lib/ghc/ghc-${GHC_VER}/include/HsVersions.h
lib/ghc/ghc-${GHC_VER}/include/ghc_boot_platform.h
+lib/ghc/ghc-${GHC_VER}/libHSghc-${GHC_VER}-ghc${GHC_VER}.so
lib/ghc/ghc-${GHC_VER}/libHSghc-${GHC_VER}.a
lib/ghc/ghc-${GHC_VER}/libHSghc-${GHC_VER}_p.a
lib/ghc/ghc-boot-${GHC_VER}/
lib/ghc/ghc-boot-${GHC_VER}/GHC/
+lib/ghc/ghc-boot-${GHC_VER}/GHC/ForeignSrcLang.dyn_hi
lib/ghc/ghc-boot-${GHC_VER}/GHC/ForeignSrcLang.hi
lib/ghc/ghc-boot-${GHC_VER}/GHC/ForeignSrcLang.p_hi
+lib/ghc/ghc-boot-${GHC_VER}/GHC/HandleEncoding.dyn_hi
+lib/ghc/ghc-boot-${GHC_VER}/GHC/HandleEncoding.hi
+lib/ghc/ghc-boot-${GHC_VER}/GHC/HandleEncoding.p_hi
+lib/ghc/ghc-boot-${GHC_VER}/GHC/LanguageExtensions.dyn_hi
lib/ghc/ghc-boot-${GHC_VER}/GHC/LanguageExtensions.hi
lib/ghc/ghc-boot-${GHC_VER}/GHC/LanguageExtensions.p_hi
+lib/ghc/ghc-boot-${GHC_VER}/GHC/PackageDb.dyn_hi
lib/ghc/ghc-boot-${GHC_VER}/GHC/PackageDb.hi
lib/ghc/ghc-boot-${GHC_VER}/GHC/PackageDb.p_hi
+lib/ghc/ghc-boot-${GHC_VER}/GHC/Serialized.dyn_hi
lib/ghc/ghc-boot-${GHC_VER}/GHC/Serialized.hi
lib/ghc/ghc-boot-${GHC_VER}/GHC/Serialized.p_hi
lib/ghc/ghc-boot-${GHC_VER}/HSghc-boot-${GHC_VER}.o
+lib/ghc/ghc-boot-${GHC_VER}/libHSghc-boot-${GHC_VER}-ghc${GHC_VER}.so
lib/ghc/ghc-boot-${GHC_VER}/libHSghc-boot-${GHC_VER}.a
lib/ghc/ghc-boot-${GHC_VER}/libHSghc-boot-${GHC_VER}_p.a
lib/ghc/ghc-boot-th-${GHC_VER}/
lib/ghc/ghc-boot-th-${GHC_VER}/GHC/
lib/ghc/ghc-boot-th-${GHC_VER}/GHC/ForeignSrcLang/
+lib/ghc/ghc-boot-th-${GHC_VER}/GHC/ForeignSrcLang/Type.dyn_hi
lib/ghc/ghc-boot-th-${GHC_VER}/GHC/ForeignSrcLang/Type.hi
lib/ghc/ghc-boot-th-${GHC_VER}/GHC/ForeignSrcLang/Type.p_hi
lib/ghc/ghc-boot-th-${GHC_VER}/GHC/LanguageExtensions/
+lib/ghc/ghc-boot-th-${GHC_VER}/GHC/LanguageExtensions/Type.dyn_hi
lib/ghc/ghc-boot-th-${GHC_VER}/GHC/LanguageExtensions/Type.hi
lib/ghc/ghc-boot-th-${GHC_VER}/GHC/LanguageExtensions/Type.p_hi
+lib/ghc/ghc-boot-th-${GHC_VER}/GHC/Lexeme.dyn_hi
lib/ghc/ghc-boot-th-${GHC_VER}/GHC/Lexeme.hi
lib/ghc/ghc-boot-th-${GHC_VER}/GHC/Lexeme.p_hi
lib/ghc/ghc-boot-th-${GHC_VER}/HSghc-boot-th-${GHC_VER}.o
+lib/ghc/ghc-boot-th-${GHC_VER}/libHSghc-boot-th-${GHC_VER}-ghc${GHC_VER}.so
lib/ghc/ghc-boot-th-${GHC_VER}/libHSghc-boot-th-${GHC_VER}.a
lib/ghc/ghc-boot-th-${GHC_VER}/libHSghc-boot-th-${GHC_VER}_p.a
lib/ghc/ghc-compact-${GHC_COMPACT_VER}/
lib/ghc/ghc-compact-${GHC_COMPACT_VER}/GHC/
lib/ghc/ghc-compact-${GHC_COMPACT_VER}/GHC/Compact/
+lib/ghc/ghc-compact-${GHC_COMPACT_VER}/GHC/Compact.dyn_hi
lib/ghc/ghc-compact-${GHC_COMPACT_VER}/GHC/Compact.hi
lib/ghc/ghc-compact-${GHC_COMPACT_VER}/GHC/Compact.p_hi
+lib/ghc/ghc-compact-${GHC_COMPACT_VER}/GHC/Compact/Serialized.dyn_hi
lib/ghc/ghc-compact-${GHC_COMPACT_VER}/GHC/Compact/Serialized.hi
lib/ghc/ghc-compact-${GHC_COMPACT_VER}/GHC/Compact/Serialized.p_hi
lib/ghc/ghc-compact-${GHC_COMPACT_VER}/HSghc-compact-${GHC_COMPACT_VER}.o
+lib/ghc/ghc-compact-${GHC_COMPACT_VER}/libHSghc-compact-${GHC_COMPACT_VER}-ghc${GHC_VER}.so
lib/ghc/ghc-compact-${GHC_COMPACT_VER}/libHSghc-compact-${GHC_COMPACT_VER}.a
lib/ghc/ghc-compact-${GHC_COMPACT_VER}/libHSghc-compact-${GHC_COMPACT_VER}_p.a
+lib/ghc/ghc-heap-${GHC_VER}/
+lib/ghc/ghc-heap-${GHC_VER}/GHC/
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap.dyn_hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap.hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap.p_hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/ClosureTypes.dyn_hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/ClosureTypes.hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/ClosureTypes.p_hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/Closures.dyn_hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/Closures.hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/Closures.p_hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/Constants.dyn_hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/Constants.hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/Constants.p_hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/InfoTable/
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/InfoTable.dyn_hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/InfoTable.hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/InfoTable.p_hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/InfoTable/Types.dyn_hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/InfoTable/Types.hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/InfoTable/Types.p_hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/InfoTableProf.dyn_hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/InfoTableProf.hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/InfoTableProf.p_hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/Utils.dyn_hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/Utils.hi
+lib/ghc/ghc-heap-${GHC_VER}/GHC/Exts/Heap/Utils.p_hi
+lib/ghc/ghc-heap-${GHC_VER}/HSghc-heap-${GHC_VER}.o
+lib/ghc/ghc-heap-${GHC_VER}/libHSghc-heap-${GHC_VER}-ghc${GHC_VER}.so
+lib/ghc/ghc-heap-${GHC_VER}/libHSghc-heap-${GHC_VER}.a
+lib/ghc/ghc-heap-${GHC_VER}/libHSghc-heap-${GHC_VER}_p.a
lib/ghc/ghc-prim-${GHC_PRIM_VER}/
lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/
+lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/CString.dyn_hi
lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/CString.hi
lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/CString.p_hi
+lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/Classes.dyn_hi
lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/Classes.hi
lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/Classes.p_hi
+lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/Debug.dyn_hi
lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/Debug.hi
lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/Debug.p_hi
+lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/IntWord64.dyn_hi
lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/IntWord64.hi
lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/IntWord64.p_hi
+lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/Magic.dyn_hi
lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/Magic.hi
lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/Magic.p_hi
+lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/PrimopWrappers.dyn_hi
lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/PrimopWrappers.hi
lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/PrimopWrappers.p_hi
+lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/Tuple.dyn_hi
lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/Tuple.hi
lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/Tuple.p_hi
+lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/Types.dyn_hi
lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/Types.hi
lib/ghc/ghc-prim-${GHC_PRIM_VER}/GHC/Types.p_hi
lib/ghc/ghc-prim-${GHC_PRIM_VER}/HSghc-prim-${GHC_PRIM_VER}.o
+lib/ghc/ghc-prim-${GHC_PRIM_VER}/libHSghc-prim-${GHC_PRIM_VER}-ghc${GHC_VER}.so
lib/ghc/ghc-prim-${GHC_PRIM_VER}/libHSghc-prim-${GHC_PRIM_VER}.a
lib/ghc/ghc-prim-${GHC_PRIM_VER}/libHSghc-prim-${GHC_PRIM_VER}_p.a
lib/ghc/ghc-usage.txt
lib/ghc/ghci-${GHC_VER}/
lib/ghc/ghci-${GHC_VER}/GHCi/
+lib/ghc/ghci-${GHC_VER}/GHCi/BinaryArray.dyn_hi
+lib/ghc/ghci-${GHC_VER}/GHCi/BinaryArray.hi
+lib/ghc/ghci-${GHC_VER}/GHCi/BinaryArray.p_hi
+lib/ghc/ghci-${GHC_VER}/GHCi/BreakArray.dyn_hi
lib/ghc/ghci-${GHC_VER}/GHCi/BreakArray.hi
lib/ghc/ghci-${GHC_VER}/GHCi/BreakArray.p_hi
+lib/ghc/ghci-${GHC_VER}/GHCi/CreateBCO.dyn_hi
lib/ghc/ghci-${GHC_VER}/GHCi/CreateBCO.hi
lib/ghc/ghci-${GHC_VER}/GHCi/CreateBCO.p_hi
+lib/ghc/ghci-${GHC_VER}/GHCi/FFI.dyn_hi
lib/ghc/ghci-${GHC_VER}/GHCi/FFI.hi
lib/ghc/ghci-${GHC_VER}/GHCi/FFI.p_hi
+lib/ghc/ghci-${GHC_VER}/GHCi/InfoTable.dyn_hi
lib/ghc/ghci-${GHC_VER}/GHCi/InfoTable.hi
lib/ghc/ghci-${GHC_VER}/GHCi/InfoTable.p_hi
+lib/ghc/ghci-${GHC_VER}/GHCi/Message.dyn_hi
lib/ghc/ghci-${GHC_VER}/GHCi/Message.hi
lib/ghc/ghci-${GHC_VER}/GHCi/Message.p_hi
+lib/ghc/ghci-${GHC_VER}/GHCi/ObjLink.dyn_hi
lib/ghc/ghci-${GHC_VER}/GHCi/ObjLink.hi
lib/ghc/ghci-${GHC_VER}/GHCi/ObjLink.p_hi
+lib/ghc/ghci-${GHC_VER}/GHCi/RemoteTypes.dyn_hi
lib/ghc/ghci-${GHC_VER}/GHCi/RemoteTypes.hi
lib/ghc/ghci-${GHC_VER}/GHCi/RemoteTypes.p_hi
+lib/ghc/ghci-${GHC_VER}/GHCi/ResolvedBCO.dyn_hi
lib/ghc/ghci-${GHC_VER}/GHCi/ResolvedBCO.hi
lib/ghc/ghci-${GHC_VER}/GHCi/ResolvedBCO.p_hi
+lib/ghc/ghci-${GHC_VER}/GHCi/Run.dyn_hi
lib/ghc/ghci-${GHC_VER}/GHCi/Run.hi
lib/ghc/ghci-${GHC_VER}/GHCi/Run.p_hi
+lib/ghc/ghci-${GHC_VER}/GHCi/Signals.dyn_hi
lib/ghc/ghci-${GHC_VER}/GHCi/Signals.hi
lib/ghc/ghci-${GHC_VER}/GHCi/Signals.p_hi
+lib/ghc/ghci-${GHC_VER}/GHCi/StaticPtrTable.dyn_hi
lib/ghc/ghci-${GHC_VER}/GHCi/StaticPtrTable.hi
lib/ghc/ghci-${GHC_VER}/GHCi/StaticPtrTable.p_hi
lib/ghc/ghci-${GHC_VER}/GHCi/TH/
+lib/ghc/ghci-${GHC_VER}/GHCi/TH.dyn_hi
lib/ghc/ghci-${GHC_VER}/GHCi/TH.hi
lib/ghc/ghci-${GHC_VER}/GHCi/TH.p_hi
+lib/ghc/ghci-${GHC_VER}/GHCi/TH/Binary.dyn_hi
lib/ghc/ghci-${GHC_VER}/GHCi/TH/Binary.hi
lib/ghc/ghci-${GHC_VER}/GHCi/TH/Binary.p_hi
lib/ghc/ghci-${GHC_VER}/HSghci-${GHC_VER}.o
+lib/ghc/ghci-${GHC_VER}/SizedSeq.dyn_hi
lib/ghc/ghci-${GHC_VER}/SizedSeq.hi
lib/ghc/ghci-${GHC_VER}/SizedSeq.p_hi
+lib/ghc/ghci-${GHC_VER}/libHSghci-${GHC_VER}-ghc${GHC_VER}.so
lib/ghc/ghci-${GHC_VER}/libHSghci-${GHC_VER}.a
lib/ghc/ghci-${GHC_VER}/libHSghci-${GHC_VER}_p.a
lib/ghc/ghci-usage.txt
@@ -2205,124 +3417,110 @@ lib/ghc/haskeline-${HASKELINE_VER}/HShas
lib/ghc/haskeline-${HASKELINE_VER}/System/
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline.p_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend/
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend/DumbTerm.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend/DumbTerm.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend/DumbTerm.p_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend/Posix/
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend/Posix.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend/Posix.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend/Posix.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend/Posix/Encoder.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend/Posix/Encoder.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend/Posix/Encoder.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend/Terminfo.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend/Terminfo.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend/Terminfo.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend/WCWidth.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend/WCWidth.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Backend/WCWidth.p_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Command/
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Command.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Command.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Command.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Command/Completion.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Command/Completion.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Command/Completion.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Command/History.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Command/History.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Command/History.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Command/KillRing.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Command/KillRing.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Command/KillRing.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Command/Undo.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Command/Undo.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Command/Undo.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Completion.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Completion.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Completion.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Directory.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Directory.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Directory.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Emacs.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Emacs.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Emacs.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/History.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/History.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/History.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/IO.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/IO.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/IO.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/InputT.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/InputT.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/InputT.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Key.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Key.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Key.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/LineState.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/LineState.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/LineState.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/MonadException.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/MonadException.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/MonadException.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Monads.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Monads.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Monads.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Prefs.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Prefs.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Prefs.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Recover.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Recover.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Recover.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/RunCommand.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/RunCommand.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/RunCommand.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Term.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Term.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Term.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Vi.dyn_hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Vi.hi
lib/ghc/haskeline-${HASKELINE_VER}/System/Console/Haskeline/Vi.p_hi
+lib/ghc/haskeline-${HASKELINE_VER}/libHShaskeline-${HASKELINE_VER}-ghc${GHC_VER}.so
lib/ghc/haskeline-${HASKELINE_VER}/libHShaskeline-${HASKELINE_VER}.a
lib/ghc/haskeline-${HASKELINE_VER}/libHShaskeline-${HASKELINE_VER}_p.a
-lib/ghc/hoopl-${HOOPL_VER}/
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Block.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Block.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Checkpoint.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Checkpoint.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Collections.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Collections.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Combinators.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Combinators.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Dataflow.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Dataflow.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Debug.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Debug.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Fuel.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Fuel.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Graph.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Graph.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Internals.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Internals.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Label.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Label.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/MkGraph.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/MkGraph.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Passes/
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Passes/DList.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Passes/DList.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Passes/Dominator.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Passes/Dominator.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Pointed.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Pointed.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Shape.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Shape.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Show.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Show.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Unique.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Unique.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Wrappers.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/Wrappers.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/XUtil.hi
-lib/ghc/hoopl-${HOOPL_VER}/Compiler/Hoopl/XUtil.p_hi
-lib/ghc/hoopl-${HOOPL_VER}/HShoopl-${HOOPL_VER}.o
-lib/ghc/hoopl-${HOOPL_VER}/libHShoopl-${HOOPL_VER}.a
-lib/ghc/hoopl-${HOOPL_VER}/libHShoopl-${HOOPL_VER}_p.a
lib/ghc/hpc-${HPC_VER}/
lib/ghc/hpc-${HPC_VER}/HShpc-${HPC_VER}.o
lib/ghc/hpc-${HPC_VER}/Trace/
lib/ghc/hpc-${HPC_VER}/Trace/Hpc/
+lib/ghc/hpc-${HPC_VER}/Trace/Hpc/Mix.dyn_hi
lib/ghc/hpc-${HPC_VER}/Trace/Hpc/Mix.hi
lib/ghc/hpc-${HPC_VER}/Trace/Hpc/Mix.p_hi
+lib/ghc/hpc-${HPC_VER}/Trace/Hpc/Reflect.dyn_hi
lib/ghc/hpc-${HPC_VER}/Trace/Hpc/Reflect.hi
lib/ghc/hpc-${HPC_VER}/Trace/Hpc/Reflect.p_hi
+lib/ghc/hpc-${HPC_VER}/Trace/Hpc/Tix.dyn_hi
lib/ghc/hpc-${HPC_VER}/Trace/Hpc/Tix.hi
lib/ghc/hpc-${HPC_VER}/Trace/Hpc/Tix.p_hi
+lib/ghc/hpc-${HPC_VER}/Trace/Hpc/Util.dyn_hi
lib/ghc/hpc-${HPC_VER}/Trace/Hpc/Util.hi
lib/ghc/hpc-${HPC_VER}/Trace/Hpc/Util.p_hi
+lib/ghc/hpc-${HPC_VER}/libHShpc-${HPC_VER}-ghc${GHC_VER}.so
lib/ghc/hpc-${HPC_VER}/libHShpc-${HPC_VER}.a
lib/ghc/hpc-${HPC_VER}/libHShpc-${HPC_VER}_p.a
lib/ghc/html/
@@ -2337,8 +3535,10 @@ lib/ghc/html/Ocean.std-theme/minus.gif
lib/ghc/html/Ocean.std-theme/ocean.css
lib/ghc/html/Ocean.std-theme/plus.gif
lib/ghc/html/Ocean.std-theme/synopsis.png
-lib/ghc/html/haddock-util.js
+lib/ghc/html/haddock-bundle.min.js
lib/ghc/html/highlight.js
+lib/ghc/html/quick-jump.css
+lib/ghc/html/quick-jump.min.js
lib/ghc/html/solarized.css
lib/ghc/include/
lib/ghc/include/Cmm.h
@@ -2376,6 +3576,7 @@ lib/ghc/include/rts/Messages.h
lib/ghc/include/rts/OSThreads.h
lib/ghc/include/rts/Parallel.h
lib/ghc/include/rts/PrimFloat.h
+lib/ghc/include/rts/Profiling.h
lib/ghc/include/rts/Signals.h
lib/ghc/include/rts/SpinLock.h
lib/ghc/include/rts/Stable.h
@@ -2397,6 +3598,7 @@ lib/ghc/include/rts/storage/ClosureTypes
lib/ghc/include/rts/storage/Closures.h
lib/ghc/include/rts/storage/FunTypes.h
lib/ghc/include/rts/storage/GC.h
+lib/ghc/include/rts/storage/Heap.h
lib/ghc/include/rts/storage/InfoTables.h
lib/ghc/include/rts/storage/MBlock.h
lib/ghc/include/rts/storage/TSO.h
@@ -2414,26 +3616,125 @@ lib/ghc/include/stg/Types.h
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer/
+lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer.dyn_hi
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer.hi
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer.p_hi
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer/GMP/
+lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer/GMP/Internals.dyn_hi
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer/GMP/Internals.hi
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer/GMP/Internals.p_hi
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer/Logarithms/
+lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer/Logarithms.dyn_hi
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer/Logarithms.hi
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer/Logarithms.p_hi
+lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer/Logarithms/Internals.dyn_hi
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer/Logarithms/Internals.hi
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer/Logarithms/Internals.p_hi
+lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer/Type.dyn_hi
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer/Type.hi
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/GHC/Integer/Type.p_hi
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/HSinteger-gmp-${INTEGER_GMP_VER}.o
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/include/
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/include/HsIntegerGmp.h
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/include/ghc-gmp.h
+lib/ghc/integer-gmp-${INTEGER_GMP_VER}/libHSinteger-gmp-${INTEGER_GMP_VER}-ghc${GHC_VER}.so
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/libHSinteger-gmp-${INTEGER_GMP_VER}.a
lib/ghc/integer-gmp-${INTEGER_GMP_VER}/libHSinteger-gmp-${INTEGER_GMP_VER}_p.a
lib/ghc/latex/
lib/ghc/latex/haddock.sty
+lib/ghc/libiserv-${LIBISERV_VER}/
+lib/ghc/libiserv-${LIBISERV_VER}/GHCi/
+lib/ghc/libiserv-${LIBISERV_VER}/GHCi/Utils.dyn_hi
+lib/ghc/libiserv-${LIBISERV_VER}/GHCi/Utils.hi
+lib/ghc/libiserv-${LIBISERV_VER}/GHCi/Utils.p_hi
+lib/ghc/libiserv-${LIBISERV_VER}/HSlibiserv-${LIBISERV_VER}.o
+lib/ghc/libiserv-${LIBISERV_VER}/Lib.dyn_hi
+lib/ghc/libiserv-${LIBISERV_VER}/Lib.hi
+lib/ghc/libiserv-${LIBISERV_VER}/Lib.p_hi
+lib/ghc/libiserv-${LIBISERV_VER}/libHSlibiserv-${LIBISERV_VER}-ghc${GHC_VER}.so
+lib/ghc/libiserv-${LIBISERV_VER}/libHSlibiserv-${LIBISERV_VER}.a
+lib/ghc/libiserv-${LIBISERV_VER}/libHSlibiserv-${LIBISERV_VER}_p.a
+lib/ghc/llvm-passes
+lib/ghc/llvm-targets
+lib/ghc/mtl-${MTL_VER}/
+lib/ghc/mtl-${MTL_VER}/Control/
+lib/ghc/mtl-${MTL_VER}/Control/Monad/
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Cont/
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Cont.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Cont.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Cont.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Cont/Class.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Cont/Class.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Cont/Class.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Error/
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Error.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Error.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Error.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Error/Class.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Error/Class.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Error/Class.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Except.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Except.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Except.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Identity.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Identity.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Identity.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/List.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/List.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/List.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/RWS/
+lib/ghc/mtl-${MTL_VER}/Control/Monad/RWS.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/RWS.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/RWS.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/RWS/Class.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/RWS/Class.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/RWS/Class.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/RWS/Lazy.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/RWS/Lazy.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/RWS/Lazy.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/RWS/Strict.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/RWS/Strict.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/RWS/Strict.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Reader/
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Reader.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Reader.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Reader.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Reader/Class.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Reader/Class.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Reader/Class.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/State/
+lib/ghc/mtl-${MTL_VER}/Control/Monad/State.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/State.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/State.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/State/Class.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/State/Class.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/State/Class.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/State/Lazy.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/State/Lazy.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/State/Lazy.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/State/Strict.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/State/Strict.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/State/Strict.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Trans.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Trans.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Trans.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Writer/
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Writer.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Writer.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Writer.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Writer/Class.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Writer/Class.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Writer/Class.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Writer/Lazy.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Writer/Lazy.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Writer/Lazy.p_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Writer/Strict.dyn_hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Writer/Strict.hi
+lib/ghc/mtl-${MTL_VER}/Control/Monad/Writer/Strict.p_hi
+lib/ghc/mtl-${MTL_VER}/HSmtl-${MTL_VER}.o
+lib/ghc/mtl-${MTL_VER}/libHSmtl-${MTL_VER}-ghc${GHC_VER}.so
+lib/ghc/mtl-${MTL_VER}/libHSmtl-${MTL_VER}.a
+lib/ghc/mtl-${MTL_VER}/libHSmtl-${MTL_VER}_p.a
lib/ghc/package.conf.d/
lib/ghc/package.conf.d/Cabal-${CABAL_VER}.conf
lib/ghc/package.conf.d/array-${ARRAY_VER}.conf
@@ -2448,62 +3749,165 @@ lib/ghc/package.conf.d/ghc-${GHC_VER}.co
lib/ghc/package.conf.d/ghc-boot-${GHC_VER}.conf
lib/ghc/package.conf.d/ghc-boot-th-${GHC_VER}.conf
lib/ghc/package.conf.d/ghc-compact-${GHC_COMPACT_VER}.conf
+lib/ghc/package.conf.d/ghc-heap-8.6.4.conf
lib/ghc/package.conf.d/ghc-prim-${GHC_PRIM_VER}.conf
lib/ghc/package.conf.d/ghci-${GHC_VER}.conf
lib/ghc/package.conf.d/haskeline-${HASKELINE_VER}.conf
-lib/ghc/package.conf.d/hoopl-${HOOPL_VER}.conf
lib/ghc/package.conf.d/hpc-${HPC_VER}.conf
lib/ghc/package.conf.d/integer-gmp-${INTEGER_GMP_VER}.conf
+lib/ghc/package.conf.d/libiserv-${LIBISERV_VER}.conf
+lib/ghc/package.conf.d/mtl-${MTL_VER}.conf
@comment no checksum
lib/ghc/package.conf.d/package.cache
@comment lib/ghc/package.conf.d/package.cache.lock
+lib/ghc/package.conf.d/parsec-${PARSEC_VER}.conf
lib/ghc/package.conf.d/pretty-${PRETTY_VER}.conf
lib/ghc/package.conf.d/process-${PROCESS_VER}.conf
lib/ghc/package.conf.d/rts.conf
+lib/ghc/package.conf.d/stm-${STM_VER}.conf
lib/ghc/package.conf.d/template-haskell-${TEMPLATE_HASKELL_VER}.conf
lib/ghc/package.conf.d/terminfo-${TERMINFO_VER}.conf
+lib/ghc/package.conf.d/text-${TEXT_VER}.conf
lib/ghc/package.conf.d/time-${TIME_VER}.conf
lib/ghc/package.conf.d/transformers-${TRANSFORMERS_VER}.conf
lib/ghc/package.conf.d/unix-${UNIX_VER}.conf
lib/ghc/package.conf.d/xhtml-${XHTML_VER}.conf
+lib/ghc/parsec-${PARSEC_VER}/
+lib/ghc/parsec-${PARSEC_VER}/HSparsec-${PARSEC_VER}.o
+lib/ghc/parsec-${PARSEC_VER}/Text/
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/ByteString/
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/ByteString.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/ByteString.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/ByteString.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/ByteString/Lazy.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/ByteString/Lazy.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/ByteString/Lazy.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Char.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Char.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Char.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Combinator.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Combinator.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Combinator.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Error.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Error.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Error.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Expr.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Expr.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Expr.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Language.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Language.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Language.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Perm.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Perm.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Perm.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Pos.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Pos.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Pos.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Prim.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Prim.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Prim.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/String.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/String.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/String.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Text/
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Text.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Text.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Text.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Text/Lazy.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Text/Lazy.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Text/Lazy.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Token.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Token.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/Parsec/Token.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Char.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Char.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Char.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Combinator.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Combinator.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Combinator.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Error.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Error.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Error.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Expr.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Expr.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Expr.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Language.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Language.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Language.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Perm.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Perm.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Perm.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Pos.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Pos.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Pos.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Prim.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Prim.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Prim.p_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Token.dyn_hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Token.hi
+lib/ghc/parsec-${PARSEC_VER}/Text/ParserCombinators/Parsec/Token.p_hi
+lib/ghc/parsec-${PARSEC_VER}/libHSparsec-${PARSEC_VER}-ghc${GHC_VER}.so
+lib/ghc/parsec-${PARSEC_VER}/libHSparsec-${PARSEC_VER}.a
+lib/ghc/parsec-${PARSEC_VER}/libHSparsec-${PARSEC_VER}_p.a
lib/ghc/platformConstants
lib/ghc/pretty-${PRETTY_VER}/
lib/ghc/pretty-${PRETTY_VER}/HSpretty-${PRETTY_VER}.o
lib/ghc/pretty-${PRETTY_VER}/Text/
lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint/
+lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint.dyn_hi
lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint.hi
lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint.p_hi
lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint/Annotated/
+lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint/Annotated.dyn_hi
lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint/Annotated.hi
lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint/Annotated.p_hi
+lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint/Annotated/HughesPJ.dyn_hi
lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint/Annotated/HughesPJ.hi
lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint/Annotated/HughesPJ.p_hi
+lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint/Annotated/HughesPJClass.dyn_hi
lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint/Annotated/HughesPJClass.hi
lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint/Annotated/HughesPJClass.p_hi
+lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint/HughesPJ.dyn_hi
lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint/HughesPJ.hi
lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint/HughesPJ.p_hi
+lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint/HughesPJClass.dyn_hi
lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint/HughesPJClass.hi
lib/ghc/pretty-${PRETTY_VER}/Text/PrettyPrint/HughesPJClass.p_hi
+lib/ghc/pretty-${PRETTY_VER}/libHSpretty-${PRETTY_VER}-ghc${GHC_VER}.so
lib/ghc/pretty-${PRETTY_VER}/libHSpretty-${PRETTY_VER}.a
lib/ghc/pretty-${PRETTY_VER}/libHSpretty-${PRETTY_VER}_p.a
lib/ghc/process-${PROCESS_VER}/
lib/ghc/process-${PROCESS_VER}/HSprocess-${PROCESS_VER}.o
lib/ghc/process-${PROCESS_VER}/System/
+lib/ghc/process-${PROCESS_VER}/System/Cmd.dyn_hi
lib/ghc/process-${PROCESS_VER}/System/Cmd.hi
lib/ghc/process-${PROCESS_VER}/System/Cmd.p_hi
lib/ghc/process-${PROCESS_VER}/System/Process/
+lib/ghc/process-${PROCESS_VER}/System/Process.dyn_hi
lib/ghc/process-${PROCESS_VER}/System/Process.hi
lib/ghc/process-${PROCESS_VER}/System/Process.p_hi
+lib/ghc/process-${PROCESS_VER}/System/Process/Common.dyn_hi
lib/ghc/process-${PROCESS_VER}/System/Process/Common.hi
lib/ghc/process-${PROCESS_VER}/System/Process/Common.p_hi
+lib/ghc/process-${PROCESS_VER}/System/Process/Internals.dyn_hi
lib/ghc/process-${PROCESS_VER}/System/Process/Internals.hi
lib/ghc/process-${PROCESS_VER}/System/Process/Internals.p_hi
+lib/ghc/process-${PROCESS_VER}/System/Process/Posix.dyn_hi
lib/ghc/process-${PROCESS_VER}/System/Process/Posix.hi
lib/ghc/process-${PROCESS_VER}/System/Process/Posix.p_hi
lib/ghc/process-${PROCESS_VER}/include/
-lib/ghc/process-${PROCESS_VER}/include/HsProcessConfig.h
lib/ghc/process-${PROCESS_VER}/include/processFlags.h
lib/ghc/process-${PROCESS_VER}/include/runProcess.h
+lib/ghc/process-${PROCESS_VER}/libHSprocess-${PROCESS_VER}-ghc${GHC_VER}.so
lib/ghc/process-${PROCESS_VER}/libHSprocess-${PROCESS_VER}.a
lib/ghc/process-${PROCESS_VER}/libHSprocess-${PROCESS_VER}_p.a
lib/ghc/rts/
@@ -2515,37 +3919,96 @@ lib/ghc/rts/libCffi_thr.a
lib/ghc/rts/libCffi_thr_debug.a
lib/ghc/rts/libCffi_thr_l.a
lib/ghc/rts/libCffi_thr_p.a
+lib/ghc/rts/libHSrts-ghc${GHC_VER}.so
lib/ghc/rts/libHSrts.a
+lib/ghc/rts/libHSrts_debug-ghc${GHC_VER}.so
lib/ghc/rts/libHSrts_debug.a
+lib/ghc/rts/libHSrts_l-ghc${GHC_VER}.so
lib/ghc/rts/libHSrts_l.a
lib/ghc/rts/libHSrts_p.a
+lib/ghc/rts/libHSrts_thr-ghc${GHC_VER}.so
lib/ghc/rts/libHSrts_thr.a
+lib/ghc/rts/libHSrts_thr_debug-ghc${GHC_VER}.so
lib/ghc/rts/libHSrts_thr_debug.a
+lib/ghc/rts/libHSrts_thr_l-ghc${GHC_VER}.so
lib/ghc/rts/libHSrts_thr_l.a
lib/ghc/rts/libHSrts_thr_p.a
+@lib lib/ghc/rts/libffi.so.${LIBffi_VERSION}
lib/ghc/settings
+lib/ghc/stm-${STM_VER}/
+lib/ghc/stm-${STM_VER}/Control/
+lib/ghc/stm-${STM_VER}/Control/Concurrent/
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM.dyn_hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM.hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM.p_hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TArray.dyn_hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TArray.hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TArray.p_hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TBQueue.dyn_hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TBQueue.hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TBQueue.p_hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TChan.dyn_hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TChan.hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TChan.p_hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TMVar.dyn_hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TMVar.hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TMVar.p_hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TQueue.dyn_hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TQueue.hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TQueue.p_hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TSem.dyn_hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TSem.hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TSem.p_hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TVar.dyn_hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TVar.hi
+lib/ghc/stm-${STM_VER}/Control/Concurrent/STM/TVar.p_hi
+lib/ghc/stm-${STM_VER}/Control/Monad/
+lib/ghc/stm-${STM_VER}/Control/Monad/STM.dyn_hi
+lib/ghc/stm-${STM_VER}/Control/Monad/STM.hi
+lib/ghc/stm-${STM_VER}/Control/Monad/STM.p_hi
+lib/ghc/stm-${STM_VER}/Control/Sequential/
+lib/ghc/stm-${STM_VER}/Control/Sequential/STM.dyn_hi
+lib/ghc/stm-${STM_VER}/Control/Sequential/STM.hi
+lib/ghc/stm-${STM_VER}/Control/Sequential/STM.p_hi
+lib/ghc/stm-${STM_VER}/HSstm-${STM_VER}.o
+lib/ghc/stm-${STM_VER}/libHSstm-${STM_VER}-ghc${GHC_VER}.so
+lib/ghc/stm-${STM_VER}/libHSstm-${STM_VER}.a
+lib/ghc/stm-${STM_VER}/libHSstm-${STM_VER}_p.a
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/HStemplate-haskell-${TEMPLATE_HASKELL_VER}.o
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/
+lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH.dyn_hi
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH.hi
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH.p_hi
+lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/LanguageExtensions.dyn_hi
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/LanguageExtensions.hi
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/LanguageExtensions.p_hi
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Lib/
+lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Lib.dyn_hi
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Lib.hi
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Lib.p_hi
+lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Lib/Internal.dyn_hi
+lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Lib/Internal.hi
+lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Lib/Internal.p_hi
+lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Lib/Map.dyn_hi
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Lib/Map.hi
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Lib/Map.p_hi
+lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Ppr.dyn_hi
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Ppr.hi
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Ppr.p_hi
+lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/PprLib.dyn_hi
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/PprLib.hi
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/PprLib.p_hi
+lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Quote.dyn_hi
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Quote.hi
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Quote.p_hi
+lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Syntax.dyn_hi
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Syntax.hi
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/Language/Haskell/TH/Syntax.p_hi
+lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/libHStemplate-haskell-${TEMPLATE_HASKELL_VER}-ghc${GHC_VER}.so
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/libHStemplate-haskell-${TEMPLATE_HASKELL_VER}.a
lib/ghc/template-haskell-${TEMPLATE_HASKELL_VER}/libHStemplate-haskell-${TEMPLATE_HASKELL_VER}_p.a
lib/ghc/template-hsc.h
@@ -2554,299 +4017,585 @@ lib/ghc/terminfo-${TERMINFO_VER}/HStermi
lib/ghc/terminfo-${TERMINFO_VER}/System/
lib/ghc/terminfo-${TERMINFO_VER}/System/Console/
lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/
+lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo.dyn_hi
lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo.hi
lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo.p_hi
+lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Base.dyn_hi
lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Base.hi
lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Base.p_hi
+lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Color.dyn_hi
lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Color.hi
lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Color.p_hi
+lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Cursor.dyn_hi
lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Cursor.hi
lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Cursor.p_hi
+lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Edit.dyn_hi
lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Edit.hi
lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Edit.p_hi
+lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Effects.dyn_hi
lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Effects.hi
lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Effects.p_hi
+lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Keys.dyn_hi
lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Keys.hi
lib/ghc/terminfo-${TERMINFO_VER}/System/Console/Terminfo/Keys.p_hi
+lib/ghc/terminfo-${TERMINFO_VER}/libHSterminfo-${TERMINFO_VER}-ghc${GHC_VER}.so
lib/ghc/terminfo-${TERMINFO_VER}/libHSterminfo-${TERMINFO_VER}.a
lib/ghc/terminfo-${TERMINFO_VER}/libHSterminfo-${TERMINFO_VER}_p.a
+lib/ghc/text-${TEXT_VER}/
+lib/ghc/text-${TEXT_VER}/Data/
+lib/ghc/text-${TEXT_VER}/Data/Text/
+lib/ghc/text-${TEXT_VER}/Data/Text.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text.hi
+lib/ghc/text-${TEXT_VER}/Data/Text.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Array.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Array.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Array.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Encoding/
+lib/ghc/text-${TEXT_VER}/Data/Text/Encoding.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Encoding.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Encoding.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Encoding/Error.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Encoding/Error.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Encoding/Error.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Foreign.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Foreign.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Foreign.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/IO.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/IO.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/IO.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Builder/
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Builder.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Builder.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Builder.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Builder/Functions.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Builder/Functions.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Builder/Functions.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Builder/Int/
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Builder/Int/Digits.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Builder/Int/Digits.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Builder/Int/Digits.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Builder/RealFloat/
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Builder/RealFloat/Functions.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Builder/RealFloat/Functions.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Builder/RealFloat/Functions.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Encoding/
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Encoding/Fusion/
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Encoding/Fusion.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Encoding/Fusion.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Encoding/Fusion.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Encoding/Fusion/Common.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Encoding/Fusion/Common.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Encoding/Fusion/Common.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Encoding/Utf16.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Encoding/Utf16.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Encoding/Utf16.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Encoding/Utf32.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Encoding/Utf32.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Encoding/Utf32.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Encoding/Utf8.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Encoding/Utf8.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Encoding/Utf8.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Functions.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Functions.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Functions.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Fusion/
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Fusion.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Fusion.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Fusion.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Fusion/CaseMapping.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Fusion/CaseMapping.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Fusion/CaseMapping.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Fusion/Common.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Fusion/Common.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Fusion/Common.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Fusion/Size.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Fusion/Size.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Fusion/Size.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Fusion/Types.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Fusion/Types.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Fusion/Types.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/IO.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/IO.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/IO.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Lazy/
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Lazy.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Lazy.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Lazy.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Lazy/Encoding/
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Lazy/Encoding/Fusion.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Lazy/Encoding/Fusion.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Lazy/Encoding/Fusion.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Lazy/Fusion.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Lazy/Fusion.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Lazy/Fusion.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Lazy/Search.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Lazy/Search.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Lazy/Search.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Private.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Private.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Private.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Read.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Read.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Read.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Search.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Search.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Search.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Unsafe/
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Unsafe.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Unsafe.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Unsafe.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Unsafe/Char.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Unsafe/Char.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Unsafe/Char.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Unsafe/Shift.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Unsafe/Shift.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Internal/Unsafe/Shift.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Builder/
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Builder.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Builder.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Builder.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Builder/Int.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Builder/Int.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Builder/Int.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Builder/RealFloat.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Builder/RealFloat.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Builder/RealFloat.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Encoding.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Encoding.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Encoding.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/IO.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/IO.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/IO.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Internal.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Internal.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Internal.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Read.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Read.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Lazy/Read.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Read.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Read.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Read.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Show.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Show.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Show.p_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Unsafe.dyn_hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Unsafe.hi
+lib/ghc/text-${TEXT_VER}/Data/Text/Unsafe.p_hi
+lib/ghc/text-${TEXT_VER}/HStext-${TEXT_VER}.o
+lib/ghc/text-${TEXT_VER}/libHStext-${TEXT_VER}-ghc${GHC_VER}.so
+lib/ghc/text-${TEXT_VER}/libHStext-${TEXT_VER}.a
+lib/ghc/text-${TEXT_VER}/libHStext-${TEXT_VER}_p.a
lib/ghc/time-${TIME_VER}/
lib/ghc/time-${TIME_VER}/Data/
lib/ghc/time-${TIME_VER}/Data/Time/
+lib/ghc/time-${TIME_VER}/Data/Time.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time.hi
lib/ghc/time-${TIME_VER}/Data/Time.p_hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/
+lib/ghc/time-${TIME_VER}/Data/Time/Calendar.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar.hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Calendar/Days.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/Days.hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/Days.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Calendar/Easter.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/Easter.hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/Easter.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Calendar/Gregorian.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/Gregorian.hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/Gregorian.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Calendar/Julian.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/Julian.hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/Julian.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Calendar/JulianYearDay.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/JulianYearDay.hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/JulianYearDay.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Calendar/MonthDay.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/MonthDay.hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/MonthDay.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Calendar/OrdinalDate.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/OrdinalDate.hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/OrdinalDate.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Calendar/Private.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/Private.hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/Private.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Calendar/WeekDate.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/WeekDate.hi
lib/ghc/time-${TIME_VER}/Data/Time/Calendar/WeekDate.p_hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/
+lib/ghc/time-${TIME_VER}/Data/Time/Clock.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock.hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock.p_hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/
+lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/AbsoluteTime.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/AbsoluteTime.hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/AbsoluteTime.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/CTimespec.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/CTimespec.hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/CTimespec.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/CTimeval.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/CTimeval.hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/CTimeval.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/DiffTime.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/DiffTime.hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/DiffTime.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/NominalDiffTime.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/NominalDiffTime.hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/NominalDiffTime.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/POSIXTime.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/POSIXTime.hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/POSIXTime.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/SystemTime.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/SystemTime.hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/SystemTime.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/UTCDiff.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/UTCDiff.hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/UTCDiff.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/UTCTime.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/UTCTime.hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/UTCTime.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/UniversalTime.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/UniversalTime.hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/Internal/UniversalTime.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Clock/POSIX.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/POSIX.hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/POSIX.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Clock/System.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/System.hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/System.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Clock/TAI.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/TAI.hi
lib/ghc/time-${TIME_VER}/Data/Time/Clock/TAI.p_hi
lib/ghc/time-${TIME_VER}/Data/Time/Format/
+lib/ghc/time-${TIME_VER}/Data/Time/Format.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Format.hi
lib/ghc/time-${TIME_VER}/Data/Time/Format.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Format/Locale.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Format/Locale.hi
lib/ghc/time-${TIME_VER}/Data/Time/Format/Locale.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/Format/Parse.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/Format/Parse.hi
lib/ghc/time-${TIME_VER}/Data/Time/Format/Parse.p_hi
lib/ghc/time-${TIME_VER}/Data/Time/LocalTime/
+lib/ghc/time-${TIME_VER}/Data/Time/LocalTime.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/LocalTime.hi
lib/ghc/time-${TIME_VER}/Data/Time/LocalTime.p_hi
lib/ghc/time-${TIME_VER}/Data/Time/LocalTime/Internal/
+lib/ghc/time-${TIME_VER}/Data/Time/LocalTime/Internal/LocalTime.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/LocalTime/Internal/LocalTime.hi
lib/ghc/time-${TIME_VER}/Data/Time/LocalTime/Internal/LocalTime.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/LocalTime/Internal/TimeOfDay.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/LocalTime/Internal/TimeOfDay.hi
lib/ghc/time-${TIME_VER}/Data/Time/LocalTime/Internal/TimeOfDay.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/LocalTime/Internal/TimeZone.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/LocalTime/Internal/TimeZone.hi
lib/ghc/time-${TIME_VER}/Data/Time/LocalTime/Internal/TimeZone.p_hi
+lib/ghc/time-${TIME_VER}/Data/Time/LocalTime/Internal/ZonedTime.dyn_hi
lib/ghc/time-${TIME_VER}/Data/Time/LocalTime/Internal/ZonedTime.hi
lib/ghc/time-${TIME_VER}/Data/Time/LocalTime/Internal/ZonedTime.p_hi
lib/ghc/time-${TIME_VER}/HStime-${TIME_VER}.o
lib/ghc/time-${TIME_VER}/include/
lib/ghc/time-${TIME_VER}/include/HsTime.h
lib/ghc/time-${TIME_VER}/include/HsTimeConfig.h
+lib/ghc/time-${TIME_VER}/libHStime-${TIME_VER}-ghc${GHC_VER}.so
lib/ghc/time-${TIME_VER}/libHStime-${TIME_VER}.a
lib/ghc/time-${TIME_VER}/libHStime-${TIME_VER}_p.a
lib/ghc/transformers-${TRANSFORMERS_VER}/
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Applicative/
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Applicative/Backwards.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Applicative/Backwards.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Applicative/Backwards.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Applicative/Lift.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Applicative/Lift.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Applicative/Lift.p_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Signatures.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Signatures.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Signatures.p_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Accum.dyn_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Accum.hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Accum.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Class.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Class.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Class.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Cont.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Cont.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Cont.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Error.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Error.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Error.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Except.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Except.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Except.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Identity.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Identity.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Identity.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/List.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/List.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/List.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Maybe.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Maybe.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Maybe.p_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/RWS/
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/RWS.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/RWS.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/RWS.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/RWS/CPS.dyn_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/RWS/CPS.hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/RWS/CPS.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/RWS/Lazy.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/RWS/Lazy.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/RWS/Lazy.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/RWS/Strict.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/RWS/Strict.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/RWS/Strict.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Reader.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Reader.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Reader.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Select.dyn_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Select.hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Select.p_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/State/
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/State.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/State.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/State.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/State/Lazy.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/State/Lazy.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/State/Lazy.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/State/Strict.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/State/Strict.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/State/Strict.p_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Writer/
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Writer.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Writer.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Writer.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Writer/CPS.dyn_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Writer/CPS.hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Writer/CPS.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Writer/Lazy.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Writer/Lazy.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Writer/Lazy.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Writer/Strict.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Writer/Strict.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Control/Monad/Trans/Writer/Strict.p_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Data/
lib/ghc/transformers-${TRANSFORMERS_VER}/Data/Functor/
+lib/ghc/transformers-${TRANSFORMERS_VER}/Data/Functor/Constant.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Data/Functor/Constant.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Data/Functor/Constant.p_hi
+lib/ghc/transformers-${TRANSFORMERS_VER}/Data/Functor/Reverse.dyn_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Data/Functor/Reverse.hi
lib/ghc/transformers-${TRANSFORMERS_VER}/Data/Functor/Reverse.p_hi
lib/ghc/transformers-${TRANSFORMERS_VER}/HStransformers-${TRANSFORMERS_VER}.o
+lib/ghc/transformers-${TRANSFORMERS_VER}/libHStransformers-${TRANSFORMERS_VER}-ghc${GHC_VER}.so
lib/ghc/transformers-${TRANSFORMERS_VER}/libHStransformers-${TRANSFORMERS_VER}.a
lib/ghc/transformers-${TRANSFORMERS_VER}/libHStransformers-${TRANSFORMERS_VER}_p.a
lib/ghc/unix-${UNIX_VER}/
lib/ghc/unix-${UNIX_VER}/HSunix-${UNIX_VER}.o
lib/ghc/unix-${UNIX_VER}/System/
lib/ghc/unix-${UNIX_VER}/System/OpenBSD/
+lib/ghc/unix-${UNIX_VER}/System/OpenBSD/Process.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/OpenBSD/Process.hi
lib/ghc/unix-${UNIX_VER}/System/OpenBSD/Process.p_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/
+lib/ghc/unix-${UNIX_VER}/System/Posix.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix.hi
lib/ghc/unix-${UNIX_VER}/System/Posix.p_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/ByteString/
+lib/ghc/unix-${UNIX_VER}/System/Posix/ByteString.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/ByteString.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/ByteString.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/ByteString/FilePath.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/ByteString/FilePath.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/ByteString/FilePath.p_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Directory/
+lib/ghc/unix-${UNIX_VER}/System/Posix/Directory.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Directory.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Directory.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Directory/ByteString.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Directory/ByteString.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Directory/ByteString.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Directory/Common.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Directory/Common.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Directory/Common.p_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker/
+lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker/ByteString.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker/ByteString.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker/ByteString.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker/Common.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker/Common.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker/Common.p_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker/Module/
+lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker/Module.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker/Module.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker/Module.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker/Module/ByteString.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker/Module/ByteString.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker/Module/ByteString.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker/Prim.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker/Prim.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/DynamicLinker/Prim.p_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Env/
+lib/ghc/unix-${UNIX_VER}/System/Posix/Env.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Env.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Env.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Env/ByteString.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Env/ByteString.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Env/ByteString.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Error.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Error.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Error.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Fcntl.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Fcntl.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Fcntl.p_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Files/
+lib/ghc/unix-${UNIX_VER}/System/Posix/Files.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Files.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Files.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Files/ByteString.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Files/ByteString.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Files/ByteString.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Files/Common.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Files/Common.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Files/Common.p_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/IO/
+lib/ghc/unix-${UNIX_VER}/System/Posix/IO.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/IO.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/IO.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/IO/ByteString.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/IO/ByteString.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/IO/ByteString.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/IO/Common.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/IO/Common.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/IO/Common.p_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Process/
+lib/ghc/unix-${UNIX_VER}/System/Posix/Process.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Process.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Process.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Process/ByteString.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Process/ByteString.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Process/ByteString.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Process/Common.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Process/Common.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Process/Common.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Process/Internals.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Process/Internals.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Process/Internals.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Resource.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Resource.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Resource.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Semaphore.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Semaphore.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Semaphore.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/SharedMem.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/SharedMem.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/SharedMem.p_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Signals/
+lib/ghc/unix-${UNIX_VER}/System/Posix/Signals.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Signals.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Signals.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Signals/Exts.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Signals/Exts.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Signals/Exts.p_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Temp/
+lib/ghc/unix-${UNIX_VER}/System/Posix/Temp.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Temp.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Temp.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Temp/ByteString.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Temp/ByteString.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Temp/ByteString.p_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Terminal/
+lib/ghc/unix-${UNIX_VER}/System/Posix/Terminal.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Terminal.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Terminal.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Terminal/ByteString.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Terminal/ByteString.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Terminal/ByteString.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Terminal/Common.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Terminal/Common.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Terminal/Common.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Time.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Time.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Time.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/Unistd.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Unistd.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/Unistd.p_hi
+lib/ghc/unix-${UNIX_VER}/System/Posix/User.dyn_hi
lib/ghc/unix-${UNIX_VER}/System/Posix/User.hi
lib/ghc/unix-${UNIX_VER}/System/Posix/User.p_hi
lib/ghc/unix-${UNIX_VER}/include/
lib/ghc/unix-${UNIX_VER}/include/HsUnix.h
lib/ghc/unix-${UNIX_VER}/include/HsUnixConfig.h
lib/ghc/unix-${UNIX_VER}/include/execvpe.h
+lib/ghc/unix-${UNIX_VER}/libHSunix-${UNIX_VER}-ghc${GHC_VER}.so
lib/ghc/unix-${UNIX_VER}/libHSunix-${UNIX_VER}.a
lib/ghc/unix-${UNIX_VER}/libHSunix-${UNIX_VER}_p.a
lib/ghc/xhtml-${XHTML_VER}/
lib/ghc/xhtml-${XHTML_VER}/HSxhtml-${XHTML_VER}.o
lib/ghc/xhtml-${XHTML_VER}/Text/
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/
+lib/ghc/xhtml-${XHTML_VER}/Text/XHtml.dyn_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml.hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml.p_hi
+lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/BlockTable.dyn_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/BlockTable.hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/BlockTable.p_hi
+lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Debug.dyn_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Debug.hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Debug.p_hi
+lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Extras.dyn_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Extras.hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Extras.p_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Frameset/
+lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Frameset.dyn_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Frameset.hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Frameset.p_hi
+lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Frameset/Attributes.dyn_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Frameset/Attributes.hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Frameset/Attributes.p_hi
+lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Frameset/Elements.dyn_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Frameset/Elements.hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Frameset/Elements.p_hi
+lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Internals.dyn_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Internals.hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Internals.p_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Strict/
+lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Strict.dyn_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Strict.hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Strict.p_hi
+lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Strict/Attributes.dyn_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Strict/Attributes.hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Strict/Attributes.p_hi
+lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Strict/Elements.dyn_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Strict/Elements.hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Strict/Elements.p_hi
+lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Table.dyn_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Table.hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Table.p_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Transitional/
+lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Transitional.dyn_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Transitional.hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Transitional.p_hi
+lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Transitional/Attributes.dyn_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Transitional/Attributes.hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Transitional/Attributes.p_hi
+lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Transitional/Elements.dyn_hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Transitional/Elements.hi
lib/ghc/xhtml-${XHTML_VER}/Text/XHtml/Transitional/Elements.p_hi
+lib/ghc/xhtml-${XHTML_VER}/libHSxhtml-${XHTML_VER}-ghc${GHC_VER}.so
lib/ghc/xhtml-${XHTML_VER}/libHSxhtml-${XHTML_VER}.a
lib/ghc/xhtml-${XHTML_VER}/libHSxhtml-${XHTML_VER}_p.a
@man man/man1/ghc.1
@@ -2907,19 +4656,30 @@ share/doc/ghc/html/libraries/Cabal-${CAB
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Backpack-LinkedComponent.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Backpack-ModSubst.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Backpack-ModuleShape.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Backpack-PreModuleShape.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Backpack.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-CabalSpecVersion.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-Binary.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-CharParsing.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-CreatePipe.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-DList.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-Directory.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-Exception.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-Graph.html
-share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-Map-Strict.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-Lens.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-Newtype.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-Parsing.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-Prelude-Internal.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-ReadP.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-Semigroup.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-Stack.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-Time.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compiler.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-FieldGrammar-Class.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-FieldGrammar-FieldDescrs.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-FieldGrammar-Parsec.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-FieldGrammar-Pretty.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-FieldGrammar.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-InstalledPackageInfo.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-License.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Make.html
@@ -2927,11 +4687,31 @@ share/doc/ghc/html/libraries/Cabal-${CAB
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Package.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-PackageDescription-Check.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-PackageDescription-Configuration.html
-share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-PackageDescription-Parse.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-PackageDescription-FieldGrammar.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-PackageDescription-Parsec.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-PackageDescription-PrettyPrint.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-PackageDescription-Quirks.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-PackageDescription-Utils.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-PackageDescription.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-Class.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-Common.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-ConfVar.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-Field.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-FieldLineStream.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-Lexer.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-LexerMonad.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-Newtypes.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-ParseResult.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-Parser.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Pretty.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-ReadE.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-SPDX-License.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-SPDX-LicenseExceptionId.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-SPDX-LicenseExpression.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-SPDX-LicenseId.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-SPDX-LicenseListVersion.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-SPDX-LicenseReference.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-SPDX.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Bench.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Build-Macros.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Build-PathsModule.html
@@ -2944,15 +4724,15 @@ share/doc/ghc/html/libraries/Cabal-${CAB
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Compiler.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Configure.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Doctest.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Flag.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-GHC.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-GHCJS.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Glob.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Haddock.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-HaskellSuite.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Hpc.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Install.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-InstallDirs.html
-share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-JHC.html
-share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-LHC.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-LocalBuildInfo.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-PackageIndex.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-PreProcess-Unlit.html
@@ -2966,6 +4746,7 @@ share/doc/ghc/html/libraries/Cabal-${CAB
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-Hpc.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-Internal.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-Ld.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-ResponseFile.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-Run.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-Script.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-Strip.html
@@ -2985,11 +4766,14 @@ share/doc/ghc/html/libraries/Cabal-${CAB
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-System.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-TestSuite.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Text.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-AbiDependency.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-AbiHash.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-AnnotatedId.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-Benchmark-Lens.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-Benchmark.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-BenchmarkInterface.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-BenchmarkType.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-BuildInfo-Lens.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-BuildInfo.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-BuildType.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-Component.html
@@ -3003,15 +4787,24 @@ share/doc/ghc/html/libraries/Cabal-${CAB
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-Dependency.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-DependencyMap.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ExeDependency.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-Executable-Lens.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-Executable.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ExecutableScope.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ExposedModule.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ForeignLib-Lens.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ForeignLib.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ForeignLibOption.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ForeignLibType.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-GenericPackageDescription-Lens.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-GenericPackageDescription.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-HookedBuildInfo.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-IncludeRenaming.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-InstalledPackageInfo-FieldGrammar.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-InstalledPackageInfo-Lens.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-InstalledPackageInfo.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-LegacyExeDependency.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-Lens.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-Library-Lens.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-Library.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-LocalBuildInfo.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-Mixin.html
@@ -3020,20 +4813,29 @@ share/doc/ghc/html/libraries/Cabal-${CAB
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ModuleRenaming.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-MungedPackageId.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-MungedPackageName.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-PackageDescription-Lens.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-PackageDescription.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-PackageId-Lens.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-PackageId.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-PackageName.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-PkgconfigDependency.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-PkgconfigName.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-SetupBuildInfo-Lens.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-SetupBuildInfo.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-SourceRepo-Lens.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-SourceRepo.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-TargetInfo.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-TestSuite-Lens.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-TestSuite.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-TestSuiteInterface.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-TestType.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-UnitId.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-UnqualComponentName.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-Version.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-VersionInterval.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-VersionRange.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Utils-Generic.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Utils-IOData.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Utils-LogProgress.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Utils-MapAccum.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Utils-NubList.html
@@ -3045,7 +4847,9 @@ share/doc/ghc/html/libraries/Cabal-${CAB
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Language-Haskell-Extension.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-124.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-33.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-35.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-36.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-37.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-38.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-42.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-43.html
@@ -3055,8 +4859,9 @@ share/doc/ghc/html/libraries/Cabal-${CAB
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-60.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-61.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-62.html
-share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-92.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-63.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-94.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-95.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-A.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-All.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-B.html
@@ -3085,12 +4890,16 @@ share/doc/ghc/html/libraries/Cabal-${CAB
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-Y.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-Z.html
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index.html
-share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/haddock-util.js
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index.json
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/hslogo-16.png
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/index.html
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/meta.json
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/minus.gif
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/ocean.css
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/plus.gif
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/quick-jump.css
+share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/synopsis.png
share/doc/ghc/html/libraries/array-${ARRAY_VER}/
share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-IArray.html
@@ -3109,12 +4918,16 @@ share/doc/ghc/html/libraries/array-${ARR
share/doc/ghc/html/libraries/array-${ARRAY_VER}/array.haddock
share/doc/ghc/html/libraries/array-${ARRAY_VER}/array.txt
share/doc/ghc/html/libraries/array-${ARRAY_VER}/doc-index.html
-share/doc/ghc/html/libraries/array-${ARRAY_VER}/haddock-util.js
+share/doc/ghc/html/libraries/array-${ARRAY_VER}/doc-index.json
+share/doc/ghc/html/libraries/array-${ARRAY_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/array-${ARRAY_VER}/hslogo-16.png
share/doc/ghc/html/libraries/array-${ARRAY_VER}/index.html
+share/doc/ghc/html/libraries/array-${ARRAY_VER}/meta.json
share/doc/ghc/html/libraries/array-${ARRAY_VER}/minus.gif
share/doc/ghc/html/libraries/array-${ARRAY_VER}/ocean.css
share/doc/ghc/html/libraries/array-${ARRAY_VER}/plus.gif
+share/doc/ghc/html/libraries/array-${ARRAY_VER}/quick-jump.css
+share/doc/ghc/html/libraries/array-${ARRAY_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/array-${ARRAY_VER}/synopsis.png
share/doc/ghc/html/libraries/base-${BASE_VER}/
share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Applicative.html
@@ -3158,6 +4971,7 @@ share/doc/ghc/html/libraries/base-${BASE
share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Functor-Classes.html
share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Functor-Compose.html
share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Functor-Const.html
+share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Functor-Contravariant.html
share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Functor-Identity.html
share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Functor-Product.html
share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Functor-Sum.html
@@ -3210,7 +5024,9 @@ share/doc/ghc/html/libraries/base-${BASE
share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-StablePtr.html
share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Storable.html
share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign.html
+share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-ByteOrder.html
share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Char.html
+share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Clock.html
share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Conc-IO.html
share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Conc-Signal.html
share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Conc-Sync.html
@@ -3240,12 +5056,16 @@ share/doc/ghc/html/libraries/base-${BASE
share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Handle-FD.html
share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Handle-Lock.html
share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Handle.html
+share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-List.html
+share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Maybe.html
share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Natural.html
share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-OldList.html
share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-OverloadedLabels.html
share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Profiling.html
share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-RTS-Flags.html
share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Records.html
+share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-ResponseFile.html
+share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-StableName.html
share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Stack-CCS.html
share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Stack.html
share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-StaticPtr.html
@@ -3258,6 +5078,7 @@ share/doc/ghc/html/libraries/base-${BASE
share/doc/ghc/html/libraries/base-${BASE_VER}/Prelude.html
share/doc/ghc/html/libraries/base-${BASE_VER}/System-CPUTime.html
share/doc/ghc/html/libraries/base-${BASE_VER}/System-Console-GetOpt.html
+share/doc/ghc/html/libraries/base-${BASE_VER}/System-Environment-Blank.html
share/doc/ghc/html/libraries/base-${BASE_VER}/System-Environment.html
share/doc/ghc/html/libraries/base-${BASE_VER}/System-Exit.html
share/doc/ghc/html/libraries/base-${BASE_VER}/System-IO-Error.html
@@ -3326,12 +5147,16 @@ share/doc/ghc/html/libraries/base-${BASE
share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-Y.html
share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-Z.html
share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index.html
-share/doc/ghc/html/libraries/base-${BASE_VER}/haddock-util.js
+share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index.json
+share/doc/ghc/html/libraries/base-${BASE_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/base-${BASE_VER}/hslogo-16.png
share/doc/ghc/html/libraries/base-${BASE_VER}/index.html
+share/doc/ghc/html/libraries/base-${BASE_VER}/meta.json
share/doc/ghc/html/libraries/base-${BASE_VER}/minus.gif
share/doc/ghc/html/libraries/base-${BASE_VER}/ocean.css
share/doc/ghc/html/libraries/base-${BASE_VER}/plus.gif
+share/doc/ghc/html/libraries/base-${BASE_VER}/quick-jump.css
+share/doc/ghc/html/libraries/base-${BASE_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/base-${BASE_VER}/synopsis.png
share/doc/ghc/html/libraries/binary-${BINARY_VER}/
share/doc/ghc/html/libraries/binary-${BINARY_VER}/Data-Binary-Builder.html
@@ -3343,12 +5168,16 @@ share/doc/ghc/html/libraries/binary-${BI
share/doc/ghc/html/libraries/binary-${BINARY_VER}/binary.haddock
share/doc/ghc/html/libraries/binary-${BINARY_VER}/binary.txt
share/doc/ghc/html/libraries/binary-${BINARY_VER}/doc-index.html
-share/doc/ghc/html/libraries/binary-${BINARY_VER}/haddock-util.js
+share/doc/ghc/html/libraries/binary-${BINARY_VER}/doc-index.json
+share/doc/ghc/html/libraries/binary-${BINARY_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/binary-${BINARY_VER}/hslogo-16.png
share/doc/ghc/html/libraries/binary-${BINARY_VER}/index.html
+share/doc/ghc/html/libraries/binary-${BINARY_VER}/meta.json
share/doc/ghc/html/libraries/binary-${BINARY_VER}/minus.gif
share/doc/ghc/html/libraries/binary-${BINARY_VER}/ocean.css
share/doc/ghc/html/libraries/binary-${BINARY_VER}/plus.gif
+share/doc/ghc/html/libraries/binary-${BINARY_VER}/quick-jump.css
+share/doc/ghc/html/libraries/binary-${BINARY_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/binary-${BINARY_VER}/synopsis.png
share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/
share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Builder-Extra.html
@@ -3388,14 +5217,19 @@ share/doc/ghc/html/libraries/bytestring-
share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-W.html
share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-Z.html
share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index.html
-share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/haddock-util.js
+share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index.json
+share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/hslogo-16.png
share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/index.html
+share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/meta.json
share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/minus.gif
share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/ocean.css
share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/plus.gif
+share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/quick-jump.css
+share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/synopsis.png
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/
+share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Containers-ListUtils.html
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Graph.html
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntMap-Internal-Debug.html
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntMap-Internal.html
@@ -3414,6 +5248,7 @@ share/doc/ghc/html/libraries/containers-
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Map-Strict-Internal.html
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Map-Strict.html
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Map.html
+share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Sequence-Internal-Sorting.html
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Sequence-Internal.html
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Sequence.html
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Set-Internal.html
@@ -3448,6 +5283,7 @@ share/doc/ghc/html/libraries/containers-
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-N.html
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-O.html
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-P.html
+share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-Q.html
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-R.html
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-S.html
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-T.html
@@ -3456,12 +5292,16 @@ share/doc/ghc/html/libraries/containers-
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-W.html
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-Z.html
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index.html
-share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/haddock-util.js
+share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index.json
+share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/hslogo-16.png
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/index.html
+share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/meta.json
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/minus.gif
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/ocean.css
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/plus.gif
+share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/quick-jump.css
+share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/synopsis.png
share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/
share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/Control-DeepSeq.html
@@ -3469,29 +5309,79 @@ share/doc/ghc/html/libraries/deepseq-${D
share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/deepseq.haddock
share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/deepseq.txt
share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/doc-index.html
-share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/haddock-util.js
+share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/doc-index.json
+share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/hslogo-16.png
share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/index.html
+share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/meta.json
share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/minus.gif
share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/ocean.css
share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/plus.gif
+share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/quick-jump.css
+share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/synopsis.png
share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/
share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/LICENSE
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/System-Directory-Internal-Prelude.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/System-Directory-Internal.html
share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/System-Directory.html
share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/directory.haddock
share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/directory.txt
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-124.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-33.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-36.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-38.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-42.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-43.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-45.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-46.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-47.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-60.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-61.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-62.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-94.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-A.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-All.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-B.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-C.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-D.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-E.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-F.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-G.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-H.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-I.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-J.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-K.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-L.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-M.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-N.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-O.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-P.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-Q.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-R.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-S.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-T.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-U.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-V.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-W.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-X.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index-Z.html
share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index.html
-share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/haddock-util.js
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/doc-index.json
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/hslogo-16.png
share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/index.html
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/meta.json
share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/minus.gif
share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/ocean.css
share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/plus.gif
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/quick-jump.css
+share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/synopsis.png
share/doc/ghc/html/libraries/doc-index-124.html
share/doc/ghc/html/libraries/doc-index-126.html
share/doc/ghc/html/libraries/doc-index-33.html
+share/doc/ghc/html/libraries/doc-index-35.html
share/doc/ghc/html/libraries/doc-index-36.html
share/doc/ghc/html/libraries/doc-index-37.html
share/doc/ghc/html/libraries/doc-index-38.html
@@ -3504,8 +5394,10 @@ share/doc/ghc/html/libraries/doc-index-5
share/doc/ghc/html/libraries/doc-index-60.html
share/doc/ghc/html/libraries/doc-index-61.html
share/doc/ghc/html/libraries/doc-index-62.html
+share/doc/ghc/html/libraries/doc-index-63.html
share/doc/ghc/html/libraries/doc-index-92.html
share/doc/ghc/html/libraries/doc-index-94.html
+share/doc/ghc/html/libraries/doc-index-95.html
share/doc/ghc/html/libraries/doc-index-A.html
share/doc/ghc/html/libraries/doc-index-All.html
share/doc/ghc/html/libraries/doc-index-B.html
@@ -3540,20 +5432,26 @@ share/doc/ghc/html/libraries/filepath-${
share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/System-FilePath-Windows.html
share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/System-FilePath.html
share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/doc-index.html
+share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/doc-index.json
share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/filepath.haddock
share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/filepath.txt
-share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/haddock-util.js
+share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/hslogo-16.png
share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/index.html
+share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/meta.json
share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/minus.gif
share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/ocean.css
share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/plus.gif
+share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/quick-jump.css
+share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/synopsis.png
share/doc/ghc/html/libraries/gen_contents_index
share/doc/ghc/html/libraries/ghc-${GHC_VER}/
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Annotations.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/ApiAnnotation.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/Ar.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/AsmCodeGen.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/AsmUtils.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Avail.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Bag.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/BasicTypes.html
@@ -3622,6 +5520,7 @@ share/doc/ghc/html/libraries/ghc-${GHC_V
share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreArity.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreFVs.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreLint.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreMap.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreMonad.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreOpt.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/CorePrep.html
@@ -3634,12 +5533,12 @@ share/doc/ghc/html/libraries/ghc-${GHC_V
share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreUnfold.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreUtils.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/CostCentre.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/CostCentreState.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Coverage.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Ctype.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/DataCon.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Debug.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Debugger.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/DebuggerUtils.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Demand.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Desugar.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Digraph.html
@@ -3666,8 +5565,11 @@ share/doc/ghc/html/libraries/ghc-${GHC_V
share/doc/ghc/html/libraries/ghc-${GHC_VER}/DynamicLoading.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Elf.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Encoding.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/EnumSet.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/ErrUtils.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Exception.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/Exitify.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/ExtractDocs.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/FV.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/FamInst.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/FamInstEnv.html
@@ -3676,6 +5578,7 @@ share/doc/ghc/html/libraries/ghc-${GHC_V
share/doc/ghc/html/libraries/ghc-${GHC_VER}/FastString.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/FastStringEnv.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/FieldLabel.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/FileCleanup.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Finder.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Fingerprint.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/FiniteMap.html
@@ -3697,14 +5600,19 @@ share/doc/ghc/html/libraries/ghc-${GHC_V
share/doc/ghc/html/libraries/ghc-${GHC_VER}/HaddockUtils.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/HeaderInfo.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Hooks.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/Hoopl-Block.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/Hoopl-Collections.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Hoopl-Dataflow.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Hoopl.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/Hoopl-Graph.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/Hoopl-Label.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/HsBinds.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/HsDecls.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/HsDoc.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/HsDumpAst.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/HsExpr.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/HsExtension.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/HsImpExp.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/HsInstances.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/HsLit.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/HsPat.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/HsSyn.html
@@ -3831,6 +5739,7 @@ share/doc/ghc/html/libraries/ghc-${GHC_V
share/doc/ghc/html/libraries/ghc-${GHC_VER}/RnBinds.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/RnEnv.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/RnExpr.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/RnFixity.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/RnHsDoc.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/RnModIface.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/RnNames.html
@@ -3838,10 +5747,11 @@ share/doc/ghc/html/libraries/ghc-${GHC_V
share/doc/ghc/html/libraries/ghc-${GHC_VER}/RnSource.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/RnSplice.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/RnTypes.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/RnUnbound.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/RnUtils.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/RtClosureInspect.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Rules.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/SAT.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/SCCfinal.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/SMRep.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-AddrMode.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-Base.html
@@ -3895,6 +5805,11 @@ share/doc/ghc/html/libraries/ghc-${GHC_V
share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgSyn.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Stream.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/StringBuffer.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/SysTools-BaseDir.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/SysTools-ExtraObj.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/SysTools-Info.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/SysTools-Process.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/SysTools-Tasks.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/SysTools-Terminal.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/SysTools.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/THNames.html
@@ -3911,6 +5826,7 @@ share/doc/ghc/html/libraries/ghc-${GHC_V
share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcDerivUtils.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcEnv.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcErrors.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcEvTerm.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcEvidence.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcExpr.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcFlatten.html
@@ -3918,6 +5834,7 @@ share/doc/ghc/html/libraries/ghc-${GHC_V
share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcGenDeriv.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcGenFunctor.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcGenGenerics.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcHoleErrors.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcHsSyn.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcHsType.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcIface.html
@@ -3958,6 +5875,7 @@ share/doc/ghc/html/libraries/ghc-${GHC_V
share/doc/ghc/html/libraries/ghc-${GHC_VER}/UniqDFM.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/UniqDSet.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/UniqFM.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/UniqMap.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/UniqSet.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/UniqSupply.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Unique.html
@@ -3965,35 +5883,6 @@ share/doc/ghc/html/libraries/ghc-${GHC_V
share/doc/ghc/html/libraries/ghc-${GHC_VER}/Var.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/VarEnv.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/VarSet.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Builtins-Base.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Builtins-Initialise.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Builtins.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Convert.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Env.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Exp.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Generic-Description.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Generic-PADict.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Generic-PAMethods.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Generic-PData.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Monad-Base.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Monad-Global.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Monad-InstEnv.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Monad-Local.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Monad-Naming.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Monad.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Type-Classify.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Type-Env.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Type-TyConDecl.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Type-Type.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Utils-Base.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Utils-Closure.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Utils-Hoisting.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Utils-PADict.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Utils-Poly.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Utils.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Var.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise-Vect.html
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/Vectorise.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/WorkWrap.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/WwLib.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/X86-CodeGen.html
@@ -4035,17 +5924,22 @@ share/doc/ghc/html/libraries/ghc-${GHC_V
share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-Y.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-Z.html
share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index.json
share/doc/ghc/html/libraries/ghc-${GHC_VER}/ghc.haddock
share/doc/ghc/html/libraries/ghc-${GHC_VER}/ghc.txt
-share/doc/ghc/html/libraries/ghc-${GHC_VER}/haddock-util.js
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/ghc-${GHC_VER}/hslogo-16.png
share/doc/ghc/html/libraries/ghc-${GHC_VER}/index.html
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/meta.json
share/doc/ghc/html/libraries/ghc-${GHC_VER}/minus.gif
share/doc/ghc/html/libraries/ghc-${GHC_VER}/ocean.css
share/doc/ghc/html/libraries/ghc-${GHC_VER}/plus.gif
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/quick-jump.css
+share/doc/ghc/html/libraries/ghc-${GHC_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/ghc-${GHC_VER}/synopsis.png
share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/
share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/GHC-ForeignSrcLang.html
+share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/GHC-HandleEncoding.html
share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/GHC-LanguageExtensions.html
share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/GHC-PackageDb.html
share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/GHC-Serialized.html
@@ -4075,14 +5969,18 @@ share/doc/ghc/html/libraries/ghc-boot-${
share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-V.html
share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-W.html
share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index.html
+share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index.json
share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/ghc-boot.haddock
share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/ghc-boot.txt
-share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/haddock-util.js
+share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/hslogo-16.png
share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/index.html
+share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/meta.json
share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/minus.gif
share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/ocean.css
share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/plus.gif
+share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/quick-jump.css
+share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/synopsis.png
share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/
share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/GHC-ForeignSrcLang-Type.html
@@ -4090,29 +5988,83 @@ share/doc/ghc/html/libraries/ghc-boot-th
share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/GHC-Lexeme.html
share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/LICENSE
share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/doc-index.html
+share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/doc-index.json
share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/ghc-boot-th.haddock
share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/ghc-boot-th.txt
-share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/haddock-util.js
+share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/hslogo-16.png
share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/index.html
+share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/meta.json
share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/minus.gif
share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/ocean.css
share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/plus.gif
+share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/quick-jump.css
+share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/synopsis.png
share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/
share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/GHC-Compact-Serialized.html
share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/GHC-Compact.html
share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/LICENSE
share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/doc-index.html
+share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/doc-index.json
share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/ghc-compact.haddock
share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/ghc-compact.txt
-share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/haddock-util.js
+share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/hslogo-16.png
share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/index.html
+share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/meta.json
share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/minus.gif
share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/ocean.css
share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/plus.gif
+share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/quick-jump.css
+share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/synopsis.png
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/GHC-Exts-Heap-ClosureTypes.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/GHC-Exts-Heap-Closures.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/GHC-Exts-Heap-Constants.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/GHC-Exts-Heap-InfoTable-Types.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/GHC-Exts-Heap-InfoTable.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/GHC-Exts-Heap-InfoTableProf.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/GHC-Exts-Heap-Utils.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/GHC-Exts-Heap.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/LICENSE
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-A.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-All.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-B.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-C.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-D.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-E.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-F.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-G.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-H.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-I.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-L.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-M.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-N.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-O.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-P.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-Q.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-R.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-S.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-T.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-U.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-V.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index-W.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/doc-index.json
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/ghc-heap.haddock
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/ghc-heap.txt
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/haddock-bundle.min.js
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/hslogo-16.png
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/index.html
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/meta.json
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/minus.gif
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/ocean.css
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/plus.gif
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/quick-jump.css
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/quick-jump.min.js
+share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/synopsis.png
share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/
share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-CString.html
share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-Debug.html
@@ -4155,16 +6107,21 @@ share/doc/ghc/html/libraries/ghc-prim-${
share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-X.html
share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-Y.html
share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index.html
+share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index.json
share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/ghc-prim.haddock
share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/ghc-prim.txt
-share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/haddock-util.js
+share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/hslogo-16.png
share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/index.html
+share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/meta.json
share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/minus.gif
share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/ocean.css
share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/plus.gif
+share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/quick-jump.css
+share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/synopsis.png
share/doc/ghc/html/libraries/ghci-${GHC_VER}/
+share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-BinaryArray.html
share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-BreakArray.html
share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-CreateBCO.html
share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-FFI.html
@@ -4201,16 +6158,20 @@ share/doc/ghc/html/libraries/ghci-${GHC_
share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-U.html
share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-W.html
share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index.html
+share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index.json
share/doc/ghc/html/libraries/ghci-${GHC_VER}/ghci.haddock
share/doc/ghc/html/libraries/ghci-${GHC_VER}/ghci.txt
-share/doc/ghc/html/libraries/ghci-${GHC_VER}/haddock-util.js
+share/doc/ghc/html/libraries/ghci-${GHC_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/ghci-${GHC_VER}/hslogo-16.png
share/doc/ghc/html/libraries/ghci-${GHC_VER}/index.html
+share/doc/ghc/html/libraries/ghci-${GHC_VER}/meta.json
share/doc/ghc/html/libraries/ghci-${GHC_VER}/minus.gif
share/doc/ghc/html/libraries/ghci-${GHC_VER}/ocean.css
share/doc/ghc/html/libraries/ghci-${GHC_VER}/plus.gif
+share/doc/ghc/html/libraries/ghci-${GHC_VER}/quick-jump.css
+share/doc/ghc/html/libraries/ghci-${GHC_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/ghci-${GHC_VER}/synopsis.png
-share/doc/ghc/html/libraries/haddock-util.js
+share/doc/ghc/html/libraries/haddock-bundle.min.js
share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/
share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/LICENSE
share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/System-Console-Haskeline-Completion.html
@@ -4219,56 +6180,19 @@ share/doc/ghc/html/libraries/haskeline-$
share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/System-Console-Haskeline-MonadException.html
share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/System-Console-Haskeline.html
share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/doc-index.html
-share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/haddock-util.js
+share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/doc-index.json
+share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/haskeline.haddock
share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/haskeline.txt
share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/hslogo-16.png
share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/index.html
+share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/meta.json
share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/minus.gif
share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/ocean.css
share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/plus.gif
+share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/quick-jump.css
+share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/synopsis.png
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/Compiler-Hoopl-Internals.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/Compiler-Hoopl-Passes-DList.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/Compiler-Hoopl-Passes-Dominator.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/Compiler-Hoopl-Wrappers.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/Compiler-Hoopl.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/LICENSE
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-124.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-60.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-A.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-All.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-B.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-C.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-D.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-E.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-F.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-G.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-H.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-I.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-J.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-K.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-L.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-M.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-N.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-O.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-P.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-R.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-S.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-T.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-U.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index-W.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/doc-index.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/haddock-util.js
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/hoopl.haddock
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/hoopl.txt
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/hslogo-16.png
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/index.html
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/minus.gif
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/ocean.css
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/plus.gif
-share/doc/ghc/html/libraries/hoopl-${HOOPL_VER}/synopsis.png
share/doc/ghc/html/libraries/hpc-${HPC_VER}/
share/doc/ghc/html/libraries/hpc-${HPC_VER}/LICENSE
share/doc/ghc/html/libraries/hpc-${HPC_VER}/Trace-Hpc-Mix.html
@@ -4276,14 +6200,18 @@ share/doc/ghc/html/libraries/hpc-${HPC_V
share/doc/ghc/html/libraries/hpc-${HPC_VER}/Trace-Hpc-Tix.html
share/doc/ghc/html/libraries/hpc-${HPC_VER}/Trace-Hpc-Util.html
share/doc/ghc/html/libraries/hpc-${HPC_VER}/doc-index.html
-share/doc/ghc/html/libraries/hpc-${HPC_VER}/haddock-util.js
+share/doc/ghc/html/libraries/hpc-${HPC_VER}/doc-index.json
+share/doc/ghc/html/libraries/hpc-${HPC_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/hpc-${HPC_VER}/hpc.haddock
share/doc/ghc/html/libraries/hpc-${HPC_VER}/hpc.txt
share/doc/ghc/html/libraries/hpc-${HPC_VER}/hslogo-16.png
share/doc/ghc/html/libraries/hpc-${HPC_VER}/index.html
+share/doc/ghc/html/libraries/hpc-${HPC_VER}/meta.json
share/doc/ghc/html/libraries/hpc-${HPC_VER}/minus.gif
share/doc/ghc/html/libraries/hpc-${HPC_VER}/ocean.css
share/doc/ghc/html/libraries/hpc-${HPC_VER}/plus.gif
+share/doc/ghc/html/libraries/hpc-${HPC_VER}/quick-jump.css
+share/doc/ghc/html/libraries/hpc-${HPC_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/hpc-${HPC_VER}/synopsis.png
share/doc/ghc/html/libraries/hslogo-16.png
share/doc/ghc/html/libraries/index.html
@@ -4293,17 +6221,163 @@ share/doc/ghc/html/libraries/integer-gmp
share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/GHC-Integer.html
share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/LICENSE
share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/doc-index.html
-share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/haddock-util.js
+share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/doc-index.json
+share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/hslogo-16.png
share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/index.html
share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/integer-gmp.haddock
share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/integer-gmp.txt
+share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/meta.json
share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/minus.gif
share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/ocean.css
share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/plus.gif
+share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/quick-jump.css
+share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/synopsis.png
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/GHCi-Utils.html
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/LICENSE
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/Lib.html
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/doc-index.html
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/doc-index.json
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/haddock-bundle.min.js
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/hslogo-16.png
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/index.html
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/libiserv.haddock
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/libiserv.txt
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/meta.json
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/minus.gif
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/ocean.css
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/plus.gif
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/quick-jump.css
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/quick-jump.min.js
+share/doc/ghc/html/libraries/libiserv-${LIBISERV_VER}/synopsis.png
share/doc/ghc/html/libraries/minus.gif
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-Cont-Class.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-Cont.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-Error-Class.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-Error.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-Except.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-Identity.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-List.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-RWS-Class.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-RWS-Lazy.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-RWS-Strict.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-RWS.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-Reader-Class.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-Reader.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-State-Class.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-State-Lazy.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-State-Strict.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-State.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-Trans.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-Writer-Class.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-Writer-Lazy.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-Writer-Strict.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/Control-Monad-Writer.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/LICENSE
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-60.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-61.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-62.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-A.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-All.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-C.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-D.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-E.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-F.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-G.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-I.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-J.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-L.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-M.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-N.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-P.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-R.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-S.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-T.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-U.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-V.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-W.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index-Z.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/doc-index.json
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/haddock-bundle.min.js
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/hslogo-16.png
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/index.html
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/meta.json
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/minus.gif
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/mtl.haddock
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/mtl.txt
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/ocean.css
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/plus.gif
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/quick-jump.css
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/quick-jump.min.js
+share/doc/ghc/html/libraries/mtl-${MTL_VER}/synopsis.png
share/doc/ghc/html/libraries/ocean.css
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/LICENSE
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-Parsec-ByteString-Lazy.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-Parsec-ByteString.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-Parsec-Char.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-Parsec-Combinator.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-Parsec-Error.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-Parsec-Expr.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-Parsec-Language.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-Parsec-Perm.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-Parsec-Pos.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-Parsec-Prim.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-Parsec-String.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-Parsec-Text-Lazy.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-Parsec-Text.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-Parsec-Token.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-Parsec.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-ParserCombinators-Parsec-Char.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-ParserCombinators-Parsec-Combinator.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-ParserCombinators-Parsec-Error.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-ParserCombinators-Parsec-Expr.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-ParserCombinators-Parsec-Language.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-ParserCombinators-Parsec-Perm.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-ParserCombinators-Parsec-Pos.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-ParserCombinators-Parsec-Prim.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-ParserCombinators-Parsec-Token.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/Text-ParserCombinators-Parsec.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-60.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-A.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-All.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-B.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-C.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-D.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-E.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-F.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-G.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-H.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-I.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-J.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-L.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-M.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-N.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-O.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-P.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-R.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-S.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-T.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-U.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index-W.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/doc-index.json
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/haddock-bundle.min.js
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/hslogo-16.png
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/index.html
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/meta.json
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/minus.gif
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/ocean.css
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/parsec.haddock
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/parsec.txt
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/plus.gif
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/quick-jump.css
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/quick-jump.min.js
+share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/synopsis.png
share/doc/ghc/html/libraries/plus.gif
share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/
share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/LICENSE
@@ -4314,14 +6388,18 @@ share/doc/ghc/html/libraries/pretty-${PR
share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/Text-PrettyPrint-HughesPJClass.html
share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/Text-PrettyPrint.html
share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/doc-index.html
-share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/haddock-util.js
+share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/doc-index.json
+share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/hslogo-16.png
share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/index.html
+share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/meta.json
share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/minus.gif
share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/ocean.css
share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/plus.gif
share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/pretty.haddock
share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/pretty.txt
+share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/quick-jump.css
+share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/synopsis.png
share/doc/ghc/html/libraries/process-${PROCESS_VER}/
share/doc/ghc/html/libraries/process-${PROCESS_VER}/LICENSE
@@ -4329,20 +6407,51 @@ share/doc/ghc/html/libraries/process-${P
share/doc/ghc/html/libraries/process-${PROCESS_VER}/System-Process-Internals.html
share/doc/ghc/html/libraries/process-${PROCESS_VER}/System-Process.html
share/doc/ghc/html/libraries/process-${PROCESS_VER}/doc-index.html
-share/doc/ghc/html/libraries/process-${PROCESS_VER}/haddock-util.js
+share/doc/ghc/html/libraries/process-${PROCESS_VER}/doc-index.json
+share/doc/ghc/html/libraries/process-${PROCESS_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/process-${PROCESS_VER}/hslogo-16.png
share/doc/ghc/html/libraries/process-${PROCESS_VER}/index.html
+share/doc/ghc/html/libraries/process-${PROCESS_VER}/meta.json
share/doc/ghc/html/libraries/process-${PROCESS_VER}/minus.gif
share/doc/ghc/html/libraries/process-${PROCESS_VER}/ocean.css
share/doc/ghc/html/libraries/process-${PROCESS_VER}/plus.gif
share/doc/ghc/html/libraries/process-${PROCESS_VER}/process.haddock
share/doc/ghc/html/libraries/process-${PROCESS_VER}/process.txt
+share/doc/ghc/html/libraries/process-${PROCESS_VER}/quick-jump.css
+share/doc/ghc/html/libraries/process-${PROCESS_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/process-${PROCESS_VER}/synopsis.png
share/doc/ghc/html/libraries/prologue.txt
+share/doc/ghc/html/libraries/quick-jump.css
+share/doc/ghc/html/libraries/stm-${STM_VER}/
+share/doc/ghc/html/libraries/stm-${STM_VER}/Control-Concurrent-STM-TArray.html
+share/doc/ghc/html/libraries/stm-${STM_VER}/Control-Concurrent-STM-TBQueue.html
+share/doc/ghc/html/libraries/stm-${STM_VER}/Control-Concurrent-STM-TChan.html
+share/doc/ghc/html/libraries/stm-${STM_VER}/Control-Concurrent-STM-TMVar.html
+share/doc/ghc/html/libraries/stm-${STM_VER}/Control-Concurrent-STM-TQueue.html
+share/doc/ghc/html/libraries/stm-${STM_VER}/Control-Concurrent-STM-TSem.html
+share/doc/ghc/html/libraries/stm-${STM_VER}/Control-Concurrent-STM-TVar.html
+share/doc/ghc/html/libraries/stm-${STM_VER}/Control-Concurrent-STM.html
+share/doc/ghc/html/libraries/stm-${STM_VER}/Control-Monad-STM.html
+share/doc/ghc/html/libraries/stm-${STM_VER}/LICENSE
+share/doc/ghc/html/libraries/stm-${STM_VER}/doc-index.html
+share/doc/ghc/html/libraries/stm-${STM_VER}/doc-index.json
+share/doc/ghc/html/libraries/stm-${STM_VER}/haddock-bundle.min.js
+share/doc/ghc/html/libraries/stm-${STM_VER}/hslogo-16.png
+share/doc/ghc/html/libraries/stm-${STM_VER}/index.html
+share/doc/ghc/html/libraries/stm-${STM_VER}/meta.json
+share/doc/ghc/html/libraries/stm-${STM_VER}/minus.gif
+share/doc/ghc/html/libraries/stm-${STM_VER}/ocean.css
+share/doc/ghc/html/libraries/stm-${STM_VER}/plus.gif
+share/doc/ghc/html/libraries/stm-${STM_VER}/quick-jump.css
+share/doc/ghc/html/libraries/stm-${STM_VER}/quick-jump.min.js
+share/doc/ghc/html/libraries/stm-${STM_VER}/stm.haddock
+share/doc/ghc/html/libraries/stm-${STM_VER}/stm.txt
+share/doc/ghc/html/libraries/stm-${STM_VER}/synopsis.png
share/doc/ghc/html/libraries/synopsis.png
share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/
share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/LICENSE
share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/Language-Haskell-TH-LanguageExtensions.html
+share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/Language-Haskell-TH-Lib-Internal.html
share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/Language-Haskell-TH-Lib.html
share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/Language-Haskell-TH-Ppr.html
share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/Language-Haskell-TH-PprLib.html
@@ -4376,12 +6485,16 @@ share/doc/ghc/html/libraries/template-ha
share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/doc-index-V.html
share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/doc-index-W.html
share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/doc-index.html
-share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/haddock-util.js
+share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/doc-index.json
+share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/hslogo-16.png
share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/index.html
+share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/meta.json
share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/minus.gif
share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/ocean.css
share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/plus.gif
+share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/quick-jump.css
+share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/synopsis.png
share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/template-haskell.haddock
share/doc/ghc/html/libraries/template-haskell-${TEMPLATE_HASKELL_VER}/template-haskell.txt
@@ -4395,15 +6508,104 @@ share/doc/ghc/html/libraries/terminfo-${
share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/System-Console-Terminfo-Keys.html
share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/System-Console-Terminfo.html
share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/doc-index.html
-share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/haddock-util.js
+share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/doc-index.json
+share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/hslogo-16.png
share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/index.html
+share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/meta.json
share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/minus.gif
share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/ocean.css
share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/plus.gif
+share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/quick-jump.css
+share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/synopsis.png
share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/terminfo.haddock
share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/terminfo.txt
+share/doc/ghc/html/libraries/text-${TEXT_VER}/
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Array.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Encoding-Error.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Encoding.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Foreign.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-IO.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Builder-Functions.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Builder-Int-Digits.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Builder-RealFloat-Functions.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Builder.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Encoding-Fusion-Common.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Encoding-Fusion.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Encoding-Utf16.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Encoding-Utf32.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Encoding-Utf8.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Functions.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Fusion-CaseMapping.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Fusion-Common.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Fusion-Size.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Fusion-Types.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Fusion.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-IO.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Lazy-Encoding-Fusion.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Lazy-Fusion.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Lazy-Search.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Lazy.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Private.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Read.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Search.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Unsafe-Char.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Unsafe-Shift.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal-Unsafe.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Internal.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Lazy-Builder-Int.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Lazy-Builder-RealFloat.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Lazy-Builder.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Lazy-Encoding.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Lazy-IO.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Lazy-Internal.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Lazy-Read.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Lazy.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Read.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text-Unsafe.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/Data-Text.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/LICENSE
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-58.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-60.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-A.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-All.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-B.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-C.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-D.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-E.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-F.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-G.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-H.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-I.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-J.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-L.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-M.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-N.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-O.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-P.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-R.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-S.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-T.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-U.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-V.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-W.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-Y.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index-Z.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/doc-index.json
+share/doc/ghc/html/libraries/text-${TEXT_VER}/haddock-bundle.min.js
+share/doc/ghc/html/libraries/text-${TEXT_VER}/hslogo-16.png
+share/doc/ghc/html/libraries/text-${TEXT_VER}/index.html
+share/doc/ghc/html/libraries/text-${TEXT_VER}/meta.json
+share/doc/ghc/html/libraries/text-${TEXT_VER}/minus.gif
+share/doc/ghc/html/libraries/text-${TEXT_VER}/ocean.css
+share/doc/ghc/html/libraries/text-${TEXT_VER}/plus.gif
+share/doc/ghc/html/libraries/text-${TEXT_VER}/quick-jump.css
+share/doc/ghc/html/libraries/text-${TEXT_VER}/quick-jump.min.js
+share/doc/ghc/html/libraries/text-${TEXT_VER}/synopsis.png
+share/doc/ghc/html/libraries/text-${TEXT_VER}/text.haddock
+share/doc/ghc/html/libraries/text-${TEXT_VER}/text.txt
share/doc/ghc/html/libraries/time-${TIME_VER}/
share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Calendar-Easter.html
share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Calendar-Julian.html
@@ -4441,12 +6643,16 @@ share/doc/ghc/html/libraries/time-${TIME
share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-W.html
share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-Z.html
share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index.html
-share/doc/ghc/html/libraries/time-${TIME_VER}/haddock-util.js
+share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index.json
+share/doc/ghc/html/libraries/time-${TIME_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/time-${TIME_VER}/hslogo-16.png
share/doc/ghc/html/libraries/time-${TIME_VER}/index.html
+share/doc/ghc/html/libraries/time-${TIME_VER}/meta.json
share/doc/ghc/html/libraries/time-${TIME_VER}/minus.gif
share/doc/ghc/html/libraries/time-${TIME_VER}/ocean.css
share/doc/ghc/html/libraries/time-${TIME_VER}/plus.gif
+share/doc/ghc/html/libraries/time-${TIME_VER}/quick-jump.css
+share/doc/ghc/html/libraries/time-${TIME_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/time-${TIME_VER}/synopsis.png
share/doc/ghc/html/libraries/time-${TIME_VER}/time.haddock
share/doc/ghc/html/libraries/time-${TIME_VER}/time.txt
@@ -4454,6 +6660,7 @@ share/doc/ghc/html/libraries/transformer
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Applicative-Backwards.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Applicative-Lift.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Signatures.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-Accum.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-Class.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-Cont.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-Error.html
@@ -4461,26 +6668,51 @@ share/doc/ghc/html/libraries/transformer
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-Identity.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-List.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-Maybe.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-RWS-CPS.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-RWS-Lazy.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-RWS-Strict.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-RWS.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-Reader.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-Select.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-State-Lazy.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-State-Strict.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-State.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-Writer-CPS.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-Writer-Lazy.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-Writer-Strict.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-Writer.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Data-Functor-Constant.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Data-Functor-Reverse.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/LICENSE
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-A.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-All.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-B.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-C.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-E.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-F.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-G.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-I.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-L.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-M.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-N.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-O.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-P.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-R.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-S.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-T.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-U.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index-W.html
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index.html
-share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/haddock-util.js
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/doc-index.json
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/hslogo-16.png
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/index.html
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/meta.json
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/minus.gif
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/ocean.css
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/plus.gif
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/quick-jump.css
+share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/synopsis.png
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/transformers.haddock
share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/transformers.txt
@@ -4545,12 +6777,16 @@ share/doc/ghc/html/libraries/unix-${UNIX
share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-V.html
share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-W.html
share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index.html
-share/doc/ghc/html/libraries/unix-${UNIX_VER}/haddock-util.js
+share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index.json
+share/doc/ghc/html/libraries/unix-${UNIX_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/unix-${UNIX_VER}/hslogo-16.png
share/doc/ghc/html/libraries/unix-${UNIX_VER}/index.html
+share/doc/ghc/html/libraries/unix-${UNIX_VER}/meta.json
share/doc/ghc/html/libraries/unix-${UNIX_VER}/minus.gif
share/doc/ghc/html/libraries/unix-${UNIX_VER}/ocean.css
share/doc/ghc/html/libraries/unix-${UNIX_VER}/plus.gif
+share/doc/ghc/html/libraries/unix-${UNIX_VER}/quick-jump.css
+share/doc/ghc/html/libraries/unix-${UNIX_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/unix-${UNIX_VER}/synopsis.png
share/doc/ghc/html/libraries/unix-${UNIX_VER}/unix.haddock
share/doc/ghc/html/libraries/unix-${UNIX_VER}/unix.txt
@@ -4589,26 +6825,32 @@ share/doc/ghc/html/libraries/xhtml-${XHT
share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-W.html
share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-Y.html
share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index.html
-share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/haddock-util.js
+share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index.json
+share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/haddock-bundle.min.js
share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/hslogo-16.png
share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/index.html
+share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/meta.json
share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/minus.gif
share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/ocean.css
share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/plus.gif
+share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/quick-jump.css
+share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/quick-jump.min.js
share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/synopsis.png
share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/xhtml.haddock
share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/xhtml.txt
share/doc/ghc/html/users_guide/
share/doc/ghc/html/users_guide/.buildinfo
-share/doc/ghc/html/users_guide/8.0.2-notes.html
-share/doc/ghc/html/users_guide/8.2.1-notes.html
-share/doc/ghc/html/users_guide/${GHC_VER}-notes.html
+share/doc/ghc/html/users_guide/8.6.1-notes.html
+share/doc/ghc/html/users_guide/8.6.2-notes.html
+share/doc/ghc/html/users_guide/8.6.3-notes.html
+share/doc/ghc/html/users_guide/8.6.4-notes.html
share/doc/ghc/html/users_guide/_images/
share/doc/ghc/html/users_guide/_images/prof_scc.svg
share/doc/ghc/html/users_guide/_sources/
-share/doc/ghc/html/users_guide/_sources/8.0.2-notes.txt
-share/doc/ghc/html/users_guide/_sources/8.2.1-notes.txt
-share/doc/ghc/html/users_guide/_sources/${GHC_VER}-notes.txt
+share/doc/ghc/html/users_guide/_sources/8.6.1-notes.txt
+share/doc/ghc/html/users_guide/_sources/8.6.2-notes.txt
+share/doc/ghc/html/users_guide/_sources/8.6.3-notes.txt
+share/doc/ghc/html/users_guide/_sources/8.6.4-notes.txt
share/doc/ghc/html/users_guide/_sources/bugs.txt
share/doc/ghc/html/users_guide/_sources/codegens.txt
share/doc/ghc/html/users_guide/_sources/debug-info.txt
@@ -4642,6 +6884,7 @@ share/doc/ghc/html/users_guide/_sources/
share/doc/ghc/html/users_guide/_sources/using-warnings.txt
share/doc/ghc/html/users_guide/_sources/using.txt
share/doc/ghc/html/users_guide/_sources/utils.txt
+share/doc/ghc/html/users_guide/_sources/what_glasgow_exts_does.txt
share/doc/ghc/html/users_guide/_sources/win32-dlls.txt
share/doc/ghc/html/users_guide/_static/
share/doc/ghc/html/users_guide/_static/Recip.png
@@ -4705,4 +6948,5 @@ share/doc/ghc/html/users_guide/using-opt
share/doc/ghc/html/users_guide/using-warnings.html
share/doc/ghc/html/users_guide/using.html
share/doc/ghc/html/users_guide/utils.html
+share/doc/ghc/html/users_guide/what_glasgow_exts_does.html
share/doc/ghc/html/users_guide/win32-dlls.html
Hi,
On Mon, Sep 23, 2019 at 01:37:15PM +0200, Matthias Kilian wrote:
> I've started a build on i386, [...]
Which failed because your -fPIC changes for the bundled gmp were
for amd64 only.
Instead of adding more madness (like a patch to diff in this case),
I compared the bundled gmp sources against the upstream used by
devel/gmp (which are identical except for the remoced coeumentation
in ghc's version) and hat a look at at the patch to gmp contained
in the ghc sources (libraries/integer-gmp/gmp/gmpsrc.patch, which
only adds -fPIC for some systems).
So I think ghc should just use gmp from devel/gmp. At least it builds
for me (on i386).
Complete diff against lang/ghc in the current ports tree attached, in
case anyone else wants to play with it.
The addition of charset to WANTLIB snuck in because port-lib-depends-check
told me so ;-)
Here's a diff for lang/ghc/Makefile against *your* version on github,
you should also remove
patches/patch-libraries_integer-gmp_gmp_gmpsrc_patch:
diff -x CVS -x xpatches -ruN ../ghc-greg/Makefile ./Makefile
--- ../ghc-greg/Makefile Thu Sep 19 23:55:44 2019
+++ ./Makefile Mon Sep 23 22:58:08 2019
@@ -26,16 +26,17 @@
MODPY_RUNDEP = No
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
-# BSD w/o advertising clause + LGPLv3 (from libgmp).
+# BSD w/o advertising clause.
# Distfile is bundled with other stuff like libffi, mingw
# binaries, with BSD, GPLv2 and Perl artistic license.
PERMIT_PACKAGE = Yes
-WANTLIB += c curses iconv m pthread util
+WANTLIB += c charset curses gmp iconv m pthread util
SHARED_LIBS += ffi 8.0
-LIB_DEPENDS = converters/libiconv
+LIB_DEPENDS = converters/libiconv \
+ devel/gmp
BUILD_DEPENDS = archivers/bzip2 \
archivers/gtar \
@@ -117,7 +118,9 @@
.endif
CONFIGURE_STYLE = gnu
-CONFIGURE_ARGS += --with-iconv-includes=${LOCALBASE}/include \
+CONFIGURE_ARGS += --with-gmp-includes=${LOCALBASE}/include \
+ --with-gmp-libraries=${LOCALBASE}/lib \
+ --with-iconv-includes=${LOCALBASE}/include \
--with-iconv-libraries=${LOCALBASE}/lib \
CC="${CC}"
Still to clarify / fix:
- architecture-dependent directories in hs-ports.
- the libffi shared library built from the bundled ffi; not sure wether
this is a problem or not, but it looks a little bit scary.
Ciao,
Kili
No comments:
Post a Comment