Date: Sun, 29 Aug 2021 13:38:50 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 707da9c7da83 - main - lang/ghc: Update to 8.10.6 Message-ID: <202108291338.17TDcob4073197@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=707da9c7da8357a8e65213afa1a0880cea361584 commit 707da9c7da8357a8e65213afa1a0880cea361584 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2021-08-29 09:10:14 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2021-08-29 13:37:32 +0000 lang/ghc: Update to 8.10.6 --- lang/ghc/Makefile | 11 +- lang/ghc/distinfo | 6 +- lang/ghc/files/patch-configure.ac | 12 - ...abal__Distribution__Simple__Program__Builtin.hs | 39 - lang/ghc/files/patch-libraries_base_base.cabal | 12 - lang/ghc/files/patch-sphinx-fix.diff | 27 - lang/ghc/pkg-plist | 1934 ++++++++++---------- 7 files changed, 974 insertions(+), 1067 deletions(-) diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index e25592e5b332..54497046ee2a 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -23,7 +23,7 @@ USES= autoreconf compiler:c11 gmake iconv:patch,translit \ USE_LOCALE= en_US.UTF-8 USE_PERL5= build GNU_CONFIGURE= yes -CONFIGURE_ENV= CC=${CC} LD=${LD} PATH=${SLAVES_PREFIX}/bin:${PATH} +CONFIGURE_ENV= PATH=${SLAVES_PREFIX}/bin:${PATH} MAKE_ENV= PATH=${SLAVES_PREFIX}/bin:${PATH} SUB_FILES= build.mk @@ -71,7 +71,7 @@ BOOT_SUB_LIST_OFF= HSC2HS=${BOOT_HSC2HS} PROFILE_SUB_LIST= WITH_PROFILE="YES" PROFILE_SUB_LIST_OFF= WITH_PROFILE="NO" -GHC_VERSION= 8.10.5 +GHC_VERSION= 8.10.6 CABAL_VERSION= 3.2.1.0 HSCOLOUR_VERSION= 1.24.4 LLVM_VERSION= 10 @@ -84,6 +84,8 @@ PORTDOCS= * .include <bsd.port.pre.mk> +CONFIGURE_TARGET= ${GHC_ARCH}-portbld-${OPSYS:tl} + # This version of ncurses is needed by bootstrap compiler .if ${OSVERSION} > 1300078 && empty(PORT_OPTIONS:MBOOT) && ${ARCH} != powerpc64 BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libncursesw.so.8:misc/compat12x @@ -186,11 +188,6 @@ SLAVES_PREFIX= ${WRKDIR}/slaves_prefix SLAVES_WRKDIRPREFIX= ${WRKDIR}/slaves_wrkdirprefix post-patch: - @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|; \ - s|%%AR%%|${AR}|; \ - s|%%LD%%|${LD}|' \ - ${WRKSRC}/libraries/Cabal/Cabal/Distribution/Simple/Program/Builtin.hs - .if empty(PORT_OPTIONS:MBOOT) @${REINPLACE_CMD} -e '/^mandir/d' ${BOOT_DIR}/mk/build.mk @${REINPLACE_CMD} -e '/^infodir/d' ${BOOT_DIR}/mk/build.mk diff --git a/lang/ghc/distinfo b/lang/ghc/distinfo index 7da8765b1777..debcea94e02b 100644 --- a/lang/ghc/distinfo +++ b/lang/ghc/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1622990833 -SHA256 (ghc-8.10.5-src.tar.xz) = f10941f16e4fbd98580ab5241b9271bb0851304560c4d5ca127e3b0e20e3076f -SIZE (ghc-8.10.5-src.tar.xz) = 19920148 +TIMESTAMP = 1629818779 +SHA256 (ghc-8.10.6-src.tar.xz) = 43afba72a533408b42c1492bd047b5e37e5f7204e41a5cedd3182cc841610ce9 +SIZE (ghc-8.10.6-src.tar.xz) = 19932832 SHA256 (ghc-8.6.5-boot-amd64-freebsd.tar.xz) = aeaf8c0fee0d83de5088aa7ab92e92ee6999b4830e01e33bf3dd450b115c0208 SIZE (ghc-8.6.5-boot-amd64-freebsd.tar.xz) = 70213260 SHA256 (ghc-8.6.5-boot-i386-freebsd.tar.xz) = 47cc24cdcfa19601bb81a7f5660d1d72fec1110119e8ffe1daa0cddc7959206f diff --git a/lang/ghc/files/patch-configure.ac b/lang/ghc/files/patch-configure.ac deleted file mode 100644 index 92938ebf64f9..000000000000 --- a/lang/ghc/files/patch-configure.ac +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.ac.orig 2018-04-17 19:30:22 UTC -+++ configure.ac -@@ -447,6 +447,9 @@ XCODE_VERSION() - dnl ** Building a cross compiler? - dnl -------------------------------------------------------------- - CrossCompiling=NO -+ -+build=`echo $build | sed -e 's/amd64-/x86_64-/g; s/armv[[67]]-/arm-/g; s/-freebsd.*$/-freebsd/g'` -+ - # If 'host' and 'target' differ, then this means we are building a cross-compiler. - if test "$TargetPlatform" != "$HostPlatform" ; then - CrossCompiling=YES diff --git a/lang/ghc/files/patch-libraries__Cabal__Cabal__Distribution__Simple__Program__Builtin.hs b/lang/ghc/files/patch-libraries__Cabal__Cabal__Distribution__Simple__Program__Builtin.hs deleted file mode 100644 index 96b536dc0eab..000000000000 --- a/lang/ghc/files/patch-libraries__Cabal__Cabal__Distribution__Simple__Program__Builtin.hs +++ /dev/null @@ -1,39 +0,0 @@ ---- libraries/Cabal/Cabal/Distribution/Simple/Program/Builtin.hs.orig 2017-11-28 16:40:34 UTC -+++ libraries/Cabal/Cabal/Distribution/Simple/Program/Builtin.hs -@@ -59,6 +59,8 @@ import Distribution.Compat.Exception - import Distribution.Verbosity - import Distribution.Version - -+import System.FilePath (takeDirectory) -+ - import qualified Data.Map as Map - - -- ------------------------------------------------------------ -@@ -265,11 +267,13 @@ alexProgram = (simpleProgram "alex") { - - gccProgram :: Program - gccProgram = (simpleProgram "gcc") { -- programFindVersion = findProgramVersion "-dumpversion" id -- } -+ programFindLocation = \v p -> findProgramOnSearchPath v p "%%CC%%" -+} - - arProgram :: Program --arProgram = simpleProgram "ar" -+arProgram = (simpleProgram "ar") { -+ programFindLocation = \v p -> findProgramOnSearchPath v p "%%AR%%" -+} - - stripProgram :: Program - stripProgram = (simpleProgram "strip") { -@@ -337,7 +341,9 @@ greencardProgram :: Program - greencardProgram = simpleProgram "greencard" - - ldProgram :: Program --ldProgram = simpleProgram "ld" -+ldProgram = (simpleProgram "ld") { -+ programFindLocation = \v p -> findProgramOnSearchPath v p "%%LD%%" -+ } - - tarProgram :: Program - tarProgram = (simpleProgram "tar") { diff --git a/lang/ghc/files/patch-libraries_base_base.cabal b/lang/ghc/files/patch-libraries_base_base.cabal deleted file mode 100644 index 5f8712a9655a..000000000000 --- a/lang/ghc/files/patch-libraries_base_base.cabal +++ /dev/null @@ -1,12 +0,0 @@ ---- libraries/base/base.cabal.orig 2021-06-05 13:37:03 UTC -+++ libraries/base/base.cabal -@@ -404,6 +404,9 @@ Library - System.CPUTime.Posix.RUsage - System.CPUTime.Unsupported - -+ if os(freebsd) -+ cc-options: -DLIBICONV_PLUG -+ - -- We need to set the unit id to base (without a version number) - -- as it's magic. - ghc-options: -this-unit-id base diff --git a/lang/ghc/files/patch-sphinx-fix.diff b/lang/ghc/files/patch-sphinx-fix.diff deleted file mode 100644 index 3cfc4c03b6ff..000000000000 --- a/lang/ghc/files/patch-sphinx-fix.diff +++ /dev/null @@ -1,27 +0,0 @@ -https://bugs.gentoo.org/792558 - -From 83407ffc7acc00cc025b9f6ed063add9ab9f9bcc Mon Sep 17 00:00:00 2001 -From: Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> -Date: Fri, 25 Sep 2020 02:52:19 +0200 -Subject: [PATCH] Various documentation fixes - -* Use r'' in conf.py. This fixes a Sphinx warning: - WARNING: Support for evaluating Python 2 syntax is deprecated and will be removed in Sphinx 4.0. Convert docs/users_guide/conf.py to Python 3 syntax. ---- docs/users_guide/conf.py -+++ docs/users_guide/conf.py -@@ -100,13 +100,13 @@ htmlhelp_basename = 'GHCUsersGuide' - latex_elements = { - 'inputenc': '', - 'utf8extra': '', -- 'preamble': ''' -+ 'preamble': r''' - \usepackage{fontspec} - \usepackage{makeidx} - \setsansfont{DejaVu Sans} - \setromanfont{DejaVu Serif} - \setmonofont{DejaVu Sans Mono} --\setlength{\\tymin}{45pt} -+\setlength{\tymin}{45pt} - ''', - } - diff --git a/lang/ghc/pkg-plist b/lang/ghc/pkg-plist index 4d27e8ba3392..8a4b6c5eec34 100644 --- a/lang/ghc/pkg-plist +++ b/lang/ghc/pkg-plist @@ -792,748 +792,748 @@ lib/ghc-%%GHC_VERSION%%/array-0.5.4.0/HSarray-0.5.4.0.o %%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/array-0.5.4.0/libHSarray-0.5.4.0-ghc%%GHC_VERSION%%.so lib/ghc-%%GHC_VERSION%%/array-0.5.4.0/libHSarray-0.5.4.0.a %%PROFILE%%lib/ghc-%%GHC_VERSION%%/array-0.5.4.0/libHSarray-0.5.4.0_p.a -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Applicative.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Applicative.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Applicative.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Arrow.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Arrow.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Arrow.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Category.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Category.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Category.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Concurrent.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Concurrent.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Concurrent.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Concurrent/Chan.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Concurrent/Chan.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Concurrent/Chan.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Concurrent/MVar.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Concurrent/MVar.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Concurrent/MVar.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Concurrent/QSem.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Concurrent/QSem.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Concurrent/QSem.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Concurrent/QSemN.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Concurrent/QSemN.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Concurrent/QSemN.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Exception.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Exception.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Exception.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Exception/Base.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Exception/Base.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Exception/Base.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/Fail.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/Fail.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/Fail.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/Fix.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/Fix.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/Fix.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/IO/Class.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/IO/Class.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/IO/Class.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/Instances.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/Instances.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/Instances.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Imp.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Imp.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Imp.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Lazy.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Lazy.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Lazy.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Lazy/Imp.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Lazy/Imp.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Lazy/Imp.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Lazy/Safe.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Lazy/Safe.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Lazy/Safe.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Lazy/Unsafe.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Lazy/Unsafe.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Lazy/Unsafe.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Safe.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Safe.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Safe.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Strict.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Strict.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Strict.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Unsafe.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Unsafe.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/ST/Unsafe.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/Zip.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/Zip.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Control/Monad/Zip.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Bifoldable.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Bifoldable.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Bifoldable.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Bifunctor.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Bifunctor.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Bifunctor.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Bitraversable.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Bitraversable.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Bitraversable.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Bits.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Bits.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Bits.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Bool.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Bool.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Bool.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Char.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Char.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Char.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Coerce.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Coerce.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Coerce.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Complex.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Complex.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Complex.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Data.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Data.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Data.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Dynamic.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Dynamic.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Dynamic.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Either.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Either.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Either.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Eq.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Eq.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Eq.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Fixed.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Fixed.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Fixed.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Foldable.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Foldable.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Foldable.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Function.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Function.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Function.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Classes.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Classes.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Classes.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Compose.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Compose.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Compose.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Const.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Const.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Const.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Contravariant.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Contravariant.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Contravariant.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Identity.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Identity.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Identity.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Product.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Product.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Product.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Sum.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Sum.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Sum.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Utils.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Utils.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Functor/Utils.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/IORef.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/IORef.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/IORef.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Int.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Int.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Int.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Ix.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Ix.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Ix.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Kind.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Kind.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Kind.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/List.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/List.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/List.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/List/NonEmpty.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/List/NonEmpty.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/List/NonEmpty.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Maybe.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Maybe.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Maybe.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Monoid.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Monoid.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Monoid.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/OldList.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/OldList.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/OldList.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Ord.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Ord.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Ord.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Proxy.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Proxy.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Proxy.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Ratio.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Ratio.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Ratio.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/STRef.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/STRef.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/STRef.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/STRef/Lazy.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/STRef/Lazy.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/STRef/Lazy.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/STRef/Strict.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/STRef/Strict.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/STRef/Strict.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Semigroup.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Semigroup.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Semigroup.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Semigroup/Internal.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Semigroup/Internal.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Semigroup/Internal.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/String.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/String.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/String.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Traversable.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Traversable.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Traversable.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Tuple.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Tuple.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Tuple.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Type/Bool.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Type/Bool.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Type/Bool.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Type/Coercion.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Type/Coercion.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Type/Coercion.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Type/Equality.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Type/Equality.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Type/Equality.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Typeable.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Typeable.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Typeable.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Typeable/Internal.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Typeable/Internal.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Typeable/Internal.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Unique.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Unique.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Unique.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Version.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Version.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Version.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Void.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Void.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Void.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Word.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Word.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Data/Word.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Debug/Trace.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Debug/Trace.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Debug/Trace.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/C.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/C.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/C.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/C/Error.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/C/Error.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/C/Error.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/C/String.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/C/String.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/C/String.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/C/Types.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/C/Types.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/C/Types.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Concurrent.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Concurrent.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Concurrent.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/ForeignPtr.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/ForeignPtr.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/ForeignPtr.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/ForeignPtr/Imp.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/ForeignPtr/Imp.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/ForeignPtr/Imp.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/ForeignPtr/Safe.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/ForeignPtr/Safe.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/ForeignPtr/Safe.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/ForeignPtr/Unsafe.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/ForeignPtr/Unsafe.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/ForeignPtr/Unsafe.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Alloc.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Alloc.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Alloc.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Array.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Array.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Array.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Error.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Error.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Error.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Pool.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Pool.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Pool.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Safe.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Safe.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Safe.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Unsafe.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Unsafe.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Unsafe.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Utils.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Utils.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Marshal/Utils.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Ptr.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Ptr.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Ptr.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Safe.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Safe.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Safe.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/StablePtr.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/StablePtr.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/StablePtr.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Storable.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Storable.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Foreign/Storable.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Arr.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Arr.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Arr.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Base.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Base.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Base.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ByteOrder.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ByteOrder.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ByteOrder.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Char.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Char.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Char.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Clock.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Clock.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Clock.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Conc.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Conc.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Conc.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Conc/IO.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Conc/IO.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Conc/IO.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Conc/Signal.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Conc/Signal.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Conc/Signal.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Conc/Sync.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Conc/Sync.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Conc/Sync.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ConsoleHandler.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ConsoleHandler.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ConsoleHandler.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Constants.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Constants.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Constants.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Desugar.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Desugar.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Desugar.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Enum.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Enum.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Enum.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Environment.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Environment.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Environment.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Err.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Err.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Err.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Arr.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Arr.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Arr.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Array.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Array.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Array.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Control.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Control.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Control.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/EPoll.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/EPoll.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/EPoll.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/IntTable.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/IntTable.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/IntTable.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Internal.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Internal.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Internal.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/KQueue.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/KQueue.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/KQueue.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Manager.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Manager.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Manager.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/PSQ.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/PSQ.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/PSQ.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Poll.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Poll.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Poll.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Thread.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Thread.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Thread.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/TimerManager.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/TimerManager.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/TimerManager.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Unique.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Unique.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Event/Unique.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Exception.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Exception.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Exception.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Exception/Type.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Exception/Type.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Exception/Type.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ExecutionStack.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ExecutionStack.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ExecutionStack.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ExecutionStack/Internal.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ExecutionStack/Internal.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ExecutionStack/Internal.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Exts.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Exts.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Exts.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Fingerprint.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Fingerprint.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Fingerprint.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Fingerprint/Type.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Fingerprint/Type.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Fingerprint/Type.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Float.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Float.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Float.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Float/ConversionUtils.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Float/ConversionUtils.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Float/ConversionUtils.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Float/RealFracMethods.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Float/RealFracMethods.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Float/RealFracMethods.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Foreign.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Foreign.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Foreign.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ForeignPtr.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ForeignPtr.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ForeignPtr.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/GHCi.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/GHCi.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/GHCi.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/GHCi/Helpers.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/GHCi/Helpers.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/GHCi/Helpers.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Generics.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Generics.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Generics.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Buffer.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Buffer.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Buffer.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/BufferedIO.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/BufferedIO.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/BufferedIO.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Device.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Device.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Device.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/CodePage.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/CodePage.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/CodePage.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/Failure.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/Failure.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/Failure.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/Iconv.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/Iconv.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/Iconv.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/Latin1.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/Latin1.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/Latin1.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/Types.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/Types.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/Types.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/UTF16.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/UTF16.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/UTF16.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/UTF32.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/UTF32.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/UTF32.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/UTF8.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/UTF8.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Encoding/UTF8.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Exception.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Exception.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Exception.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/FD.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/FD.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/FD.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/FD.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/FD.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/FD.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Internals.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Internals.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Internals.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock/Common.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock/Common.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock/Common.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock/Flock.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock/Flock.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock/Flock.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock/LinuxOFD.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock/LinuxOFD.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock/LinuxOFD.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock/NoOp.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock/NoOp.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock/NoOp.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock/Windows.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock/Windows.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Lock/Windows.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Text.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Text.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Text.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Types.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Types.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Handle/Types.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/IOMode.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/IOMode.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/IOMode.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Unsafe.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Unsafe.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IO/Unsafe.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IOArray.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IOArray.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IOArray.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IORef.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IORef.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/IORef.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Int.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Int.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Int.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Ix.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Ix.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Ix.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/List.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/List.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/List.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/MVar.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/MVar.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/MVar.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Maybe.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Maybe.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Maybe.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Natural.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Natural.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Natural.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Num.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Num.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Num.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/OldList.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/OldList.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/OldList.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/OverloadedLabels.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/OverloadedLabels.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/OverloadedLabels.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Pack.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Pack.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Pack.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Profiling.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Profiling.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Profiling.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Ptr.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Ptr.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Ptr.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/RTS/Flags.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/RTS/Flags.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/RTS/Flags.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Read.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Read.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Read.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Real.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Real.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Real.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Records.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Records.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Records.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ResponseFile.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ResponseFile.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ResponseFile.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ST.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ST.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/ST.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/STRef.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/STRef.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/STRef.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Show.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Show.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Show.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Stable.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Stable.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Stable.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/StableName.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/StableName.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/StableName.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Stack.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Stack.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Stack.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Stack/CCS.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Stack/CCS.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Stack/CCS.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Stack/Types.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Stack/Types.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Stack/Types.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/StaticPtr.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/StaticPtr.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/StaticPtr.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/StaticPtr/Internal.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/StaticPtr/Internal.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/StaticPtr/Internal.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Stats.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Stats.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Stats.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Storable.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Storable.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Storable.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/TopHandler.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/TopHandler.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/TopHandler.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/TypeLits.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/TypeLits.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/TypeLits.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/TypeNats.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/TypeNats.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/TypeNats.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Unicode.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Unicode.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Unicode.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Weak.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Weak.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Weak.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Word.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Word.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/GHC/Word.p_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/HSbase-4.14.2.0.o -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/HSbase-4.14.2.0.p_o -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Numeric.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Numeric.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Numeric.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Numeric/Natural.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Numeric/Natural.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Numeric/Natural.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Prelude.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Prelude.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Prelude.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime/Posix/ClockGetTime.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime/Posix/ClockGetTime.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime/Posix/ClockGetTime.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime/Posix/RUsage.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime/Posix/RUsage.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime/Posix/RUsage.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime/Posix/Times.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime/Posix/Times.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime/Posix/Times.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime/Unsupported.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime/Unsupported.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime/Unsupported.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime/Utils.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime/Utils.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/CPUTime/Utils.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Console/GetOpt.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Console/GetOpt.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Console/GetOpt.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Environment.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Environment.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Environment.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Environment/Blank.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Environment/Blank.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Environment/Blank.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Environment/ExecutablePath.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Environment/ExecutablePath.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Environment/ExecutablePath.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Exit.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Exit.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Exit.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/IO.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/IO.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/IO.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/IO/Error.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/IO/Error.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/IO/Error.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/IO/Unsafe.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/IO/Unsafe.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/IO/Unsafe.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Info.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Info.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Info.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Mem.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Mem.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Mem.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Mem/StableName.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Mem/StableName.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Mem/StableName.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Mem/Weak.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Mem/Weak.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Mem/Weak.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Posix/Internals.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Posix/Internals.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Posix/Internals.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Posix/Types.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Posix/Types.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Posix/Types.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Timeout.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Timeout.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/System/Timeout.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/ParserCombinators/ReadP.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/ParserCombinators/ReadP.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/ParserCombinators/ReadP.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/ParserCombinators/ReadPrec.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/ParserCombinators/ReadPrec.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/ParserCombinators/ReadPrec.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/Printf.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/Printf.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/Printf.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/Read.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/Read.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/Read.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/Read/Lex.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/Read/Lex.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/Read/Lex.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/Show.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/Show.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/Show.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/Show/Functions.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/Show/Functions.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Text/Show/Functions.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Type/Reflection.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Type/Reflection.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Type/Reflection.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Type/Reflection/Unsafe.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Type/Reflection/Unsafe.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Type/Reflection/Unsafe.p_hi -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Unsafe/Coerce.dyn_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Unsafe/Coerce.hi -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/Unsafe/Coerce.p_hi -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/include/EventConfig.h -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/include/HsBase.h -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/include/HsBaseConfig.h -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/include/WCsubst.h -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/include/consUtils.h -%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/libHSbase-4.14.2.0-ghc%%GHC_VERSION%%.so -lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/libHSbase-4.14.2.0.a -%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.2.0/libHSbase-4.14.2.0_p.a +%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Applicative.dyn_hi +lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Applicative.hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Applicative.p_hi +%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Arrow.dyn_hi +lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Arrow.hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Arrow.p_hi +%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Category.dyn_hi +lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Category.hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Category.p_hi +%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Concurrent.dyn_hi +lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Concurrent.hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Concurrent.p_hi +%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Concurrent/Chan.dyn_hi +lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Concurrent/Chan.hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Concurrent/Chan.p_hi +%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Concurrent/MVar.dyn_hi +lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Concurrent/MVar.hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Concurrent/MVar.p_hi +%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Concurrent/QSem.dyn_hi +lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Concurrent/QSem.hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Concurrent/QSem.p_hi +%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Concurrent/QSemN.dyn_hi +lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Concurrent/QSemN.hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Concurrent/QSemN.p_hi +%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Exception.dyn_hi +lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Exception.hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Exception.p_hi +%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Exception/Base.dyn_hi +lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Exception/Base.hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Exception/Base.p_hi +%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Monad.dyn_hi +lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Monad.hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Monad.p_hi +%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Monad/Fail.dyn_hi +lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Monad/Fail.hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Monad/Fail.p_hi +%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Monad/Fix.dyn_hi +lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Monad/Fix.hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Monad/Fix.p_hi +%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Monad/IO/Class.dyn_hi +lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Monad/IO/Class.hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Monad/IO/Class.p_hi +%%DYNAMIC%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Monad/Instances.dyn_hi +lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Monad/Instances.hi +%%PROFILE%%lib/ghc-%%GHC_VERSION%%/base-4.14.3.0/Control/Monad/Instances.p_hi *** 1194 LINES SKIPPED ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108291338.17TDcob4073197>