On 2020/09/07 09:44, Greg Steuck wrote:
> Greg Steuck <gnezdo@openbsd.org> writes:
> > Looks like we can't easily generate haddock on i386 with ghc 8.10.2. It
> > simply wants more RAM than the platform permits. The highest ulimit -d
> > is 3145728. Even then I get:
> >
> > haddock: out of memory (requested 1048576 bytes)
> > gmake[1]: *** [compiler/ghc.mk:310: compiler/stage2/doc/html/ghc/ghc.haddock] Error 251
> >
> > Should I split the port into multi-package and limit -haddock to amd64?
>
> I attempted to implement this. See patch below. Also pushed as
> https://github.com/blackgnezdo/ports/commit/8a51902db11e8bedb42c34760d7c4fd12a43ad6d
>
> This is my first multi-package, so I would appreciate some direction.
>
> Thanks
> Greg
> From 8a51902db11e8bedb42c34760d7c4fd12a43ad6d Mon Sep 17 00:00:00 2001
> From: Greg Steuck <greg@nest.cx>
> Date: Mon, 7 Sep 2020 09:37:10 -0700
> Subject: [PATCH] Split off ghc-haddock subpackage
>
> This should enables i386 to produce a viable main package and skip
> building haddock which can't work due to RAM constraints.
> ---
> lang/ghc/Makefile | 23 +-
> lang/ghc/pkg/DESCR-haddock | 1 +
> lang/ghc/pkg/{DESCR => DESCR-main} | 0
> lang/ghc/pkg/PLIST-haddock | 2479 ++++++++++++++++++++++++++++
> lang/ghc/pkg/{PLIST => PLIST-main} | 2475 ---------------------------
> 5 files changed, 2500 insertions(+), 2478 deletions(-)
> create mode 100644 lang/ghc/pkg/DESCR-haddock
> rename lang/ghc/pkg/{DESCR => DESCR-main} (100%)
> create mode 100644 lang/ghc/pkg/PLIST-haddock
> rename lang/ghc/pkg/{PLIST => PLIST-main} (59%)
>
> diff --git lang/ghc/Makefile lang/ghc/Makefile
> index 825c6a978d3..88ee67cb706 100644
> --- lang/ghc/Makefile
> +++ lang/ghc/Makefile
> @@ -1,6 +1,12 @@
> # $OpenBSD: Makefile,v 1.175 2020/08/01 14:52:44 gnezdo Exp $
>
> -COMMENT = compiler for the functional language Haskell
> +MULTI_PACKAGES = -main -haddock
> +
> +# Haddock needs more RAM than i386 has.
> +NOT_FOR_ARCHS-haddock = i386
> +
> +COMMENT-main = compiler for the functional language Haskell
> +COMMENT-haddock = API documentation for the libraries included with GHC
Changing pkgpath means that ports having this as RUN_DEPENDS will need
a bump.
> # Note: please never ever set DPB_PROPERTIES=parallel (or some other
> # magic that enables parallel builds) for this port! Not even if it
> @@ -12,6 +18,8 @@ COMMENT = compiler for the functional language Haskell
> NO_CCACHE = Yes
>
> DISTNAME = ghc-${MODGHC_VER}
> +PKGNAME-main = ghc-${MODGHC_VER}
> +PKGNAME-haddock = ghc-haddock-${MODGHC_VER}
> CATEGORIES = lang devel
> HOMEPAGE = https://www.haskell.org/ghc/
>
> @@ -31,9 +39,11 @@ MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
> # binaries, with BSD, GPLv2 and Perl artistic license.
> PERMIT_PACKAGE = Yes
>
> -WANTLIB += c curses ffi gmp iconv m pthread util
> +.include <bsd.port.arch.mk>
> +
> +WANTLIB-main = c curses ffi gmp iconv m pthread util
>
> -LIB_DEPENDS = converters/libiconv \
> +LIB_DEPENDS-main = converters/libiconv \
> devel/gmp \
> devel/libffi
>
> @@ -175,6 +185,11 @@ post-patch:
> done
> cp ${WRKSRC}/mk/build.mk{.sample,}
> echo libraries/base_CONFIGURE_OPTS+=--configure-option=--with-libcharset=no >> ${WRKSRC}/mk/build.mk
> +.if ${BUILD_PACKAGES:M-haddock}
> + echo HADDOCK_DOCS=YES >> ${WRKSRC}/mk/build.mk
> +.else
> + echo HADDOCK_DOCS=NO >> ${WRKSRC}/mk/build.mk
> +.endif
>
> do-test:
> ulimit -c 0 -n 1024 && \
> @@ -241,4 +256,6 @@ _bootstrap_finish:
> cd ${WRKBUILD} && \
> pax -wzf ghc-${MODGHC_VER}.${BOOTSTRAP_DATE}-shlibs-$$(arch -s){.tar.gz,}
>
> +.include <bsd.port.arch.mk>
> +
> .include <bsd.port.mk>
> diff --git lang/ghc/pkg/DESCR-haddock lang/ghc/pkg/DESCR-haddock
> new file mode 100644
> index 00000000000..437b440c335
> --- /dev/null
> +++ lang/ghc/pkg/DESCR-haddock
> @@ -0,0 +1 @@
> +API documentation for the libraries included with GHC
> \ No newline at end of file
> diff --git lang/ghc/pkg/DESCR lang/ghc/pkg/DESCR-main
> similarity index 100%
> rename from lang/ghc/pkg/DESCR
> rename to lang/ghc/pkg/DESCR-main
> diff --git lang/ghc/pkg/PLIST-haddock lang/ghc/pkg/PLIST-haddock
> new file mode 100644
> index 00000000000..33537579113
> --- /dev/null
> +++ lang/ghc/pkg/PLIST-haddock
> @@ -0,0 +1,2479 @@
> +@comment $OpenBSD: PLIST-haddock,v$
> +@define-tag ghc-pkg-recache at-end %D/bin/ghc-pkg recache --global --no-user-package-db
Does it make sense to define that here rather than just in main?
> +@tag ghc-pkg-recache
> +bin/haddock
> +bin/haddock-ghc-${GHC_VER}
> +@bin lib/ghc/bin/haddock
> +lib/ghc/html/
> +lib/ghc/html/Classic.theme/
> +lib/ghc/html/Classic.theme/haskell_icon.gif
> +lib/ghc/html/Classic.theme/minus.gif
> +lib/ghc/html/Classic.theme/plus.gif
> +lib/ghc/html/Classic.theme/xhaddock.css
> +lib/ghc/html/Linuwial.std-theme/
> +lib/ghc/html/Linuwial.std-theme/linuwial.css
> +lib/ghc/html/Linuwial.std-theme/synopsis.png
> +lib/ghc/html/Ocean.theme/
> +lib/ghc/html/Ocean.theme/hslogo-16.png
> +lib/ghc/html/Ocean.theme/minus.gif
> +lib/ghc/html/Ocean.theme/ocean.css
> +lib/ghc/html/Ocean.theme/plus.gif
> +lib/ghc/html/Ocean.theme/synopsis.png
> +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/latex/
> +lib/ghc/latex/haddock.sty
> +lib/ghc/package.conf.d/xhtml-${XHTML_VER}.conf
> +lib/ghc/xhtml-${XHTML_VER}/
> +lib/ghc/xhtml-${XHTML_VER}/HSxhtml-${XHTML_VER}.o
> +lib/ghc/xhtml-${XHTML_VER}/HSxhtml-${XHTML_VER}.p_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
> +@so lib/ghc/xhtml-${XHTML_VER}/libHSxhtml-${XHTML_VER}-ghc${GHC_VER}.so
> +@static-lib lib/ghc/xhtml-${XHTML_VER}/libHSxhtml-${XHTML_VER}.a
> +@static-lib lib/ghc/xhtml-${XHTML_VER}/libHSxhtml-${XHTML_VER}_p.a
Is it going to cause any problems for other haskell ports on i386 to
not have these libs in the main package?
> +share/doc/ghc/
> +share/doc/ghc/html/
> +share/doc/ghc/html/haddock/
> +share/doc/ghc/html/haddock/.buildinfo
> +share/doc/ghc/html/haddock/.doctrees/
> +share/doc/ghc/html/haddock/.doctrees/environment.pickle
> +share/doc/ghc/html/haddock/.doctrees/index.doctree
> +share/doc/ghc/html/haddock/.doctrees/intro.doctree
> +share/doc/ghc/html/haddock/.doctrees/invoking.doctree
> +share/doc/ghc/html/haddock/.doctrees/markup.doctree
> +share/doc/ghc/html/haddock/_sources/
> +share/doc/ghc/html/haddock/_sources/index.txt
> +share/doc/ghc/html/haddock/_sources/intro.txt
> +share/doc/ghc/html/haddock/_sources/invoking.txt
> +share/doc/ghc/html/haddock/_sources/markup.txt
> +share/doc/ghc/html/haddock/_static/
> +share/doc/ghc/html/haddock/_static/ajax-loader.gif
> +share/doc/ghc/html/haddock/_static/alabaster.css
> +share/doc/ghc/html/haddock/_static/basic.css
> +share/doc/ghc/html/haddock/_static/comment-bright.png
> +share/doc/ghc/html/haddock/_static/comment-close.png
> +share/doc/ghc/html/haddock/_static/comment.png
> +share/doc/ghc/html/haddock/_static/custom.css
> +share/doc/ghc/html/haddock/_static/doctools.js
> +share/doc/ghc/html/haddock/_static/down-pressed.png
> +share/doc/ghc/html/haddock/_static/down.png
> +share/doc/ghc/html/haddock/_static/file.png
> +share/doc/ghc/html/haddock/_static/jquery.js
> +share/doc/ghc/html/haddock/_static/minus.png
> +share/doc/ghc/html/haddock/_static/plus.png
> +share/doc/ghc/html/haddock/_static/pygments.css
> +share/doc/ghc/html/haddock/_static/searchtools.js
> +share/doc/ghc/html/haddock/_static/underscore.js
> +share/doc/ghc/html/haddock/_static/up-pressed.png
> +share/doc/ghc/html/haddock/_static/up.png
> +share/doc/ghc/html/haddock/_static/websupport.js
> +share/doc/ghc/html/haddock/genindex.html
> +share/doc/ghc/html/haddock/index.html
> +share/doc/ghc/html/haddock/intro.html
> +share/doc/ghc/html/haddock/invoking.html
> +share/doc/ghc/html/haddock/markup.html
> +share/doc/ghc/html/haddock/objects.inv
> +share/doc/ghc/html/haddock/search.html
> +share/doc/ghc/html/haddock/searchindex.js
> +share/doc/ghc/html/index.html
> +share/doc/ghc/html/libraries/
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Cabal.haddock
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Cabal.txt
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Backpack-ComponentsGraph.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Backpack-Configure.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Backpack-ConfiguredComponent.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Backpack-DescribeUnitId.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Backpack-FullUnitId.html
> +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-FilePath.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-Graph.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-ResponseFile.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-Compat-Typeable.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-Fields-ConfVar.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Fields-Field.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Fields-Lexer.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Fields-LexerMonad.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Fields-ParseResult.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Fields-Parser.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Fields-Pretty.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Fields.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
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-ModuleName.html
> +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-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-Error.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-FieldLineStream.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-Newtypes.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-Position.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-Warning.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec.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
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Build.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-BuildPaths.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-BuildTarget.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-BuildToolDepends.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-CCompiler.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Command.html
> +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-Internal.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-InstallDirs.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
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-PreProcess.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-Ar.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-Builtin.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-Db.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-Find.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-GHC.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-HcPkg.html
> +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
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-Types.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Register.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Setup.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-ShowBuildInfo.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-SrcDist.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Test-ExeV10.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Test-LibV09.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Test-Log.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Test.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-UHC.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-UserHooks.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Utils.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple.html
> +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
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ComponentId.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ComponentInclude.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ComponentLocalBuildInfo.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ComponentName.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ComponentRequestedSpec.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-CondTree.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-Condition.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ConfVar.html
> +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-Flag.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-GivenComponent.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-LibraryName.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-LibraryVisibility.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
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-Module.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ModuleReexport.html
> +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-Magic.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-PackageName.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-PackageVersionConstraint.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-PkgconfigVersion.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-PkgconfigVersionRange.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-Internal.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-MD5.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
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Utils-Progress.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Utils-ShortText.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Utils-Structured.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Verbosity-Internal.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Verbosity.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Version.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/LICENSE
> +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
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-45.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-46.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-47.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-58.html
> +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-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
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-C.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-D.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-E.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-F.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-G.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-H.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-I.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-J.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-K.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-L.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-M.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-N.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-O.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-P.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-Q.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-R.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-S.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-T.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-U.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-V.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-W.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-X.html
> +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}/doc-index.json
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/haddock-bundle.min.js
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/index.html
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/linuwial.css
> +share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/meta.json
> +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
> +share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-IO-Safe.html
> +share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-IO.html
> +share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-MArray-Safe.html
> +share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-MArray.html
> +share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-ST-Safe.html
> +share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-ST.html
> +share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-Storable-Safe.html
> +share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-Storable.html
> +share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-Unboxed.html
> +share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-Unsafe.html
> +share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array.html
> +share/doc/ghc/html/libraries/array-${ARRAY_VER}/LICENSE
> +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}/doc-index.json
> +share/doc/ghc/html/libraries/array-${ARRAY_VER}/haddock-bundle.min.js
> +share/doc/ghc/html/libraries/array-${ARRAY_VER}/index.html
> +share/doc/ghc/html/libraries/array-${ARRAY_VER}/linuwial.css
> +share/doc/ghc/html/libraries/array-${ARRAY_VER}/meta.json
> +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
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Arrow.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Category.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Concurrent-Chan.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Concurrent-MVar.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Concurrent-QSem.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Concurrent-QSemN.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Concurrent.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Exception-Base.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Exception.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-Fail.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-Fix.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-IO-Class.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-Instances.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-ST-Lazy-Safe.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-ST-Lazy-Unsafe.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-ST-Lazy.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-ST-Safe.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-ST-Strict.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-ST-Unsafe.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-ST.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-Zip.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Bifoldable.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Bifunctor.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Bitraversable.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Bits.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Bool.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Char.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Coerce.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Complex.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Data.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Dynamic.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Either.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Eq.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Fixed.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Foldable.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Function.html
> +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
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Functor.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-IORef.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Int.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Ix.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Kind.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-List-NonEmpty.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-List.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Maybe.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Monoid.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Ord.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Proxy.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Ratio.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-STRef-Lazy.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-STRef-Strict.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-STRef.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Semigroup.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-String.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Traversable.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Tuple.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Type-Bool.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Type-Coercion.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Type-Equality.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Typeable.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Unique.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Version.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Void.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Word.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Debug-Trace.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-C-Error.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-C-String.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-C-Types.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-C.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Concurrent.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-ForeignPtr-Safe.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-ForeignPtr-Unsafe.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-ForeignPtr.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Marshal-Alloc.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Marshal-Array.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Marshal-Error.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Marshal-Pool.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Marshal-Safe.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Marshal-Unsafe.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Marshal-Utils.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Marshal.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Ptr.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Safe.html
> +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-Arr.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Base.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
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Conc.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-ConsoleHandler.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Constants.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Desugar.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Enum.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Environment.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Err.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Event.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Exception-Type.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Exception.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-ExecutionStack-Internal.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-ExecutionStack.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Exts.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Fingerprint-Type.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Fingerprint.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Float-ConversionUtils.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Float-RealFracMethods.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Float.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Foreign.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-ForeignPtr.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-GHCi-Helpers.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-GHCi.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Generics.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Buffer.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-BufferedIO.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Device.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding-CodePage.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding-Failure.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding-Iconv.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding-Latin1.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding-Types.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding-UTF16.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding-UTF32.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding-UTF8.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Exception.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-FD.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Handle-FD.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Handle-Internals.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-Text.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Handle-Types.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Handle.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-IOMode.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Unsafe.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IOArray.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IORef.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Int.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Ix.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-List.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-MVar.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-Num.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-Pack.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Profiling.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Ptr.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-RTS-Flags.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Read.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Real.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-ST.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-STRef.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Show.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Stable.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-Types.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Stack.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-StaticPtr.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Stats.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Storable.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-TopHandler.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-TypeLits.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-TypeNats.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Unicode.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Weak.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Word.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/LICENSE
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Numeric-Natural.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Numeric.html
> +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
> +share/doc/ghc/html/libraries/base-${BASE_VER}/System-IO-Unsafe.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/System-IO.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/System-Info.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/System-Mem-StableName.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/System-Mem-Weak.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/System-Mem.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/System-Posix-Internals.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/System-Posix-Types.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/System-Timeout.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Text-ParserCombinators-ReadP.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Text-ParserCombinators-ReadPrec.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Text-Printf.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Text-Read-Lex.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Text-Read.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Text-Show-Functions.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Text-Show.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Type-Reflection-Unsafe.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Type-Reflection.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/Unsafe-Coerce.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/base.haddock
> +share/doc/ghc/html/libraries/base-${BASE_VER}/base.txt
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-124.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-126.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-33.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-36.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-37.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-38.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-42.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-43.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-45.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-46.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-47.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-58.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-60.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-61.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-62.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-92.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-94.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-A.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-All.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-B.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-C.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-D.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-E.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-F.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-G.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-H.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-I.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-J.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-K.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-L.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-M.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-N.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-O.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-P.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-Q.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-R.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-S.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-T.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-U.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-V.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-W.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-X.html
> +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}/doc-index.json
> +share/doc/ghc/html/libraries/base-${BASE_VER}/haddock-bundle.min.js
> +share/doc/ghc/html/libraries/base-${BASE_VER}/index.html
> +share/doc/ghc/html/libraries/base-${BASE_VER}/linuwial.css
> +share/doc/ghc/html/libraries/base-${BASE_VER}/meta.json
> +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
> +share/doc/ghc/html/libraries/binary-${BINARY_VER}/Data-Binary-Get-Internal.html
> +share/doc/ghc/html/libraries/binary-${BINARY_VER}/Data-Binary-Get.html
> +share/doc/ghc/html/libraries/binary-${BINARY_VER}/Data-Binary-Put.html
> +share/doc/ghc/html/libraries/binary-${BINARY_VER}/Data-Binary.html
> +share/doc/ghc/html/libraries/binary-${BINARY_VER}/LICENSE
> +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}/doc-index.json
> +share/doc/ghc/html/libraries/binary-${BINARY_VER}/haddock-bundle.min.js
> +share/doc/ghc/html/libraries/binary-${BINARY_VER}/index.html
> +share/doc/ghc/html/libraries/binary-${BINARY_VER}/linuwial.css
> +share/doc/ghc/html/libraries/binary-${BINARY_VER}/meta.json
> +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
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Builder-Internal.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Builder-Prim-Internal.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Builder-Prim.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Builder.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Char8.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Internal.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Lazy-Builder-ASCII.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Lazy-Builder-Extras.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Lazy-Builder.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Lazy-Char8.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Lazy-Internal.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Lazy.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Short-Internal.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Short.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Unsafe.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/LICENSE
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/bytestring.haddock
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/bytestring.txt
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-62.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-A.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-All.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-B.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-C.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-D.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-E.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-F.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-G.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-H.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-I.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-L.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-M.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-N.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-P.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-R.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-S.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-T.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-U.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-W.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-Y.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}/doc-index.json
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/haddock-bundle.min.js
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/index.html
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/linuwial.css
> +share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/meta.json
> +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
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntMap-Lazy.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntMap-Merge-Lazy.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntMap-Merge-Strict.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntMap-Strict-Internal.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntMap-Strict.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntMap.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntSet-Internal.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntSet.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Map-Internal-Debug.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Map-Internal.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Map-Lazy.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Map-Merge-Lazy.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Map-Merge-Strict.html
> +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
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Set.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Tree.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/LICENSE
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Utils-Containers-Internal-BitQueue.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Utils-Containers-Internal-BitUtil.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Utils-Containers-Internal-StrictPair.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/containers.haddock
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/containers.txt
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-124.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-33.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-58.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-60.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-62.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-92.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-A.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-All.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-B.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-C.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-D.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-E.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-F.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-G.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-H.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-I.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-J.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-K.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-L.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-M.html
> +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
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-U.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-V.html
> +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}/doc-index.json
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/haddock-bundle.min.js
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/index.html
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/linuwial.css
> +share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/meta.json
> +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
> +share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/LICENSE
> +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}/doc-index.json
> +share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/haddock-bundle.min.js
> +share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/index.html
> +share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/linuwial.css
> +share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/meta.json
> +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}/doc-index.json
> +share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/haddock-bundle.min.js
> +share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/index.html
> +share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/linuwial.css
> +share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/meta.json
> +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
> +share/doc/ghc/html/libraries/doc-index-42.html
> +share/doc/ghc/html/libraries/doc-index-43.html
> +share/doc/ghc/html/libraries/doc-index-45.html
> +share/doc/ghc/html/libraries/doc-index-46.html
> +share/doc/ghc/html/libraries/doc-index-47.html
> +share/doc/ghc/html/libraries/doc-index-58.html
> +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
> +share/doc/ghc/html/libraries/doc-index-C.html
> +share/doc/ghc/html/libraries/doc-index-D.html
> +share/doc/ghc/html/libraries/doc-index-E.html
> +share/doc/ghc/html/libraries/doc-index-F.html
> +share/doc/ghc/html/libraries/doc-index-G.html
> +share/doc/ghc/html/libraries/doc-index-H.html
> +share/doc/ghc/html/libraries/doc-index-I.html
> +share/doc/ghc/html/libraries/doc-index-J.html
> +share/doc/ghc/html/libraries/doc-index-K.html
> +share/doc/ghc/html/libraries/doc-index-L.html
> +share/doc/ghc/html/libraries/doc-index-M.html
> +share/doc/ghc/html/libraries/doc-index-N.html
> +share/doc/ghc/html/libraries/doc-index-O.html
> +share/doc/ghc/html/libraries/doc-index-P.html
> +share/doc/ghc/html/libraries/doc-index-Q.html
> +share/doc/ghc/html/libraries/doc-index-R.html
> +share/doc/ghc/html/libraries/doc-index-S.html
> +share/doc/ghc/html/libraries/doc-index-T.html
> +share/doc/ghc/html/libraries/doc-index-U.html
> +share/doc/ghc/html/libraries/doc-index-V.html
> +share/doc/ghc/html/libraries/doc-index-W.html
> +share/doc/ghc/html/libraries/doc-index-X.html
> +share/doc/ghc/html/libraries/doc-index-Y.html
> +share/doc/ghc/html/libraries/doc-index-Z.html
> +share/doc/ghc/html/libraries/doc-index.html
> +share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/
> +share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/Control-Monad-Catch-Pure.html
> +share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/Control-Monad-Catch.html
> +share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/LICENSE
> +share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/doc-index.html
> +share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/doc-index.json
> +share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/exceptions.haddock
> +share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/exceptions.txt
> +share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/haddock-bundle.min.js
> +share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/index.html
> +share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/linuwial.css
> +share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/meta.json
> +share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/quick-jump.css
> +share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/quick-jump.min.js
> +share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/synopsis.png
> +share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/
> +share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/LICENSE
> +share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/System-FilePath-Posix.html
> +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-bundle.min.js
> +share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/index.html
> +share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/linuwial.css
> +share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/meta.json
> +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
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/BinFingerprint.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/BinIface.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Binary.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Bitmap.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/BkpSyn.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/BlockId.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/BlockLayout.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/BooleanFormula.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/BufWrite.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/BuildTyCl.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/ByteCodeAsm.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/ByteCodeGen.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/ByteCodeInstr.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/ByteCodeItbls.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/ByteCodeLink.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/ByteCodeTypes.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CFG.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CLabel.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CPrim.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CSE.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CallArity.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Class.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CliOption.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/ClsInst.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmdLineParser.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Cmm.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmBuildInfoTables.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmCallConv.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmCommonBlockElim.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmContFlowOpt.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmExpr.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmImplementSwitchPlans.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmInfo.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmLayoutStack.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmLex.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmLint.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmLive.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmMachOp.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmMonad.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmNode.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmOpt.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmParse.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmPipeline.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmProcPoint.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmSink.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmSwitch.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmType.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmUtils.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoAxiom.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CodeOutput.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Coercion.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/ConLike.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Config.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Constants.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Constraint.html
> +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
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreSeq.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreStats.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreSubst.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreSyn.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreTidy.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreToStg.html
> +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}/Demand.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Desugar.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Digraph.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/DmdAnal.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Dominators.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/DriverBkp.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/DriverMkDepend.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/DriverPhases.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/DriverPipeline.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsArrows.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsBinds.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsCCall.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsExpr.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsForeign.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsGRHSs.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsListComp.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsMeta.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsMonad.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsUsage.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsUtils.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Dwarf-Constants.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Dwarf-Types.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Dwarf.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/DynFlags.html
> +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
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/FastFunctions.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/FastMutInt.html
> +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}/FileSettings.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
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/FlagChecker.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/FloatIn.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/FloatOut.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/ForeignCall.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Format.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/FunDeps.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Binds.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Decls.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Doc.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Dump.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Expr.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Extension.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-ImpExp.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Instances.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Lit.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Pat.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-PlaceHolder.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Types.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Utils.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-HsToCore-PmCheck-Oracle.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-HsToCore-PmCheck-Ppr.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-HsToCore-PmCheck-Types.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-HsToCore-PmCheck.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-ARM.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-ARM64.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-NoRegs.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-PPC.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-Regs.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-S390X.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-SPARC.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-X86.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-X86_64.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-ArgRep.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Bind.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-CgUtils.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Closure.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-DataCon.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Env.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Expr.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-ExtCode.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Foreign.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Heap.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Hpc.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Layout.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Monad.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Prim.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Prof.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Ticky.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Utils.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-ThToHs.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHCi.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GhcMake.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GhcMonad.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GhcNameVersion.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GhcPlugins.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GhcPrelude.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GraphBase.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GraphColor.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GraphOps.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/GraphPpr.html
> +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}/HieAst.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/HieBin.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/HieDebug.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/HieTypes.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/HieUtils.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-Graph.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Hoopl-Label.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/HscMain.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/HscStats.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/HscTypes.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/IOEnv.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Id.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/IdInfo.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/IfaceEnv.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/IfaceSyn.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/IfaceType.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Inst.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/InstEnv.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Instruction.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/InteractiveEval.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/InteractiveEvalTypes.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Json.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/KnownUniques.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/LICENSE
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Lexeme.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Lexer.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/LiberateCase.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Linker.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/LinkerTypes.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/ListSetOps.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Literal.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Llvm-AbsSyn.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Llvm-MetaData.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Llvm-PpLlvm.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Llvm-Types.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Llvm.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/LlvmCodeGen-Base.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/LlvmCodeGen-CodeGen.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/LlvmCodeGen-Data.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/LlvmCodeGen-Ppr.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/LlvmCodeGen-Regs.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/LlvmCodeGen.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/LlvmMangler.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/LoadIface.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Match.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/MatchCon.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/MatchLit.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Maybes.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/MkCore.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/MkGraph.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/MkId.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/MkIface.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Module.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/MonadUtils.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/NCGMonad.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Name.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/NameCache.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/NameEnv.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/NameSet.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/NameShape.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/OccName.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/OccurAnal.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/OptCoercion.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/OrdList.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Outputable.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PIC.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PPC-CodeGen.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PPC-Cond.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PPC-Instr.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PPC-Ppr.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PPC-RegInfo.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PPC-Regs.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PackageConfig.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Packages.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Pair.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Panic.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Parser.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PatSyn.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PipelineMonad.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PlainPanic.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PlatformConstants.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Plugins.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PprBase.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PprC.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PprCmm.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PprCmmDecl.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PprCmmExpr.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PprColour.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PprCore.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PprTyThing.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Predicate.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PrelInfo.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PrelNames.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PrelRules.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Pretty.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/PrimOp.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/ProfInit.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RdrHsSyn.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RdrName.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Reg.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-ArchBase.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-ArchX86.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-Coalesce.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-Main.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-Spill.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-SpillClean.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-SpillCost.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-Stats.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-TrivColorable.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-Base.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-FreeRegs.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-JoinToTargets.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-Main.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-PPC-FreeRegs.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-SPARC-FreeRegs.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-StackMap.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-State.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-Stats.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-X86-FreeRegs.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-X86_64-FreeRegs.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Liveness.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegClass.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RepType.html
> +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
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/RnPat.html
> +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}/SMRep.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-AddrMode.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-Base.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-CodeGen-Amode.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-CodeGen-Base.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-CodeGen-CondCode.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-CodeGen-Expand.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-CodeGen-Gen32.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-CodeGen-Gen64.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-CodeGen-Sanity.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-CodeGen.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-Cond.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-Imm.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-Instr.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-Ppr.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-Regs.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-ShortcutJump.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-Stack.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SetLevels.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Settings.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SimplCore.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SimplEnv.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SimplMonad.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SimplStg.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SimplUtils.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Simplify.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SpecConstr.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Specialise.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/SrcLoc.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/State.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/StaticPtrTable.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgCse.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgFVs.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgLiftLams-Analysis.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgLiftLams-LiftM.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgLiftLams-Transformation.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgLiftLams.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgLint.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgStats.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgSubst.html
> +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-Settings.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
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TargetReg.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcAnnotations.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcArrows.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcBackpack.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcBinds.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcCanonical.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcClassDcl.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcDefaults.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcDeriv.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcDerivInfer.html
> +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
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcForeign.html
> +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}/TcHoleFitTypes.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
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcInstDcls.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcInteract.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcMType.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcMatches.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcOrigin.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcPat.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcPatSyn.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcPluginM.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcRnDriver.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcRnExports.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcRnMonad.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcRnTypes.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcRules.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcSMonad.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcSigs.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcSimplify.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcSplice.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcTyClsDecls.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcTyDecls.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcType.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcTypeNats.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcTypeable.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcUnify.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcValidity.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TidyPgm.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/ToIface.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/ToolSettings.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TrieMap.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TyCoFVs.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TyCoPpr.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TyCoRep.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TyCoSubst.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TyCoTidy.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TyCon.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Type.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TysPrim.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/TysWiredIn.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/UnVarGraph.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/UnariseStg.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Unify.html
> +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
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/Util.html
> +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}/WorkWrap.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/WwLib.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/X86-CodeGen.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/X86-Cond.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/X86-Instr.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/X86-Ppr.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/X86-RegInfo.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/X86-Regs.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-124.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-33.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-36.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-38.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-42.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-43.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-45.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-46.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-47.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-60.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-61.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-62.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-94.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-A.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-All.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-B.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-C.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-D.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-E.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-F.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-G.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-H.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-I.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-J.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-K.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-L.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-M.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-N.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-O.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-P.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-Q.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-R.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-S.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-T.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-U.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-V.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-W.html
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-X.html
> +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-bundle.min.js
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/index.html
> +share/doc/ghc/html/libraries/ghc-8.10.2/linuwial.css
> +share/doc/ghc/html/libraries/ghc-${GHC_VER}/meta.json
> +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-BaseDir.html
> +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-Platform-Host.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/GHC-Platform.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/GHC-Serialized.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/GHC-Settings.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/GHC-UniqueSubdir.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/GHC-Version.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/LICENSE
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-A.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-All.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-B.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-C.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-D.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-E.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-F.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-G.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-H.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-I.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-J.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-K.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-L.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-M.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-N.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-O.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-P.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-Q.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-R.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-S.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-T.html
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-U.html
> +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-bundle.min.js
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/index.html
> +share/doc/ghc/html/libraries/ghc-boot-8.10.2/linuwial.css
> +share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/meta.json
> +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
> +share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/GHC-LanguageExtensions-Type.html
> +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-bundle.min.js
> +share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/index.html
> +share/doc/ghc/html/libraries/ghc-boot-th-8.10.2/linuwial.css
> +share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/meta.json
> +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-bundle.min.js
> +share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/index.html
> +share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/linuwial.css
> +share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/meta.json
> +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-K.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}/index.html
> +share/doc/ghc/html/libraries/ghc-heap-8.10.2/linuwial.css
> +share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/meta.json
> +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-Classes.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-Debug.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-IntWord64.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-Magic.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-Prim-Ext.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-Prim.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-PrimopWrappers.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-Tuple.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-Types.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/LICENSE
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-124.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-126.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-38.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-42.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-43.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-45.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-47.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-60.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-61.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-62.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-A.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-All.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-B.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-C.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-D.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-E.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-F.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-G.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-I.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-K.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-L.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-M.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-N.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-O.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-P.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-Q.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-R.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-S.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-T.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-U.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-V.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-W.html
> +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-bundle.min.js
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/index.html
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/linuwial.css
> +share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/meta.json
> +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
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-InfoTable.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-Message.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-ObjLink.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-RemoteTypes.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-ResolvedBCO.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-Run.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-Signals.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-StaticPtrTable.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-TH-Binary.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-TH.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/LICENSE
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/SizedSeq.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-A.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-All.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-B.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-C.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-D.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-E.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-F.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-G.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-H.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-I.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-L.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-M.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-N.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-P.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-Q.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-R.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-S.html
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-T.html
> +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-bundle.min.js
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/index.html
> +share/doc/ghc/html/libraries/ghci-8.10.2/linuwial.css
> +share/doc/ghc/html/libraries/ghci-${GHC_VER}/meta.json
> +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-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
> +share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/System-Console-Haskeline-History.html
> +share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/System-Console-Haskeline-IO.html
> +share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/System-Console-Haskeline-Internal.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}/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}/index.html
> +share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/linuwial.css
> +share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/meta.json
> +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/hpc-${HPC_VER}/
> +share/doc/ghc/html/libraries/hpc-${HPC_VER}/LICENSE
> +share/doc/ghc/html/libraries/hpc-${HPC_VER}/Trace-Hpc-Mix.html
> +share/doc/ghc/html/libraries/hpc-${HPC_VER}/Trace-Hpc-Reflect.html
> +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}/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}/index.html
> +share/doc/ghc/html/libraries/hpc-${HPC_VER}/linuwial.css
> +share/doc/ghc/html/libraries/hpc-${HPC_VER}/meta.json
> +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/index.html
> +share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/
> +share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/GHC-Integer-GMP-Internals.html
> +share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/GHC-Integer-Logarithms-Internals.html
> +share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/GHC-Integer-Logarithms.html
> +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}/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}/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}/linuwial.css
> +share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/meta.json
> +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-${GHC_VER}/
> +share/doc/ghc/html/libraries/libiserv-${GHC_VER}/GHCi-Utils.html
> +share/doc/ghc/html/libraries/libiserv-${GHC_VER}/LICENSE
> +share/doc/ghc/html/libraries/libiserv-${GHC_VER}/Lib.html
> +share/doc/ghc/html/libraries/libiserv-${GHC_VER}/doc-index.html
> +share/doc/ghc/html/libraries/libiserv-${GHC_VER}/doc-index.json
> +share/doc/ghc/html/libraries/libiserv-${GHC_VER}/haddock-bundle.min.js
> +share/doc/ghc/html/libraries/libiserv-${GHC_VER}/index.html
> +share/doc/ghc/html/libraries/libiserv-${GHC_VER}/libiserv.haddock
> +share/doc/ghc/html/libraries/libiserv-${GHC_VER}/libiserv.txt
> +share/doc/ghc/html/libraries/libiserv-8.10.2/linuwial.css
> +share/doc/ghc/html/libraries/libiserv-${GHC_VER}/meta.json
> +share/doc/ghc/html/libraries/libiserv-${GHC_VER}/quick-jump.css
> +share/doc/ghc/html/libraries/libiserv-${GHC_VER}/quick-jump.min.js
> +share/doc/ghc/html/libraries/libiserv-${GHC_VER}/synopsis.png
> +share/doc/ghc/html/libraries/linuwial.css
> +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}/index.html
> +share/doc/ghc/html/libraries/mtl-${MTL_VER}/linuwial.css
> +share/doc/ghc/html/libraries/mtl-${MTL_VER}/meta.json
> +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}/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/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}/index.html
> +share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/linuwial.css
> +share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/meta.json
> +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}/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/pretty-${PRETTY_VER}/
> +share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/LICENSE
> +share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/Text-PrettyPrint-Annotated-HughesPJ.html
> +share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/Text-PrettyPrint-Annotated-HughesPJClass.html
> +share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/Text-PrettyPrint-Annotated.html
> +share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/Text-PrettyPrint-HughesPJ.html
> +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}/doc-index.json
> +share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/haddock-bundle.min.js
> +share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/index.html
> +share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/linuwial.css
> +share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/meta.json
> +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
> +share/doc/ghc/html/libraries/process-${PROCESS_VER}/System-Cmd.html
> +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}/doc-index.json
> +share/doc/ghc/html/libraries/process-${PROCESS_VER}/haddock-bundle.min.js
> +share/doc/ghc/html/libraries/process-${PROCESS_VER}/index.html
> +share/doc/ghc/html/libraries/process-${PROCESS_VER}/linuwial.css
> +share/doc/ghc/html/libraries/process-${PROCESS_VER}/meta.json
> +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}/index.html
> +share/doc/ghc/html/libraries/stm-${STM_VER}/linuwial.css
> +share/doc/ghc/html/libraries/stm-${STM_VER}/meta.json
> +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
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/Language-Haskell-TH-Quote.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/Language-Haskell-TH-Syntax.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/Language-Haskell-TH.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-36.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-60.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-A.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-All.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-B.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-C.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-D.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-E.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-F.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-G.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-H.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-I.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-J.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-K.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-L.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-M.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-N.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-O.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-P.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-Q.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-R.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-S.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-T.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-U.html
> +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}/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}/index.html
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/linuwial.css
> +share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/meta.json
> +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
> +share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/
> +share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/LICENSE
> +share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/System-Console-Terminfo-Base.html
> +share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/System-Console-Terminfo-Color.html
> +share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/System-Console-Terminfo-Cursor.html
> +share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/System-Console-Terminfo-Edit.html
> +share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/System-Console-Terminfo-Effects.html
> +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}/doc-index.json
> +share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/haddock-bundle.min.js
> +share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/index.html
> +share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/linuwial.css
> +share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/meta.json
> +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}/index.html
> +share/doc/ghc/html/libraries/text-${TEXT_VER}/linuwial.css
> +share/doc/ghc/html/libraries/text-${TEXT_VER}/meta.json
> +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
> +share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Calendar-MonthDay.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Calendar-OrdinalDate.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Calendar-WeekDate.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Calendar.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Clock-POSIX.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Clock-System.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Clock-TAI.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Clock.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Format-ISO8601.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Format-Internal.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Format.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-LocalTime.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/LICENSE
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-A.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-All.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-B.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-C.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-D.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-E.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-F.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-G.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-H.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-I.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-J.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-K.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-L.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-M.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-N.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-O.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-P.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-R.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-S.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-T.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-U.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-W.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-Y.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}/doc-index.json
> +share/doc/ghc/html/libraries/time-${TIME_VER}/haddock-bundle.min.js
> +share/doc/ghc/html/libraries/time-${TIME_VER}/index.html
> +share/doc/ghc/html/libraries/time-${TIME_VER}/linuwial.css
> +share/doc/ghc/html/libraries/time-${TIME_VER}/meta.json
> +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
> +share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/
> +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
> +share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-Except.html
> +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}/doc-index.json
> +share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/haddock-bundle.min.js
> +share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/index.html
> +share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/linuwial.css
> +share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/meta.json
> +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
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/LICENSE
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-OpenBSD-Process.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-ByteString-FilePath.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-ByteString.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Directory-ByteString.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Directory.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-DynamicLinker-ByteString.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-DynamicLinker-Module-ByteString.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-DynamicLinker-Module.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-DynamicLinker-Prim.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-DynamicLinker.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Env-ByteString.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Env.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Error.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Fcntl.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Files-ByteString.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Files.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-IO-ByteString.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-IO.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Process-ByteString.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Process-Internals.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Process.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Resource.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Semaphore.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-SharedMem.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Signals-Exts.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Signals.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Temp-ByteString.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Temp.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Terminal-ByteString.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Terminal.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Time.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Unistd.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-User.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-A.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-All.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-B.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-C.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-D.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-E.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-F.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-G.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-H.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-I.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-J.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-K.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-L.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-M.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-N.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-O.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-P.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-Q.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-R.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-S.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-T.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-U.html
> +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}/doc-index.json
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/haddock-bundle.min.js
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/index.html
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/linuwial.css
> +share/doc/ghc/html/libraries/unix-${UNIX_VER}/meta.json
> +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
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/LICENSE
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/Text-XHtml-Frameset.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/Text-XHtml-Strict.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/Text-XHtml-Table.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/Text-XHtml-Transitional.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/Text-XHtml.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-33.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-43.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-60.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-A.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-All.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-B.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-C.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-D.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-E.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-F.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-G.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-H.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-I.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-K.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-L.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-M.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-N.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-O.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-P.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-Q.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-R.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-S.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-T.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-U.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-V.html
> +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}/doc-index.json
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/haddock-bundle.min.js
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/index.html
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/linuwial.css
> +share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/meta.json
> +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.10.1-notes.html
> +share/doc/ghc/html/users_guide/8.10.2-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.10.1-notes.txt
> +share/doc/ghc/html/users_guide/_sources/8.10.2-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
> +share/doc/ghc/html/users_guide/_sources/debugging.txt
> +share/doc/ghc/html/users_guide/_sources/editing-guide.txt
> +share/doc/ghc/html/users_guide/_sources/eventlog-formats.txt
> +share/doc/ghc/html/users_guide/_sources/extending_ghc.txt
> +share/doc/ghc/html/users_guide/_sources/ffi-chap.txt
> +share/doc/ghc/html/users_guide/_sources/flags.txt
> +share/doc/ghc/html/users_guide/_sources/ghc.txt
> +share/doc/ghc/html/users_guide/_sources/ghci.txt
> +share/doc/ghc/html/users_guide/_sources/glasgow_exts.txt
> +share/doc/ghc/html/users_guide/_sources/gone_wrong.txt
> +share/doc/ghc/html/users_guide/_sources/index.txt
> +share/doc/ghc/html/users_guide/_sources/intro.txt
> +share/doc/ghc/html/users_guide/_sources/lang.txt
> +share/doc/ghc/html/users_guide/_sources/license.txt
> +share/doc/ghc/html/users_guide/_sources/packages.txt
> +share/doc/ghc/html/users_guide/_sources/parallel.txt
> +share/doc/ghc/html/users_guide/_sources/phases.txt
> +share/doc/ghc/html/users_guide/_sources/profiling.txt
> +share/doc/ghc/html/users_guide/_sources/runghc.txt
> +share/doc/ghc/html/users_guide/_sources/runtime_control.txt
> +share/doc/ghc/html/users_guide/_sources/safe_haskell.txt
> +share/doc/ghc/html/users_guide/_sources/separate_compilation.txt
> +share/doc/ghc/html/users_guide/_sources/shared_libs.txt
> +share/doc/ghc/html/users_guide/_sources/sooner.txt
> +share/doc/ghc/html/users_guide/_sources/usage.txt
> +share/doc/ghc/html/users_guide/_sources/using-concurrent.txt
> +share/doc/ghc/html/users_guide/_sources/using-optimisation.txt
> +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
> +share/doc/ghc/html/users_guide/_static/ajax-loader.gif
> +share/doc/ghc/html/users_guide/_static/basic.css
> +share/doc/ghc/html/users_guide/_static/comment-bright.png
> +share/doc/ghc/html/users_guide/_static/comment-close.png
> +share/doc/ghc/html/users_guide/_static/comment.png
> +share/doc/ghc/html/users_guide/_static/doctools.js
> +share/doc/ghc/html/users_guide/_static/down-pressed.png
> +share/doc/ghc/html/users_guide/_static/down.png
> +share/doc/ghc/html/users_guide/_static/file.png
> +share/doc/ghc/html/users_guide/_static/ghc-theme.css
> +share/doc/ghc/html/users_guide/_static/jquery.js
> +share/doc/ghc/html/users_guide/_static/logo.pdf
> +share/doc/ghc/html/users_guide/_static/minus.png
> +share/doc/ghc/html/users_guide/_static/opensearch.xml
> +share/doc/ghc/html/users_guide/_static/plus.png
> +share/doc/ghc/html/users_guide/_static/prof_scc.pdf
> +share/doc/ghc/html/users_guide/_static/prof_scc.svg
> +share/doc/ghc/html/users_guide/_static/pygments.css
> +share/doc/ghc/html/users_guide/_static/searchtools.js
> +share/doc/ghc/html/users_guide/_static/underscore.js
> +share/doc/ghc/html/users_guide/_static/up-pressed.png
> +share/doc/ghc/html/users_guide/_static/up.png
> +share/doc/ghc/html/users_guide/_static/websupport.js
> +share/doc/ghc/html/users_guide/bugs.html
> +share/doc/ghc/html/users_guide/codegens.html
> +share/doc/ghc/html/users_guide/debug-info.html
> +share/doc/ghc/html/users_guide/debugging.html
> +share/doc/ghc/html/users_guide/editing-guide.html
> +share/doc/ghc/html/users_guide/eventlog-formats.html
> +share/doc/ghc/html/users_guide/extending_ghc.html
> +share/doc/ghc/html/users_guide/ffi-chap.html
> +share/doc/ghc/html/users_guide/flags.html
> +share/doc/ghc/html/users_guide/genindex.html
> +share/doc/ghc/html/users_guide/ghc-flags.txt
> +share/doc/ghc/html/users_guide/ghc.html
> +share/doc/ghc/html/users_guide/ghci.html
> +share/doc/ghc/html/users_guide/glasgow_exts.html
> +share/doc/ghc/html/users_guide/gone_wrong.html
> +share/doc/ghc/html/users_guide/index.html
> +share/doc/ghc/html/users_guide/intro.html
> +share/doc/ghc/html/users_guide/lang.html
> +share/doc/ghc/html/users_guide/license.html
> +share/doc/ghc/html/users_guide/objects.inv
> +share/doc/ghc/html/users_guide/packages.html
> +share/doc/ghc/html/users_guide/parallel.html
> +share/doc/ghc/html/users_guide/phases.html
> +share/doc/ghc/html/users_guide/profiling.html
> +share/doc/ghc/html/users_guide/runghc.html
> +share/doc/ghc/html/users_guide/runtime_control.html
> +share/doc/ghc/html/users_guide/safe_haskell.html
> +share/doc/ghc/html/users_guide/search.html
> +share/doc/ghc/html/users_guide/searchindex.js
> +share/doc/ghc/html/users_guide/separate_compilation.html
> +share/doc/ghc/html/users_guide/shared_libs.html
> +share/doc/ghc/html/users_guide/sooner.html
> +share/doc/ghc/html/users_guide/usage.html
> +share/doc/ghc/html/users_guide/using-concurrent.html
> +share/doc/ghc/html/users_guide/using-optimisation.html
> +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
> +
> diff --git lang/ghc/pkg/PLIST lang/ghc/pkg/PLIST-main
> similarity index 59%
> rename from lang/ghc/pkg/PLIST
> rename to lang/ghc/pkg/PLIST-main
> index bc4f5bdfc11..13fbbde40db 100644
> --- lang/ghc/pkg/PLIST
> +++ lang/ghc/pkg/PLIST-main
> @@ -36,8 +36,6 @@ bin/ghc-pkg
needs "@pkgpath lang/ghc" so that updates work
> bin/ghc-pkg-${GHC_VER}
> bin/ghci
> bin/ghci-${GHC_VER}
> -bin/haddock
> -bin/haddock-ghc-${GHC_VER}
> bin/hp2ps
> bin/hpc
> bin/hsc2hs
> @@ -1668,7 +1666,6 @@ lib/ghc/bin/
> @bin lib/ghc/bin/ghc-iserv-dyn
> @bin lib/ghc/bin/ghc-iserv-prof
> @bin lib/ghc/bin/ghc-pkg
> -@bin lib/ghc/bin/haddock
> @bin lib/ghc/bin/hp2ps
> @bin lib/ghc/bin/hpc
> @bin lib/ghc/bin/hsc2hs
> @@ -3766,26 +3763,6 @@ lib/ghc/hpc-${HPC_VER}/Trace/Hpc/Util.p_hi
> @so lib/ghc/hpc-${HPC_VER}/libHShpc-${HPC_VER}-ghc${GHC_VER}.so
> @static-lib lib/ghc/hpc-${HPC_VER}/libHShpc-${HPC_VER}.a
> @static-lib lib/ghc/hpc-${HPC_VER}/libHShpc-${HPC_VER}_p.a
> -lib/ghc/html/
> -lib/ghc/html/Classic.theme/
> -lib/ghc/html/Classic.theme/haskell_icon.gif
> -lib/ghc/html/Classic.theme/minus.gif
> -lib/ghc/html/Classic.theme/plus.gif
> -lib/ghc/html/Classic.theme/xhaddock.css
> -lib/ghc/html/Linuwial.std-theme/
> -lib/ghc/html/Linuwial.std-theme/linuwial.css
> -lib/ghc/html/Linuwial.std-theme/synopsis.png
> -lib/ghc/html/Ocean.theme/
> -lib/ghc/html/Ocean.theme/hslogo-16.png
> -lib/ghc/html/Ocean.theme/minus.gif
> -lib/ghc/html/Ocean.theme/ocean.css
> -lib/ghc/html/Ocean.theme/plus.gif
> -lib/ghc/html/Ocean.theme/synopsis.png
> -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
> lib/ghc/include/DerivedConstants.h
> @@ -3886,8 +3863,6 @@ lib/ghc/integer-gmp-${INTEGER_GMP_VER}/include/ghc-gmp.h
> @so lib/ghc/integer-gmp-${INTEGER_GMP_VER}/libHSinteger-gmp-${INTEGER_GMP_VER}-ghc${GHC_VER}.so
> @static-lib lib/ghc/integer-gmp-${INTEGER_GMP_VER}/libHSinteger-gmp-${INTEGER_GMP_VER}.a
> @static-lib 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-${GHC_VER}/
> lib/ghc/libiserv-${GHC_VER}/GHCi/
> lib/ghc/libiserv-${GHC_VER}/GHCi/Utils.dyn_hi
> @@ -4020,7 +3995,6 @@ 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}/HSparsec-${PARSEC_VER}.p_o
> @@ -4827,2453 +4801,4 @@ lib/ghc/unix-${UNIX_VER}/include/execvpe.h
> @so lib/ghc/unix-${UNIX_VER}/libHSunix-${UNIX_VER}-ghc${GHC_VER}.so
> @static-lib lib/ghc/unix-${UNIX_VER}/libHSunix-${UNIX_VER}.a
> @static-lib 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}/HSxhtml-${XHTML_VER}.p_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
> -@so lib/ghc/xhtml-${XHTML_VER}/libHSxhtml-${XHTML_VER}-ghc${GHC_VER}.so
> -@static-lib lib/ghc/xhtml-${XHTML_VER}/libHSxhtml-${XHTML_VER}.a
> -@static-lib lib/ghc/xhtml-${XHTML_VER}/libHSxhtml-${XHTML_VER}_p.a
> @man man/man1/ghc.1
> -share/doc/ghc/
> -share/doc/ghc/html/
> -share/doc/ghc/html/haddock/
> -share/doc/ghc/html/haddock/.buildinfo
> -share/doc/ghc/html/haddock/.doctrees/
> -share/doc/ghc/html/haddock/.doctrees/environment.pickle
> -share/doc/ghc/html/haddock/.doctrees/index.doctree
> -share/doc/ghc/html/haddock/.doctrees/intro.doctree
> -share/doc/ghc/html/haddock/.doctrees/invoking.doctree
> -share/doc/ghc/html/haddock/.doctrees/markup.doctree
> -share/doc/ghc/html/haddock/_sources/
> -share/doc/ghc/html/haddock/_sources/index.txt
> -share/doc/ghc/html/haddock/_sources/intro.txt
> -share/doc/ghc/html/haddock/_sources/invoking.txt
> -share/doc/ghc/html/haddock/_sources/markup.txt
> -share/doc/ghc/html/haddock/_static/
> -share/doc/ghc/html/haddock/_static/ajax-loader.gif
> -share/doc/ghc/html/haddock/_static/alabaster.css
> -share/doc/ghc/html/haddock/_static/basic.css
> -share/doc/ghc/html/haddock/_static/comment-bright.png
> -share/doc/ghc/html/haddock/_static/comment-close.png
> -share/doc/ghc/html/haddock/_static/comment.png
> -share/doc/ghc/html/haddock/_static/custom.css
> -share/doc/ghc/html/haddock/_static/doctools.js
> -share/doc/ghc/html/haddock/_static/down-pressed.png
> -share/doc/ghc/html/haddock/_static/down.png
> -share/doc/ghc/html/haddock/_static/file.png
> -share/doc/ghc/html/haddock/_static/jquery.js
> -share/doc/ghc/html/haddock/_static/minus.png
> -share/doc/ghc/html/haddock/_static/plus.png
> -share/doc/ghc/html/haddock/_static/pygments.css
> -share/doc/ghc/html/haddock/_static/searchtools.js
> -share/doc/ghc/html/haddock/_static/underscore.js
> -share/doc/ghc/html/haddock/_static/up-pressed.png
> -share/doc/ghc/html/haddock/_static/up.png
> -share/doc/ghc/html/haddock/_static/websupport.js
> -share/doc/ghc/html/haddock/genindex.html
> -share/doc/ghc/html/haddock/index.html
> -share/doc/ghc/html/haddock/intro.html
> -share/doc/ghc/html/haddock/invoking.html
> -share/doc/ghc/html/haddock/markup.html
> -share/doc/ghc/html/haddock/objects.inv
> -share/doc/ghc/html/haddock/search.html
> -share/doc/ghc/html/haddock/searchindex.js
> -share/doc/ghc/html/index.html
> -share/doc/ghc/html/libraries/
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Cabal.haddock
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Cabal.txt
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Backpack-ComponentsGraph.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Backpack-Configure.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Backpack-ConfiguredComponent.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Backpack-DescribeUnitId.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Backpack-FullUnitId.html
> -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-FilePath.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Compat-Graph.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-ResponseFile.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-Compat-Typeable.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-Fields-ConfVar.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Fields-Field.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Fields-Lexer.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Fields-LexerMonad.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Fields-ParseResult.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Fields-Parser.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Fields-Pretty.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Fields.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
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-ModuleName.html
> -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-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-Error.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-FieldLineStream.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-Newtypes.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-Position.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec-Warning.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Parsec.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
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Build.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-BuildPaths.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-BuildTarget.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-BuildToolDepends.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-CCompiler.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Command.html
> -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-Internal.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-InstallDirs.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
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-PreProcess.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-Ar.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-Builtin.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-Db.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-Find.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-GHC.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-HcPkg.html
> -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
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program-Types.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Program.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Register.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Setup.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-ShowBuildInfo.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-SrcDist.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Test-ExeV10.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Test-LibV09.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Test-Log.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Test.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-UHC.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-UserHooks.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple-Utils.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Simple.html
> -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
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ComponentId.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ComponentInclude.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ComponentLocalBuildInfo.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ComponentName.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ComponentRequestedSpec.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-CondTree.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-Condition.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ConfVar.html
> -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-Flag.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-GivenComponent.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-LibraryName.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-LibraryVisibility.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
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-Module.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-ModuleReexport.html
> -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-Magic.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-PackageName.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-PackageVersionConstraint.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-PkgconfigVersion.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Types-PkgconfigVersionRange.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-Internal.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-MD5.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
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Utils-Progress.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Utils-ShortText.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Utils-Structured.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Verbosity-Internal.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Verbosity.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/Distribution-Version.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/LICENSE
> -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
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-45.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-46.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-47.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-58.html
> -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-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
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-C.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-D.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-E.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-F.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-G.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-H.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-I.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-J.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-K.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-L.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-M.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-N.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-O.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-P.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-Q.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-R.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-S.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-T.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-U.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-V.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-W.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/doc-index-X.html
> -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}/doc-index.json
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/haddock-bundle.min.js
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/index.html
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/linuwial.css
> -share/doc/ghc/html/libraries/Cabal-${CABAL_VER}/meta.json
> -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
> -share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-IO-Safe.html
> -share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-IO.html
> -share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-MArray-Safe.html
> -share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-MArray.html
> -share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-ST-Safe.html
> -share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-ST.html
> -share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-Storable-Safe.html
> -share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-Storable.html
> -share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-Unboxed.html
> -share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array-Unsafe.html
> -share/doc/ghc/html/libraries/array-${ARRAY_VER}/Data-Array.html
> -share/doc/ghc/html/libraries/array-${ARRAY_VER}/LICENSE
> -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}/doc-index.json
> -share/doc/ghc/html/libraries/array-${ARRAY_VER}/haddock-bundle.min.js
> -share/doc/ghc/html/libraries/array-${ARRAY_VER}/index.html
> -share/doc/ghc/html/libraries/array-${ARRAY_VER}/linuwial.css
> -share/doc/ghc/html/libraries/array-${ARRAY_VER}/meta.json
> -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
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Arrow.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Category.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Concurrent-Chan.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Concurrent-MVar.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Concurrent-QSem.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Concurrent-QSemN.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Concurrent.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Exception-Base.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Exception.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-Fail.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-Fix.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-IO-Class.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-Instances.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-ST-Lazy-Safe.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-ST-Lazy-Unsafe.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-ST-Lazy.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-ST-Safe.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-ST-Strict.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-ST-Unsafe.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-ST.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad-Zip.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Control-Monad.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Bifoldable.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Bifunctor.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Bitraversable.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Bits.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Bool.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Char.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Coerce.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Complex.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Data.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Dynamic.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Either.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Eq.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Fixed.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Foldable.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Function.html
> -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
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Functor.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-IORef.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Int.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Ix.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Kind.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-List-NonEmpty.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-List.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Maybe.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Monoid.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Ord.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Proxy.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Ratio.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-STRef-Lazy.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-STRef-Strict.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-STRef.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Semigroup.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-String.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Traversable.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Tuple.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Type-Bool.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Type-Coercion.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Type-Equality.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Typeable.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Unique.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Version.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Void.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Data-Word.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Debug-Trace.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-C-Error.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-C-String.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-C-Types.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-C.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Concurrent.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-ForeignPtr-Safe.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-ForeignPtr-Unsafe.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-ForeignPtr.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Marshal-Alloc.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Marshal-Array.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Marshal-Error.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Marshal-Pool.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Marshal-Safe.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Marshal-Unsafe.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Marshal-Utils.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Marshal.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Ptr.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Foreign-Safe.html
> -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-Arr.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Base.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
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Conc.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-ConsoleHandler.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Constants.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Desugar.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Enum.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Environment.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Err.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Event.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Exception-Type.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Exception.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-ExecutionStack-Internal.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-ExecutionStack.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Exts.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Fingerprint-Type.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Fingerprint.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Float-ConversionUtils.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Float-RealFracMethods.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Float.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Foreign.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-ForeignPtr.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-GHCi-Helpers.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-GHCi.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Generics.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Buffer.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-BufferedIO.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Device.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding-CodePage.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding-Failure.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding-Iconv.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding-Latin1.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding-Types.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding-UTF16.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding-UTF32.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding-UTF8.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Encoding.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Exception.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-FD.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Handle-FD.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Handle-Internals.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-Text.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Handle-Types.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Handle.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-IOMode.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO-Unsafe.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IO.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IOArray.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-IORef.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Int.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Ix.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-List.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-MVar.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-Num.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-Pack.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Profiling.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Ptr.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-RTS-Flags.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Read.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Real.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-ST.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-STRef.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Show.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Stable.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-Types.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Stack.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-StaticPtr.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Stats.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Storable.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-TopHandler.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-TypeLits.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-TypeNats.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Unicode.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Weak.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/GHC-Word.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/LICENSE
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Numeric-Natural.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Numeric.html
> -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
> -share/doc/ghc/html/libraries/base-${BASE_VER}/System-IO-Unsafe.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/System-IO.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/System-Info.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/System-Mem-StableName.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/System-Mem-Weak.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/System-Mem.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/System-Posix-Internals.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/System-Posix-Types.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/System-Timeout.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Text-ParserCombinators-ReadP.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Text-ParserCombinators-ReadPrec.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Text-Printf.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Text-Read-Lex.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Text-Read.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Text-Show-Functions.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Text-Show.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Type-Reflection-Unsafe.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Type-Reflection.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/Unsafe-Coerce.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/base.haddock
> -share/doc/ghc/html/libraries/base-${BASE_VER}/base.txt
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-124.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-126.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-33.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-36.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-37.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-38.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-42.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-43.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-45.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-46.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-47.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-58.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-60.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-61.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-62.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-92.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-94.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-A.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-All.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-B.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-C.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-D.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-E.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-F.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-G.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-H.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-I.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-J.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-K.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-L.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-M.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-N.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-O.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-P.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-Q.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-R.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-S.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-T.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-U.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-V.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-W.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/doc-index-X.html
> -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}/doc-index.json
> -share/doc/ghc/html/libraries/base-${BASE_VER}/haddock-bundle.min.js
> -share/doc/ghc/html/libraries/base-${BASE_VER}/index.html
> -share/doc/ghc/html/libraries/base-${BASE_VER}/linuwial.css
> -share/doc/ghc/html/libraries/base-${BASE_VER}/meta.json
> -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
> -share/doc/ghc/html/libraries/binary-${BINARY_VER}/Data-Binary-Get-Internal.html
> -share/doc/ghc/html/libraries/binary-${BINARY_VER}/Data-Binary-Get.html
> -share/doc/ghc/html/libraries/binary-${BINARY_VER}/Data-Binary-Put.html
> -share/doc/ghc/html/libraries/binary-${BINARY_VER}/Data-Binary.html
> -share/doc/ghc/html/libraries/binary-${BINARY_VER}/LICENSE
> -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}/doc-index.json
> -share/doc/ghc/html/libraries/binary-${BINARY_VER}/haddock-bundle.min.js
> -share/doc/ghc/html/libraries/binary-${BINARY_VER}/index.html
> -share/doc/ghc/html/libraries/binary-${BINARY_VER}/linuwial.css
> -share/doc/ghc/html/libraries/binary-${BINARY_VER}/meta.json
> -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
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Builder-Internal.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Builder-Prim-Internal.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Builder-Prim.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Builder.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Char8.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Internal.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Lazy-Builder-ASCII.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Lazy-Builder-Extras.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Lazy-Builder.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Lazy-Char8.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Lazy-Internal.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Lazy.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Short-Internal.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Short.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString-Unsafe.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/Data-ByteString.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/LICENSE
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/bytestring.haddock
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/bytestring.txt
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-62.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-A.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-All.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-B.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-C.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-D.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-E.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-F.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-G.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-H.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-I.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-L.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-M.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-N.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-P.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-R.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-S.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-T.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-U.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-W.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/doc-index-Y.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}/doc-index.json
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/haddock-bundle.min.js
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/index.html
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/linuwial.css
> -share/doc/ghc/html/libraries/bytestring-${BYTESTRING_VER}/meta.json
> -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
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntMap-Lazy.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntMap-Merge-Lazy.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntMap-Merge-Strict.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntMap-Strict-Internal.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntMap-Strict.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntMap.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntSet-Internal.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-IntSet.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Map-Internal-Debug.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Map-Internal.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Map-Lazy.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Map-Merge-Lazy.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Map-Merge-Strict.html
> -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
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Set.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Data-Tree.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/LICENSE
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Utils-Containers-Internal-BitQueue.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Utils-Containers-Internal-BitUtil.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/Utils-Containers-Internal-StrictPair.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/containers.haddock
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/containers.txt
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-124.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-33.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-58.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-60.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-62.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-92.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-A.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-All.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-B.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-C.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-D.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-E.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-F.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-G.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-H.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-I.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-J.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-K.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-L.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-M.html
> -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
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-U.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/doc-index-V.html
> -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}/doc-index.json
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/haddock-bundle.min.js
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/index.html
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/linuwial.css
> -share/doc/ghc/html/libraries/containers-${CONTAINERS_VER}/meta.json
> -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
> -share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/LICENSE
> -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}/doc-index.json
> -share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/haddock-bundle.min.js
> -share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/index.html
> -share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/linuwial.css
> -share/doc/ghc/html/libraries/deepseq-${DEEPSEQ_VER}/meta.json
> -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}/doc-index.json
> -share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/haddock-bundle.min.js
> -share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/index.html
> -share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/linuwial.css
> -share/doc/ghc/html/libraries/directory-${DIRECTORY_VER}/meta.json
> -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
> -share/doc/ghc/html/libraries/doc-index-42.html
> -share/doc/ghc/html/libraries/doc-index-43.html
> -share/doc/ghc/html/libraries/doc-index-45.html
> -share/doc/ghc/html/libraries/doc-index-46.html
> -share/doc/ghc/html/libraries/doc-index-47.html
> -share/doc/ghc/html/libraries/doc-index-58.html
> -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
> -share/doc/ghc/html/libraries/doc-index-C.html
> -share/doc/ghc/html/libraries/doc-index-D.html
> -share/doc/ghc/html/libraries/doc-index-E.html
> -share/doc/ghc/html/libraries/doc-index-F.html
> -share/doc/ghc/html/libraries/doc-index-G.html
> -share/doc/ghc/html/libraries/doc-index-H.html
> -share/doc/ghc/html/libraries/doc-index-I.html
> -share/doc/ghc/html/libraries/doc-index-J.html
> -share/doc/ghc/html/libraries/doc-index-K.html
> -share/doc/ghc/html/libraries/doc-index-L.html
> -share/doc/ghc/html/libraries/doc-index-M.html
> -share/doc/ghc/html/libraries/doc-index-N.html
> -share/doc/ghc/html/libraries/doc-index-O.html
> -share/doc/ghc/html/libraries/doc-index-P.html
> -share/doc/ghc/html/libraries/doc-index-Q.html
> -share/doc/ghc/html/libraries/doc-index-R.html
> -share/doc/ghc/html/libraries/doc-index-S.html
> -share/doc/ghc/html/libraries/doc-index-T.html
> -share/doc/ghc/html/libraries/doc-index-U.html
> -share/doc/ghc/html/libraries/doc-index-V.html
> -share/doc/ghc/html/libraries/doc-index-W.html
> -share/doc/ghc/html/libraries/doc-index-X.html
> -share/doc/ghc/html/libraries/doc-index-Y.html
> -share/doc/ghc/html/libraries/doc-index-Z.html
> -share/doc/ghc/html/libraries/doc-index.html
> -share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/
> -share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/Control-Monad-Catch-Pure.html
> -share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/Control-Monad-Catch.html
> -share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/LICENSE
> -share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/doc-index.html
> -share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/doc-index.json
> -share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/exceptions.haddock
> -share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/exceptions.txt
> -share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/haddock-bundle.min.js
> -share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/index.html
> -share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/linuwial.css
> -share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/meta.json
> -share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/quick-jump.css
> -share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/quick-jump.min.js
> -share/doc/ghc/html/libraries/exceptions-${EXCEPTIONS_VER}/synopsis.png
> -share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/
> -share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/LICENSE
> -share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/System-FilePath-Posix.html
> -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-bundle.min.js
> -share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/index.html
> -share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/linuwial.css
> -share/doc/ghc/html/libraries/filepath-${FILEPATH_VER}/meta.json
> -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
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/BinFingerprint.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/BinIface.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Binary.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Bitmap.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/BkpSyn.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/BlockId.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/BlockLayout.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/BooleanFormula.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/BufWrite.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/BuildTyCl.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/ByteCodeAsm.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/ByteCodeGen.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/ByteCodeInstr.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/ByteCodeItbls.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/ByteCodeLink.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/ByteCodeTypes.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CFG.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CLabel.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CPrim.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CSE.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CallArity.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Class.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CliOption.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/ClsInst.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmdLineParser.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Cmm.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmBuildInfoTables.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmCallConv.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmCommonBlockElim.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmContFlowOpt.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmExpr.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmImplementSwitchPlans.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmInfo.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmLayoutStack.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmLex.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmLint.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmLive.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmMachOp.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmMonad.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmNode.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmOpt.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmParse.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmPipeline.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmProcPoint.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmSink.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmSwitch.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmType.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CmmUtils.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoAxiom.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CodeOutput.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Coercion.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/ConLike.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Config.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Constants.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Constraint.html
> -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
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreSeq.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreStats.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreSubst.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreSyn.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreTidy.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/CoreToStg.html
> -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}/Demand.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Desugar.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Digraph.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/DmdAnal.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Dominators.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/DriverBkp.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/DriverMkDepend.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/DriverPhases.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/DriverPipeline.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsArrows.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsBinds.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsCCall.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsExpr.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsForeign.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsGRHSs.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsListComp.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsMeta.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsMonad.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsUsage.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/DsUtils.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Dwarf-Constants.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Dwarf-Types.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Dwarf.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/DynFlags.html
> -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
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/FastFunctions.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/FastMutInt.html
> -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}/FileSettings.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
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/FlagChecker.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/FloatIn.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/FloatOut.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/ForeignCall.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Format.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/FunDeps.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Binds.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Decls.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Doc.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Dump.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Expr.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Extension.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-ImpExp.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Instances.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Lit.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Pat.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-PlaceHolder.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Types.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs-Utils.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Hs.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-HsToCore-PmCheck-Oracle.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-HsToCore-PmCheck-Ppr.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-HsToCore-PmCheck-Types.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-HsToCore-PmCheck.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-ARM.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-ARM64.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-NoRegs.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-PPC.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-Regs.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-S390X.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-SPARC.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-X86.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-Platform-X86_64.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-ArgRep.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Bind.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-CgUtils.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Closure.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-DataCon.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Env.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Expr.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-ExtCode.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Foreign.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Heap.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Hpc.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Layout.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Monad.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Prim.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Prof.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Ticky.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm-Utils.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-StgToCmm.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC-ThToHs.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHC.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GHCi.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GhcMake.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GhcMonad.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GhcNameVersion.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GhcPlugins.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GhcPrelude.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GraphBase.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GraphColor.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GraphOps.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/GraphPpr.html
> -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}/HieAst.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/HieBin.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/HieDebug.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/HieTypes.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/HieUtils.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-Graph.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Hoopl-Label.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/HscMain.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/HscStats.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/HscTypes.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/IOEnv.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Id.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/IdInfo.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/IfaceEnv.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/IfaceSyn.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/IfaceType.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Inst.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/InstEnv.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Instruction.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/InteractiveEval.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/InteractiveEvalTypes.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Json.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/KnownUniques.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/LICENSE
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Lexeme.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Lexer.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/LiberateCase.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Linker.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/LinkerTypes.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/ListSetOps.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Literal.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Llvm-AbsSyn.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Llvm-MetaData.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Llvm-PpLlvm.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Llvm-Types.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Llvm.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/LlvmCodeGen-Base.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/LlvmCodeGen-CodeGen.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/LlvmCodeGen-Data.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/LlvmCodeGen-Ppr.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/LlvmCodeGen-Regs.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/LlvmCodeGen.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/LlvmMangler.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/LoadIface.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Match.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/MatchCon.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/MatchLit.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Maybes.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/MkCore.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/MkGraph.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/MkId.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/MkIface.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Module.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/MonadUtils.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/NCGMonad.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Name.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/NameCache.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/NameEnv.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/NameSet.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/NameShape.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/OccName.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/OccurAnal.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/OptCoercion.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/OrdList.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Outputable.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PIC.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PPC-CodeGen.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PPC-Cond.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PPC-Instr.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PPC-Ppr.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PPC-RegInfo.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PPC-Regs.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PackageConfig.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Packages.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Pair.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Panic.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Parser.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PatSyn.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PipelineMonad.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PlainPanic.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PlatformConstants.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Plugins.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PprBase.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PprC.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PprCmm.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PprCmmDecl.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PprCmmExpr.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PprColour.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PprCore.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PprTyThing.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Predicate.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PrelInfo.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PrelNames.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PrelRules.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Pretty.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/PrimOp.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/ProfInit.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RdrHsSyn.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RdrName.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Reg.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-ArchBase.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-ArchX86.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-Coalesce.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-Main.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-Spill.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-SpillClean.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-SpillCost.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-Stats.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Graph-TrivColorable.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-Base.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-FreeRegs.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-JoinToTargets.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-Main.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-PPC-FreeRegs.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-SPARC-FreeRegs.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-StackMap.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-State.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-Stats.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-X86-FreeRegs.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Linear-X86_64-FreeRegs.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegAlloc-Liveness.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RegClass.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RepType.html
> -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
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/RnPat.html
> -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}/SMRep.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-AddrMode.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-Base.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-CodeGen-Amode.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-CodeGen-Base.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-CodeGen-CondCode.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-CodeGen-Expand.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-CodeGen-Gen32.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-CodeGen-Gen64.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-CodeGen-Sanity.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-CodeGen.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-Cond.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-Imm.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-Instr.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-Ppr.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-Regs.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-ShortcutJump.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SPARC-Stack.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SetLevels.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Settings.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SimplCore.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SimplEnv.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SimplMonad.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SimplStg.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SimplUtils.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Simplify.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SpecConstr.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Specialise.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/SrcLoc.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/State.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/StaticPtrTable.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgCse.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgFVs.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgLiftLams-Analysis.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgLiftLams-LiftM.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgLiftLams-Transformation.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgLiftLams.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgLint.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgStats.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/StgSubst.html
> -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-Settings.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
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TargetReg.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcAnnotations.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcArrows.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcBackpack.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcBinds.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcCanonical.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcClassDcl.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcDefaults.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcDeriv.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcDerivInfer.html
> -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
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcForeign.html
> -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}/TcHoleFitTypes.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
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcInstDcls.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcInteract.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcMType.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcMatches.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcOrigin.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcPat.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcPatSyn.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcPluginM.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcRnDriver.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcRnExports.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcRnMonad.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcRnTypes.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcRules.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcSMonad.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcSigs.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcSimplify.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcSplice.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcTyClsDecls.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcTyDecls.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcType.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcTypeNats.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcTypeable.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcUnify.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TcValidity.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TidyPgm.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/ToIface.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/ToolSettings.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TrieMap.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TyCoFVs.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TyCoPpr.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TyCoRep.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TyCoSubst.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TyCoTidy.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TyCon.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Type.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TysPrim.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/TysWiredIn.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/UnVarGraph.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/UnariseStg.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Unify.html
> -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
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/Util.html
> -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}/WorkWrap.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/WwLib.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/X86-CodeGen.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/X86-Cond.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/X86-Instr.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/X86-Ppr.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/X86-RegInfo.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/X86-Regs.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-124.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-33.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-36.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-38.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-42.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-43.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-45.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-46.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-47.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-60.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-61.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-62.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-94.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-A.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-All.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-B.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-C.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-D.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-E.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-F.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-G.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-H.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-I.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-J.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-K.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-L.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-M.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-N.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-O.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-P.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-Q.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-R.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-S.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-T.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-U.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-V.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-W.html
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/doc-index-X.html
> -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-bundle.min.js
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/index.html
> -share/doc/ghc/html/libraries/ghc-8.10.2/linuwial.css
> -share/doc/ghc/html/libraries/ghc-${GHC_VER}/meta.json
> -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-BaseDir.html
> -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-Platform-Host.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/GHC-Platform.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/GHC-Serialized.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/GHC-Settings.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/GHC-UniqueSubdir.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/GHC-Version.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/LICENSE
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-A.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-All.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-B.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-C.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-D.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-E.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-F.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-G.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-H.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-I.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-J.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-K.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-L.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-M.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-N.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-O.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-P.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-Q.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-R.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-S.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-T.html
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/doc-index-U.html
> -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-bundle.min.js
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/index.html
> -share/doc/ghc/html/libraries/ghc-boot-8.10.2/linuwial.css
> -share/doc/ghc/html/libraries/ghc-boot-${GHC_VER}/meta.json
> -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
> -share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/GHC-LanguageExtensions-Type.html
> -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-bundle.min.js
> -share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/index.html
> -share/doc/ghc/html/libraries/ghc-boot-th-8.10.2/linuwial.css
> -share/doc/ghc/html/libraries/ghc-boot-th-${GHC_VER}/meta.json
> -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-bundle.min.js
> -share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/index.html
> -share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/linuwial.css
> -share/doc/ghc/html/libraries/ghc-compact-${GHC_COMPACT_VER}/meta.json
> -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-K.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}/index.html
> -share/doc/ghc/html/libraries/ghc-heap-8.10.2/linuwial.css
> -share/doc/ghc/html/libraries/ghc-heap-${GHC_VER}/meta.json
> -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-Classes.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-Debug.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-IntWord64.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-Magic.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-Prim-Ext.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-Prim.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-PrimopWrappers.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-Tuple.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/GHC-Types.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/LICENSE
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-124.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-126.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-38.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-42.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-43.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-45.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-47.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-60.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-61.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-62.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-A.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-All.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-B.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-C.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-D.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-E.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-F.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-G.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-I.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-K.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-L.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-M.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-N.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-O.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-P.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-Q.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-R.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-S.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-T.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-U.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-V.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/doc-index-W.html
> -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-bundle.min.js
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/index.html
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/linuwial.css
> -share/doc/ghc/html/libraries/ghc-prim-${GHC_PRIM_VER}/meta.json
> -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
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-InfoTable.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-Message.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-ObjLink.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-RemoteTypes.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-ResolvedBCO.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-Run.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-Signals.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-StaticPtrTable.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-TH-Binary.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/GHCi-TH.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/LICENSE
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/SizedSeq.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-A.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-All.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-B.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-C.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-D.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-E.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-F.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-G.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-H.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-I.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-L.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-M.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-N.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-P.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-Q.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-R.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-S.html
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/doc-index-T.html
> -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-bundle.min.js
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/index.html
> -share/doc/ghc/html/libraries/ghci-8.10.2/linuwial.css
> -share/doc/ghc/html/libraries/ghci-${GHC_VER}/meta.json
> -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-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
> -share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/System-Console-Haskeline-History.html
> -share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/System-Console-Haskeline-IO.html
> -share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/System-Console-Haskeline-Internal.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}/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}/index.html
> -share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/linuwial.css
> -share/doc/ghc/html/libraries/haskeline-${HASKELINE_VER}/meta.json
> -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/hpc-${HPC_VER}/
> -share/doc/ghc/html/libraries/hpc-${HPC_VER}/LICENSE
> -share/doc/ghc/html/libraries/hpc-${HPC_VER}/Trace-Hpc-Mix.html
> -share/doc/ghc/html/libraries/hpc-${HPC_VER}/Trace-Hpc-Reflect.html
> -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}/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}/index.html
> -share/doc/ghc/html/libraries/hpc-${HPC_VER}/linuwial.css
> -share/doc/ghc/html/libraries/hpc-${HPC_VER}/meta.json
> -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/index.html
> -share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/
> -share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/GHC-Integer-GMP-Internals.html
> -share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/GHC-Integer-Logarithms-Internals.html
> -share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/GHC-Integer-Logarithms.html
> -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}/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}/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}/linuwial.css
> -share/doc/ghc/html/libraries/integer-gmp-${INTEGER_GMP_VER}/meta.json
> -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-${GHC_VER}/
> -share/doc/ghc/html/libraries/libiserv-${GHC_VER}/GHCi-Utils.html
> -share/doc/ghc/html/libraries/libiserv-${GHC_VER}/LICENSE
> -share/doc/ghc/html/libraries/libiserv-${GHC_VER}/Lib.html
> -share/doc/ghc/html/libraries/libiserv-${GHC_VER}/doc-index.html
> -share/doc/ghc/html/libraries/libiserv-${GHC_VER}/doc-index.json
> -share/doc/ghc/html/libraries/libiserv-${GHC_VER}/haddock-bundle.min.js
> -share/doc/ghc/html/libraries/libiserv-${GHC_VER}/index.html
> -share/doc/ghc/html/libraries/libiserv-${GHC_VER}/libiserv.haddock
> -share/doc/ghc/html/libraries/libiserv-${GHC_VER}/libiserv.txt
> -share/doc/ghc/html/libraries/libiserv-8.10.2/linuwial.css
> -share/doc/ghc/html/libraries/libiserv-${GHC_VER}/meta.json
> -share/doc/ghc/html/libraries/libiserv-${GHC_VER}/quick-jump.css
> -share/doc/ghc/html/libraries/libiserv-${GHC_VER}/quick-jump.min.js
> -share/doc/ghc/html/libraries/libiserv-${GHC_VER}/synopsis.png
> -share/doc/ghc/html/libraries/linuwial.css
> -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}/index.html
> -share/doc/ghc/html/libraries/mtl-${MTL_VER}/linuwial.css
> -share/doc/ghc/html/libraries/mtl-${MTL_VER}/meta.json
> -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}/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/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}/index.html
> -share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/linuwial.css
> -share/doc/ghc/html/libraries/parsec-${PARSEC_VER}/meta.json
> -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}/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/pretty-${PRETTY_VER}/
> -share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/LICENSE
> -share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/Text-PrettyPrint-Annotated-HughesPJ.html
> -share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/Text-PrettyPrint-Annotated-HughesPJClass.html
> -share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/Text-PrettyPrint-Annotated.html
> -share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/Text-PrettyPrint-HughesPJ.html
> -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}/doc-index.json
> -share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/haddock-bundle.min.js
> -share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/index.html
> -share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/linuwial.css
> -share/doc/ghc/html/libraries/pretty-${PRETTY_VER}/meta.json
> -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
> -share/doc/ghc/html/libraries/process-${PROCESS_VER}/System-Cmd.html
> -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}/doc-index.json
> -share/doc/ghc/html/libraries/process-${PROCESS_VER}/haddock-bundle.min.js
> -share/doc/ghc/html/libraries/process-${PROCESS_VER}/index.html
> -share/doc/ghc/html/libraries/process-${PROCESS_VER}/linuwial.css
> -share/doc/ghc/html/libraries/process-${PROCESS_VER}/meta.json
> -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}/index.html
> -share/doc/ghc/html/libraries/stm-${STM_VER}/linuwial.css
> -share/doc/ghc/html/libraries/stm-${STM_VER}/meta.json
> -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
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/Language-Haskell-TH-Quote.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/Language-Haskell-TH-Syntax.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/Language-Haskell-TH.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-36.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-60.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-A.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-All.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-B.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-C.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-D.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-E.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-F.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-G.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-H.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-I.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-J.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-K.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-L.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-M.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-N.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-O.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-P.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-Q.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-R.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-S.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-T.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/doc-index-U.html
> -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}/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}/index.html
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/linuwial.css
> -share/doc/ghc/html/libraries/template-haskell-${TEMPLATE-HASKELL_VER}/meta.json
> -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
> -share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/
> -share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/LICENSE
> -share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/System-Console-Terminfo-Base.html
> -share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/System-Console-Terminfo-Color.html
> -share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/System-Console-Terminfo-Cursor.html
> -share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/System-Console-Terminfo-Edit.html
> -share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/System-Console-Terminfo-Effects.html
> -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}/doc-index.json
> -share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/haddock-bundle.min.js
> -share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/index.html
> -share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/linuwial.css
> -share/doc/ghc/html/libraries/terminfo-${TERMINFO_VER}/meta.json
> -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}/index.html
> -share/doc/ghc/html/libraries/text-${TEXT_VER}/linuwial.css
> -share/doc/ghc/html/libraries/text-${TEXT_VER}/meta.json
> -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
> -share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Calendar-MonthDay.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Calendar-OrdinalDate.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Calendar-WeekDate.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Calendar.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Clock-POSIX.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Clock-System.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Clock-TAI.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Clock.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Format-ISO8601.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Format-Internal.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-Format.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time-LocalTime.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/Data-Time.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/LICENSE
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-A.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-All.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-B.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-C.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-D.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-E.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-F.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-G.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-H.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-I.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-J.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-K.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-L.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-M.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-N.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-O.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-P.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-R.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-S.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-T.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-U.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-W.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/doc-index-Y.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}/doc-index.json
> -share/doc/ghc/html/libraries/time-${TIME_VER}/haddock-bundle.min.js
> -share/doc/ghc/html/libraries/time-${TIME_VER}/index.html
> -share/doc/ghc/html/libraries/time-${TIME_VER}/linuwial.css
> -share/doc/ghc/html/libraries/time-${TIME_VER}/meta.json
> -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
> -share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/
> -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
> -share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/Control-Monad-Trans-Except.html
> -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}/doc-index.json
> -share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/haddock-bundle.min.js
> -share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/index.html
> -share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/linuwial.css
> -share/doc/ghc/html/libraries/transformers-${TRANSFORMERS_VER}/meta.json
> -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
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/LICENSE
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-OpenBSD-Process.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-ByteString-FilePath.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-ByteString.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Directory-ByteString.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Directory.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-DynamicLinker-ByteString.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-DynamicLinker-Module-ByteString.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-DynamicLinker-Module.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-DynamicLinker-Prim.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-DynamicLinker.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Env-ByteString.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Env.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Error.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Fcntl.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Files-ByteString.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Files.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-IO-ByteString.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-IO.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Process-ByteString.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Process-Internals.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Process.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Resource.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Semaphore.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-SharedMem.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Signals-Exts.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Signals.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Temp-ByteString.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Temp.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Terminal-ByteString.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Terminal.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Time.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-Unistd.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix-User.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/System-Posix.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-A.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-All.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-B.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-C.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-D.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-E.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-F.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-G.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-H.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-I.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-J.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-K.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-L.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-M.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-N.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-O.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-P.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-Q.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-R.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-S.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-T.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/doc-index-U.html
> -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}/doc-index.json
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/haddock-bundle.min.js
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/index.html
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/linuwial.css
> -share/doc/ghc/html/libraries/unix-${UNIX_VER}/meta.json
> -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
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/LICENSE
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/Text-XHtml-Frameset.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/Text-XHtml-Strict.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/Text-XHtml-Table.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/Text-XHtml-Transitional.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/Text-XHtml.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-33.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-43.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-60.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-A.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-All.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-B.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-C.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-D.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-E.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-F.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-G.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-H.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-I.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-K.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-L.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-M.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-N.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-O.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-P.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-Q.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-R.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-S.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-T.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-U.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/doc-index-V.html
> -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}/doc-index.json
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/haddock-bundle.min.js
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/index.html
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/linuwial.css
> -share/doc/ghc/html/libraries/xhtml-${XHTML_VER}/meta.json
> -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.10.1-notes.html
> -share/doc/ghc/html/users_guide/8.10.2-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.10.1-notes.txt
> -share/doc/ghc/html/users_guide/_sources/8.10.2-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
> -share/doc/ghc/html/users_guide/_sources/debugging.txt
> -share/doc/ghc/html/users_guide/_sources/editing-guide.txt
> -share/doc/ghc/html/users_guide/_sources/eventlog-formats.txt
> -share/doc/ghc/html/users_guide/_sources/extending_ghc.txt
> -share/doc/ghc/html/users_guide/_sources/ffi-chap.txt
> -share/doc/ghc/html/users_guide/_sources/flags.txt
> -share/doc/ghc/html/users_guide/_sources/ghc.txt
> -share/doc/ghc/html/users_guide/_sources/ghci.txt
> -share/doc/ghc/html/users_guide/_sources/glasgow_exts.txt
> -share/doc/ghc/html/users_guide/_sources/gone_wrong.txt
> -share/doc/ghc/html/users_guide/_sources/index.txt
> -share/doc/ghc/html/users_guide/_sources/intro.txt
> -share/doc/ghc/html/users_guide/_sources/lang.txt
> -share/doc/ghc/html/users_guide/_sources/license.txt
> -share/doc/ghc/html/users_guide/_sources/packages.txt
> -share/doc/ghc/html/users_guide/_sources/parallel.txt
> -share/doc/ghc/html/users_guide/_sources/phases.txt
> -share/doc/ghc/html/users_guide/_sources/profiling.txt
> -share/doc/ghc/html/users_guide/_sources/runghc.txt
> -share/doc/ghc/html/users_guide/_sources/runtime_control.txt
> -share/doc/ghc/html/users_guide/_sources/safe_haskell.txt
> -share/doc/ghc/html/users_guide/_sources/separate_compilation.txt
> -share/doc/ghc/html/users_guide/_sources/shared_libs.txt
> -share/doc/ghc/html/users_guide/_sources/sooner.txt
> -share/doc/ghc/html/users_guide/_sources/usage.txt
> -share/doc/ghc/html/users_guide/_sources/using-concurrent.txt
> -share/doc/ghc/html/users_guide/_sources/using-optimisation.txt
> -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
> -share/doc/ghc/html/users_guide/_static/ajax-loader.gif
> -share/doc/ghc/html/users_guide/_static/basic.css
> -share/doc/ghc/html/users_guide/_static/comment-bright.png
> -share/doc/ghc/html/users_guide/_static/comment-close.png
> -share/doc/ghc/html/users_guide/_static/comment.png
> -share/doc/ghc/html/users_guide/_static/doctools.js
> -share/doc/ghc/html/users_guide/_static/down-pressed.png
> -share/doc/ghc/html/users_guide/_static/down.png
> -share/doc/ghc/html/users_guide/_static/file.png
> -share/doc/ghc/html/users_guide/_static/ghc-theme.css
> -share/doc/ghc/html/users_guide/_static/jquery.js
> -share/doc/ghc/html/users_guide/_static/logo.pdf
> -share/doc/ghc/html/users_guide/_static/minus.png
> -share/doc/ghc/html/users_guide/_static/opensearch.xml
> -share/doc/ghc/html/users_guide/_static/plus.png
> -share/doc/ghc/html/users_guide/_static/prof_scc.pdf
> -share/doc/ghc/html/users_guide/_static/prof_scc.svg
> -share/doc/ghc/html/users_guide/_static/pygments.css
> -share/doc/ghc/html/users_guide/_static/searchtools.js
> -share/doc/ghc/html/users_guide/_static/underscore.js
> -share/doc/ghc/html/users_guide/_static/up-pressed.png
> -share/doc/ghc/html/users_guide/_static/up.png
> -share/doc/ghc/html/users_guide/_static/websupport.js
> -share/doc/ghc/html/users_guide/bugs.html
> -share/doc/ghc/html/users_guide/codegens.html
> -share/doc/ghc/html/users_guide/debug-info.html
> -share/doc/ghc/html/users_guide/debugging.html
> -share/doc/ghc/html/users_guide/editing-guide.html
> -share/doc/ghc/html/users_guide/eventlog-formats.html
> -share/doc/ghc/html/users_guide/extending_ghc.html
> -share/doc/ghc/html/users_guide/ffi-chap.html
> -share/doc/ghc/html/users_guide/flags.html
> -share/doc/ghc/html/users_guide/genindex.html
> -share/doc/ghc/html/users_guide/ghc-flags.txt
> -share/doc/ghc/html/users_guide/ghc.html
> -share/doc/ghc/html/users_guide/ghci.html
> -share/doc/ghc/html/users_guide/glasgow_exts.html
> -share/doc/ghc/html/users_guide/gone_wrong.html
> -share/doc/ghc/html/users_guide/index.html
> -share/doc/ghc/html/users_guide/intro.html
> -share/doc/ghc/html/users_guide/lang.html
> -share/doc/ghc/html/users_guide/license.html
> -share/doc/ghc/html/users_guide/objects.inv
> -share/doc/ghc/html/users_guide/packages.html
> -share/doc/ghc/html/users_guide/parallel.html
> -share/doc/ghc/html/users_guide/phases.html
> -share/doc/ghc/html/users_guide/profiling.html
> -share/doc/ghc/html/users_guide/runghc.html
> -share/doc/ghc/html/users_guide/runtime_control.html
> -share/doc/ghc/html/users_guide/safe_haskell.html
> -share/doc/ghc/html/users_guide/search.html
> -share/doc/ghc/html/users_guide/searchindex.js
> -share/doc/ghc/html/users_guide/separate_compilation.html
> -share/doc/ghc/html/users_guide/shared_libs.html
> -share/doc/ghc/html/users_guide/sooner.html
> -share/doc/ghc/html/users_guide/usage.html
> -share/doc/ghc/html/users_guide/using-concurrent.html
> -share/doc/ghc/html/users_guide/using-optimisation.html
> -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
> --
> 2.28.0
>
No comments:
Post a Comment