]> gitweb @ CieloNegro.org - pkgsrc-ghc.git/commitdiff
GHC 7.0.3 for powerpc-apple-darwin. It looks fully working, including GHCi!
authorPHO <pho@cielonegro.org>
Sat, 16 Apr 2011 03:22:53 +0000 (12:22 +0900)
committerPHO <pho@cielonegro.org>
Sat, 16 Apr 2011 03:22:53 +0000 (12:22 +0900)
Makefile
PLIST.Darwin-powerpc
distinfo
patches/patch-aa
patches/patch-ab [deleted file]
patches/patch-ac [deleted file]
patches/patch-ah
patches/patch-aj
patches/patch-al [deleted file]
patches/patch-configure [new file with mode: 0644]
patches/patch-rts_ghc.mk [new file with mode: 0644]

index 127868ece18266f6563d5aab8adb39f1e40c5ff3..9247eb87b199afa9e4a958b1c5da9ef95b2985fe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,22 +1,22 @@
 # $NetBSD: Makefile,v 1.42 2008/07/07 14:58:00 kristerw Exp $
 
 DISTNAME=              ghc-${VERSION}
 # $NetBSD: Makefile,v 1.42 2008/07/07 14:58:00 kristerw Exp $
 
 DISTNAME=              ghc-${VERSION}
-VERSION=               7.0.1
+VERSION=               7.0.3
 CATEGORIES=            lang
 CATEGORIES=            lang
-MASTER_SITES=  http://new-www.haskell.org/ghc/dist/${VERSION}/
+MASTER_SITES=  http://www.haskell.org/ghc/dist/${VERSION}/
 MAINTAINER=            kristerw@NetBSD.org
 HOMEPAGE=              http://www.haskell.org/ghc/
 COMMENT=               Compiler for the functional language Haskell
 LICENSE=               modified-bsd
 
 DISTFILES=             ${DISTNAME}-src.tar.bz2
 MAINTAINER=            kristerw@NetBSD.org
 HOMEPAGE=              http://www.haskell.org/ghc/
 COMMENT=               Compiler for the functional language Haskell
 LICENSE=               modified-bsd
 
 DISTFILES=             ${DISTNAME}-src.tar.bz2
-DISTFILES+=            ${DISTNAME}-boot-i386-unknown-freebsd.tar.bz2
-DISTFILES+=            ${DISTNAME}-boot-i386-unknown-netbsd.tar.bz2
+#DISTFILES+=           ${DISTNAME}-boot-i386-unknown-freebsd.tar.bz2
+#DISTFILES+=           ${DISTNAME}-boot-i386-unknown-netbsd.tar.bz2
 DISTFILES+=            ${DISTNAME}-boot-powerpc-apple-darwin.tar.bz2
 
 
 DISTFILES+=            ${DISTNAME}-boot-powerpc-apple-darwin.tar.bz2
 
 
-SITES.${DISTNAME}-boot-i386-unknown-netbsd.tar.bz2     = http://static.cielonegro.org/archive/
-SITES.${DISTNAME}-boot-i386-unknown-freebsd.tar.bz2    = http://static.cielonegro.org/archive/
+#SITES.${DISTNAME}-boot-i386-unknown-netbsd.tar.bz2    = http://static.cielonegro.org/archive/
+#SITES.${DISTNAME}-boot-i386-unknown-freebsd.tar.bz2   = http://static.cielonegro.org/archive/
 SITES.${DISTNAME}-boot-powerpc-apple-darwin.tar.bz2    = http://static.cielonegro.org/archive/
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 SITES.${DISTNAME}-boot-powerpc-apple-darwin.tar.bz2    = http://static.cielonegro.org/archive/
 
 PKG_DESTDIR_SUPPORT=   user-destdir
@@ -31,7 +31,8 @@ PKG_DESTDIR_SUPPORT=  user-destdir
 #
 # If you want to build HC packages yourself, follow instructions in
 # the ./TODO file.
 #
 # If you want to build HC packages yourself, follow instructions in
 # the ./TODO file.
-ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 Darwin-*-powerpc
+#ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 Darwin-*-powerpc
+ONLY_FOR_PLATFORM= Darwin-*-powerpc
 
 # We must provide the real pass to gcc to the ./configure script,
 # because GHC has a runtime dependency on it. Aren't there any ways
 
 # We must provide the real pass to gcc to the ./configure script,
 # because GHC has a runtime dependency on it. Aren't there any ways
@@ -83,9 +84,9 @@ PLATFORM           = i386-unknown-freebsd
 .elif ${MACHINE_ARCH} == "powerpc" && ${OPSYS} == "Darwin"
 BOOTSTRAP_BUILD_MK = ${PKGDIR}/files/bootstrap.mk
 PLATFORM           = powerpc-apple-darwin
 .elif ${MACHINE_ARCH} == "powerpc" && ${OPSYS} == "Darwin"
 BOOTSTRAP_BUILD_MK = ${PKGDIR}/files/bootstrap.mk
 PLATFORM           = powerpc-apple-darwin
-
 # Existence of libelf makes LeadingUnderscore being "NO", which is
 # Existence of libelf makes LeadingUnderscore being "NO", which is
-# incorrect. See ghc-6.12.1/aclocal.m4 (FP_LEADING_UNDERSCORE)
+# incorrect for this platform. See ghc-6.12.1/aclocal.m4
+# (FP_LEADING_UNDERSCORE)
 CONFLICTS=     libelf-[0-9]*
 
 .else
 CONFLICTS=     libelf-[0-9]*
 
 .else
@@ -100,10 +101,11 @@ ${WRKDIR}/stamp-prepare-bootstrap:
        ${RUN} cd ${WRKDIR} && \
                ${ECHO} "====> Preparing bootstrap compiler" && \
                ${RM} -rf bootstrap && \
        ${RUN} cd ${WRKDIR} && \
                ${ECHO} "====> Preparing bootstrap compiler" && \
                ${RM} -rf bootstrap && \
-               ${MKDIR} bootstrap && \
+               ${MKDIR} -p bootstrap && \
                ${CP} -r ${DISTNAME} bootstrap && \
                cd bootstrap/${DISTNAME} && \
                ${CP} -r ${DISTNAME} bootstrap && \
                cd bootstrap/${DISTNAME} && \
-               ${LN} -sf ${PWD_CMD} utils/ghc-pwd/ghc-pwd && \
+               ${MKDIR} -p utils/ghc-pwd/dist-boot && \
+               ${LN} -sf ${PWD_CMD} utils/ghc-pwd/dist-boot/ghc-pwd && \
                ${TOUCH} $@
 
 ${WRKDIR}/stamp-configure-hc-boot: ${WRKDIR}/stamp-prepare-bootstrap
                ${TOUCH} $@
 
 ${WRKDIR}/stamp-configure-hc-boot: ${WRKDIR}/stamp-prepare-bootstrap
@@ -147,6 +149,10 @@ ${WRKDIR}/stamp-bootstrap-ghc: ${WRKDIR}/stamp-rewrite-hc-paths
                ${TOUCH} $@
 
 do-configure:
                ${TOUCH} $@
 
 do-configure:
+# Seemingly by mistake, ghc-7.0.3 has a prebuilt
+# utils/ghc-pwd/dist-boot/ghc-pwd for amd64 GNU/Linux.
+       ${RUN} cd ${WRKSRC} && \
+               rm -rf utils/ghc-pwd/dist-boot
        ${RUN} cd ${WRKSRC} && \
                ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS}
 # We need to tell the libraries/terminfo/configure that our ncurses is
        ${RUN} cd ${WRKSRC} && \
                ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS}
 # We need to tell the libraries/terminfo/configure that our ncurses is
index d25bca53a6d77ccb77338b18f025e0f402a5df24..670b6e64ad4907b296b0658eeb41035448979c0a 100644 (file)
@@ -6,201 +6,202 @@ bin/ghc-pkg-${PKGVERSION}
 bin/ghci
 bin/ghci-${PKGVERSION}
 bin/haddock
 bin/ghci
 bin/ghci-${PKGVERSION}
 bin/haddock
-bin/haddock-${PKGVERSION}
+bin/haddock-${PKGNAME}
 bin/hp2ps
 bin/hpc
 bin/hsc2hs
 bin/runghc
 bin/runhaskell
 bin/hp2ps
 bin/hpc
 bin/hsc2hs
 bin/runghc
 bin/runhaskell
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Compat/CopyFile.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Compat/CopyFile.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Compat/CopyFile.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Compat/Exception.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Compat/Exception.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Compat/Exception.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Compat/ReadP.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Compat/ReadP.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Compat/ReadP.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Compat/TempFile.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Compat/TempFile.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Compat/TempFile.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Compiler.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Compiler.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Compiler.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/GetOpt.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/GetOpt.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/GetOpt.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/InstalledPackageInfo.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/InstalledPackageInfo.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/InstalledPackageInfo.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/License.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/License.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/License.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Make.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Make.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Make.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/ModuleName.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/ModuleName.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/ModuleName.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Package.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Package.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Package.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/PackageDescription.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/PackageDescription.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/PackageDescription.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/PackageDescription/Check.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/PackageDescription/Check.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/PackageDescription/Check.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/PackageDescription/Configuration.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/PackageDescription/Configuration.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/PackageDescription/Configuration.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/PackageDescription/Parse.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/PackageDescription/Parse.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/PackageDescription/Parse.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/ParseUtils.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/ParseUtils.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/ParseUtils.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/ReadE.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/ReadE.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/ReadE.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Build.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Build.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Build.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Build/Macros.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Build/Macros.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Build/Macros.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Build/PathsModule.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Build/PathsModule.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Build/PathsModule.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/BuildPaths.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/BuildPaths.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/BuildPaths.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Command.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Command.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Command.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Compiler.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Compiler.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Compiler.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Configure.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Configure.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Configure.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/GHC.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/GHC.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/GHC.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/GHC/IPI641.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/GHC/IPI641.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/GHC/IPI641.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/GHC/IPI642.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/GHC/IPI642.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/GHC/IPI642.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Haddock.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Haddock.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Haddock.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Hugs.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Hugs.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Hugs.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Install.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Install.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Install.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/InstallDirs.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/InstallDirs.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/InstallDirs.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/JHC.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/JHC.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/JHC.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/LHC.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/LHC.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/LHC.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/LocalBuildInfo.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/LocalBuildInfo.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/LocalBuildInfo.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/NHC.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/NHC.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/NHC.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/PackageIndex.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/PackageIndex.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/PackageIndex.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/PreProcess.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/PreProcess.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/PreProcess.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/PreProcess/Unlit.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/PreProcess/Unlit.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/PreProcess/Unlit.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Ar.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Ar.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Ar.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Builtin.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Builtin.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Builtin.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Db.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Db.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Db.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/HcPkg.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/HcPkg.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/HcPkg.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Ld.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Ld.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Ld.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Run.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Run.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Run.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Script.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Script.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Script.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Types.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Types.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Program/Types.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Register.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Register.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Register.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Setup.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Setup.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Setup.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/SrcDist.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/SrcDist.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/SrcDist.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Test.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Test.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Test.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/UHC.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/UHC.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/UHC.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/UserHooks.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/UserHooks.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/UserHooks.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Utils.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Utils.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Simple/Utils.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/System.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/System.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/System.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/TestSuite.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/TestSuite.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/TestSuite.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Text.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Text.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Text.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Verbosity.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Verbosity.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Verbosity.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Version.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Version.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Distribution/Version.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Language/Haskell/Extension.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Language/Haskell/Extension.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Language/Haskell/Extension.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Paths_Cabal.dyn_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Paths_Cabal.hi
-lib/${PKGNAME}/Cabal-1.10.0.0/Paths_Cabal.p_hi
-lib/${PKGNAME}/Cabal-1.10.0.0/libHSCabal-1.10.0.0-ghc${PKGVERSION}.dylib
-lib/${PKGNAME}/Cabal-1.10.0.0/libHSCabal-1.10.0.0.a
-lib/${PKGNAME}/Cabal-1.10.0.0/libHSCabal-1.10.0.0_p.a
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Compat/CopyFile.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Compat/CopyFile.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Compat/CopyFile.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Compat/Exception.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Compat/Exception.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Compat/Exception.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Compat/ReadP.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Compat/ReadP.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Compat/ReadP.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Compat/TempFile.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Compat/TempFile.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Compat/TempFile.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Compiler.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Compiler.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Compiler.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/GetOpt.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/GetOpt.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/GetOpt.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/InstalledPackageInfo.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/InstalledPackageInfo.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/InstalledPackageInfo.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/License.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/License.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/License.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Make.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Make.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Make.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/ModuleName.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/ModuleName.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/ModuleName.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Package.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Package.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Package.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/PackageDescription.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/PackageDescription.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/PackageDescription.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/PackageDescription/Check.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/PackageDescription/Check.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/PackageDescription/Check.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/PackageDescription/Configuration.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/PackageDescription/Configuration.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/PackageDescription/Configuration.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/PackageDescription/Parse.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/PackageDescription/Parse.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/PackageDescription/Parse.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/ParseUtils.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/ParseUtils.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/ParseUtils.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/ReadE.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/ReadE.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/ReadE.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Build.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Build.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Build.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Build/Macros.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Build/Macros.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Build/Macros.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Build/PathsModule.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Build/PathsModule.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Build/PathsModule.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/BuildPaths.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/BuildPaths.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/BuildPaths.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Command.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Command.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Command.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Compiler.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Compiler.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Compiler.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Configure.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Configure.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Configure.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/GHC.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/GHC.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/GHC.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/GHC/IPI641.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/GHC/IPI641.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/GHC/IPI641.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/GHC/IPI642.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/GHC/IPI642.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/GHC/IPI642.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Haddock.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Haddock.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Haddock.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Hugs.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Hugs.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Hugs.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Install.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Install.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Install.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/InstallDirs.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/InstallDirs.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/InstallDirs.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/JHC.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/JHC.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/JHC.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/LHC.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/LHC.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/LHC.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/LocalBuildInfo.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/LocalBuildInfo.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/LocalBuildInfo.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/NHC.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/NHC.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/NHC.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/PackageIndex.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/PackageIndex.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/PackageIndex.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/PreProcess.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/PreProcess.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/PreProcess.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/PreProcess/Unlit.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/PreProcess/Unlit.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/PreProcess/Unlit.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Ar.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Ar.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Ar.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Builtin.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Builtin.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Builtin.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Db.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Db.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Db.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/HcPkg.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/HcPkg.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/HcPkg.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Ld.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Ld.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Ld.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Run.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Run.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Run.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Script.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Script.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Script.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Types.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Types.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Program/Types.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Register.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Register.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Register.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Setup.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Setup.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Setup.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/SrcDist.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/SrcDist.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/SrcDist.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Test.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Test.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Test.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/UHC.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/UHC.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/UHC.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/UserHooks.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/UserHooks.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/UserHooks.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Utils.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Utils.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Simple/Utils.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/System.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/System.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/System.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/TestSuite.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/TestSuite.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/TestSuite.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Text.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Text.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Text.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Verbosity.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Verbosity.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Verbosity.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Version.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Version.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Distribution/Version.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/HSCabal-1.10.1.0.o
+lib/${PKGNAME}/Cabal-1.10.1.0/Language/Haskell/Extension.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Language/Haskell/Extension.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Language/Haskell/Extension.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Paths_Cabal.dyn_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Paths_Cabal.hi
+lib/${PKGNAME}/Cabal-1.10.1.0/Paths_Cabal.p_hi
+lib/${PKGNAME}/Cabal-1.10.1.0/libHSCabal-1.10.1.0-ghc${PKGVERSION}.dylib
+lib/${PKGNAME}/Cabal-1.10.1.0/libHSCabal-1.10.1.0.a
+lib/${PKGNAME}/Cabal-1.10.1.0/libHSCabal-1.10.1.0_p.a
 lib/${PKGNAME}/HSffi.o
 lib/${PKGNAME}/array-0.3.0.2/Data/Array.dyn_hi
 lib/${PKGNAME}/array-0.3.0.2/Data/Array.hi
 lib/${PKGNAME}/HSffi.o
 lib/${PKGNAME}/array-0.3.0.2/Data/Array.dyn_hi
 lib/${PKGNAME}/array-0.3.0.2/Data/Array.hi
@@ -229,538 +230,542 @@ lib/${PKGNAME}/array-0.3.0.2/Data/Array/Storable.p_hi
 lib/${PKGNAME}/array-0.3.0.2/Data/Array/Unboxed.dyn_hi
 lib/${PKGNAME}/array-0.3.0.2/Data/Array/Unboxed.hi
 lib/${PKGNAME}/array-0.3.0.2/Data/Array/Unboxed.p_hi
 lib/${PKGNAME}/array-0.3.0.2/Data/Array/Unboxed.dyn_hi
 lib/${PKGNAME}/array-0.3.0.2/Data/Array/Unboxed.hi
 lib/${PKGNAME}/array-0.3.0.2/Data/Array/Unboxed.p_hi
+lib/${PKGNAME}/array-0.3.0.2/HSarray-0.3.0.2.o
 lib/${PKGNAME}/array-0.3.0.2/libHSarray-0.3.0.2-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/array-0.3.0.2/libHSarray-0.3.0.2.a
 lib/${PKGNAME}/array-0.3.0.2/libHSarray-0.3.0.2_p.a
 lib/${PKGNAME}/array-0.3.0.2/libHSarray-0.3.0.2-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/array-0.3.0.2/libHSarray-0.3.0.2.a
 lib/${PKGNAME}/array-0.3.0.2/libHSarray-0.3.0.2_p.a
-lib/${PKGNAME}/base-4.3.0.0/Control/Applicative.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Applicative.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Applicative.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Arrow.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Arrow.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Arrow.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Category.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Category.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Category.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent/Chan.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent/Chan.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent/Chan.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent/MVar.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent/MVar.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent/MVar.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent/QSem.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent/QSem.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent/QSem.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent/QSemN.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent/QSemN.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent/QSemN.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent/SampleVar.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent/SampleVar.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Concurrent/SampleVar.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Exception.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Exception.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Exception.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Exception/Base.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Exception/Base.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Exception/Base.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad/Fix.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad/Fix.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad/Fix.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad/Instances.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad/Instances.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad/Instances.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad/ST.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad/ST.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad/ST.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad/ST/Lazy.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad/ST/Lazy.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad/ST/Lazy.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad/ST/Strict.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad/ST/Strict.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/Monad/ST/Strict.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/OldException.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Control/OldException.hi
-lib/${PKGNAME}/base-4.3.0.0/Control/OldException.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Bits.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Bits.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Bits.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Bool.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Bool.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Bool.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Char.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Char.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Char.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Complex.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Complex.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Complex.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Data.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Data.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Data.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Dynamic.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Dynamic.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Dynamic.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Either.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Either.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Either.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Eq.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Eq.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Eq.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Fixed.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Fixed.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Fixed.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Foldable.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Foldable.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Foldable.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Function.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Function.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Function.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Functor.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Functor.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Functor.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/HashTable.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/HashTable.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/HashTable.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/IORef.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/IORef.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/IORef.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Int.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Int.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Int.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Ix.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Ix.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Ix.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/List.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/List.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/List.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Maybe.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Maybe.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Maybe.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Monoid.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Monoid.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Monoid.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Ord.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Ord.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Ord.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Ratio.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Ratio.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Ratio.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/STRef.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/STRef.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/STRef.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/STRef/Lazy.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/STRef/Lazy.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/STRef/Lazy.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/STRef/Strict.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/STRef/Strict.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/STRef/Strict.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/String.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/String.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/String.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Traversable.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Traversable.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Traversable.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Tuple.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Tuple.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Tuple.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Typeable.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Typeable.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Typeable.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Unique.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Unique.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Unique.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Version.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Version.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Version.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Word.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Word.hi
-lib/${PKGNAME}/base-4.3.0.0/Data/Word.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Debug/Trace.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Debug/Trace.hi
-lib/${PKGNAME}/base-4.3.0.0/Debug/Trace.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign.hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/C.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/C.hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/C.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/C/Error.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/C/Error.hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/C/Error.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/C/String.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/C/String.hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/C/String.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/C/Types.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/C/Types.hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/C/Types.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Concurrent.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Concurrent.hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Concurrent.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/ForeignPtr.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/ForeignPtr.hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/ForeignPtr.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal.hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal/Alloc.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal/Alloc.hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal/Alloc.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal/Array.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal/Array.hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal/Array.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal/Error.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal/Error.hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal/Error.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal/Pool.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal/Pool.hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal/Pool.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal/Utils.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal/Utils.hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Marshal/Utils.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Ptr.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Ptr.hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Ptr.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/StablePtr.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/StablePtr.hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/StablePtr.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Storable.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Storable.hi
-lib/${PKGNAME}/base-4.3.0.0/Foreign/Storable.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Arr.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Arr.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Arr.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Base.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Base.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Base.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Classes.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Classes.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Classes.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Conc.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Conc.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Conc.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Conc/IO.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Conc/IO.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Conc/IO.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Conc/Signal.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Conc/Signal.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Conc/Signal.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Conc/Sync.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Conc/Sync.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Conc/Sync.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/ConsoleHandler.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/ConsoleHandler.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/ConsoleHandler.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Constants.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Constants.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Constants.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Desugar.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Desugar.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Desugar.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Enum.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Enum.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Enum.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Environment.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Environment.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Environment.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Err.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Err.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Err.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Exception.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Exception.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Exception.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Exts.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Exts.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Exts.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Float.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Float.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Float.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/ForeignPtr.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/ForeignPtr.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/ForeignPtr.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Handle.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Handle.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Handle.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Buffer.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Buffer.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Buffer.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/BufferedIO.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/BufferedIO.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/BufferedIO.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Device.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Device.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Device.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/CodePage.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/CodePage.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/CodePage.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/Iconv.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/Iconv.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/Iconv.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/Latin1.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/Latin1.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/Latin1.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/Types.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/Types.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/Types.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/UTF16.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/UTF16.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/UTF16.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/UTF32.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/UTF32.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/UTF32.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/UTF8.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/UTF8.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Encoding/UTF8.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Exception.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Exception.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Exception.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/FD.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/FD.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/FD.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Handle.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Handle.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Handle.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Handle/FD.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Handle/FD.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Handle/FD.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Handle/Internals.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Handle/Internals.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Handle/Internals.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Handle/Text.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Handle/Text.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Handle/Text.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Handle/Types.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Handle/Types.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/Handle/Types.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/IOMode.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/IOMode.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IO/IOMode.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IOArray.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IOArray.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IOArray.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IOBase.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IOBase.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IOBase.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IORef.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IORef.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/IORef.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Int.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Int.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Int.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/List.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/List.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/List.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/MVar.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/MVar.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/MVar.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Num.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Num.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Num.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/PArr.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/PArr.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/PArr.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Pack.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Pack.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Pack.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Ptr.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Ptr.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Ptr.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Read.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Read.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Read.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Real.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Real.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Real.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/ST.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/ST.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/ST.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/STRef.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/STRef.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/STRef.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Show.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Show.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Show.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Stable.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Stable.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Stable.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Storable.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Storable.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Storable.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/TopHandler.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/TopHandler.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/TopHandler.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Unicode.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Unicode.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Unicode.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Weak.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Weak.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Weak.p_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Word.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Word.hi
-lib/${PKGNAME}/base-4.3.0.0/GHC/Word.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Numeric.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Numeric.hi
-lib/${PKGNAME}/base-4.3.0.0/Numeric.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Prelude.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Prelude.hi
-lib/${PKGNAME}/base-4.3.0.0/Prelude.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/CPUTime.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/CPUTime.hi
-lib/${PKGNAME}/base-4.3.0.0/System/CPUTime.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Console/GetOpt.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Console/GetOpt.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Console/GetOpt.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Environment.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Environment.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Environment.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Array.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Array.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Array.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Clock.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Clock.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Clock.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Control.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Control.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Control.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/EPoll.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/EPoll.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/EPoll.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/IntMap.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/IntMap.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/IntMap.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Internal.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Internal.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Internal.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/KQueue.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/KQueue.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/KQueue.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Manager.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Manager.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Manager.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/PSQ.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/PSQ.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/PSQ.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Poll.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Poll.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Poll.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Thread.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Thread.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Thread.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Unique.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Unique.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Event/Unique.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Exit.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Exit.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Exit.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/IO.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/IO.hi
-lib/${PKGNAME}/base-4.3.0.0/System/IO.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/IO/Error.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/IO/Error.hi
-lib/${PKGNAME}/base-4.3.0.0/System/IO/Error.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/IO/Unsafe.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/IO/Unsafe.hi
-lib/${PKGNAME}/base-4.3.0.0/System/IO/Unsafe.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Info.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Info.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Info.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Mem.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Mem.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Mem.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Mem/StableName.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Mem/StableName.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Mem/StableName.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Mem/Weak.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Mem/Weak.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Mem/Weak.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Posix/Internals.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Posix/Internals.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Posix/Internals.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Posix/Types.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Posix/Types.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Posix/Types.p_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Timeout.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/System/Timeout.hi
-lib/${PKGNAME}/base-4.3.0.0/System/Timeout.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Text/ParserCombinators/ReadP.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Text/ParserCombinators/ReadP.hi
-lib/${PKGNAME}/base-4.3.0.0/Text/ParserCombinators/ReadP.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Text/ParserCombinators/ReadPrec.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Text/ParserCombinators/ReadPrec.hi
-lib/${PKGNAME}/base-4.3.0.0/Text/ParserCombinators/ReadPrec.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Text/Printf.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Text/Printf.hi
-lib/${PKGNAME}/base-4.3.0.0/Text/Printf.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Text/Read.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Text/Read.hi
-lib/${PKGNAME}/base-4.3.0.0/Text/Read.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Text/Read/Lex.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Text/Read/Lex.hi
-lib/${PKGNAME}/base-4.3.0.0/Text/Read/Lex.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Text/Show.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Text/Show.hi
-lib/${PKGNAME}/base-4.3.0.0/Text/Show.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Text/Show/Functions.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Text/Show/Functions.hi
-lib/${PKGNAME}/base-4.3.0.0/Text/Show/Functions.p_hi
-lib/${PKGNAME}/base-4.3.0.0/Unsafe/Coerce.dyn_hi
-lib/${PKGNAME}/base-4.3.0.0/Unsafe/Coerce.hi
-lib/${PKGNAME}/base-4.3.0.0/Unsafe/Coerce.p_hi
-lib/${PKGNAME}/base-4.3.0.0/include/EventConfig.h
-lib/${PKGNAME}/base-4.3.0.0/include/HsBase.h
-lib/${PKGNAME}/base-4.3.0.0/include/HsBaseConfig.h
-lib/${PKGNAME}/base-4.3.0.0/include/Typeable.h
-lib/${PKGNAME}/base-4.3.0.0/include/WCsubst.h
-lib/${PKGNAME}/base-4.3.0.0/include/consUtils.h
-lib/${PKGNAME}/base-4.3.0.0/libHSbase-4.3.0.0-ghc${PKGVERSION}.dylib
-lib/${PKGNAME}/base-4.3.0.0/libHSbase-4.3.0.0.a
-lib/${PKGNAME}/base-4.3.0.0/libHSbase-4.3.0.0_p.a
+lib/${PKGNAME}/base-4.3.1.0/Control/Applicative.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Applicative.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Applicative.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Arrow.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Arrow.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Arrow.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Category.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Category.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Category.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent/Chan.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent/Chan.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent/Chan.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent/MVar.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent/MVar.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent/MVar.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent/QSem.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent/QSem.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent/QSem.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent/QSemN.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent/QSemN.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent/QSemN.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent/SampleVar.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent/SampleVar.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Concurrent/SampleVar.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Exception.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Exception.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Exception.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Exception/Base.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Exception/Base.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Exception/Base.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad/Fix.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad/Fix.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad/Fix.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad/Instances.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad/Instances.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad/Instances.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad/ST.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad/ST.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad/ST.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad/ST/Lazy.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad/ST/Lazy.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad/ST/Lazy.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad/ST/Strict.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad/ST/Strict.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/Monad/ST/Strict.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/OldException.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Control/OldException.hi
+lib/${PKGNAME}/base-4.3.1.0/Control/OldException.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Bits.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Bits.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Bits.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Bool.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Bool.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Bool.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Char.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Char.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Char.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Complex.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Complex.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Complex.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Data.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Data.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Data.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Dynamic.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Dynamic.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Dynamic.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Either.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Either.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Either.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Eq.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Eq.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Eq.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Fixed.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Fixed.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Fixed.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Foldable.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Foldable.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Foldable.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Function.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Function.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Function.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Functor.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Functor.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Functor.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/HashTable.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/HashTable.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/HashTable.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/IORef.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/IORef.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/IORef.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Int.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Int.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Int.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Ix.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Ix.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Ix.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/List.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/List.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/List.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Maybe.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Maybe.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Maybe.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Monoid.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Monoid.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Monoid.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Ord.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Ord.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Ord.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Ratio.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Ratio.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Ratio.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/STRef.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/STRef.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/STRef.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/STRef/Lazy.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/STRef/Lazy.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/STRef/Lazy.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/STRef/Strict.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/STRef/Strict.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/STRef/Strict.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/String.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/String.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/String.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Traversable.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Traversable.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Traversable.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Tuple.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Tuple.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Tuple.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Typeable.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Typeable.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Typeable.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Unique.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Unique.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Unique.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Version.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Version.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Version.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Word.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Word.hi
+lib/${PKGNAME}/base-4.3.1.0/Data/Word.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Debug/Trace.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Debug/Trace.hi
+lib/${PKGNAME}/base-4.3.1.0/Debug/Trace.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign.hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/C.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/C.hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/C.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/C/Error.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/C/Error.hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/C/Error.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/C/String.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/C/String.hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/C/String.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/C/Types.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/C/Types.hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/C/Types.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Concurrent.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Concurrent.hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Concurrent.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/ForeignPtr.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/ForeignPtr.hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/ForeignPtr.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal.hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal/Alloc.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal/Alloc.hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal/Alloc.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal/Array.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal/Array.hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal/Array.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal/Error.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal/Error.hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal/Error.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal/Pool.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal/Pool.hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal/Pool.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal/Utils.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal/Utils.hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Marshal/Utils.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Ptr.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Ptr.hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Ptr.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/StablePtr.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/StablePtr.hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/StablePtr.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Storable.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Storable.hi
+lib/${PKGNAME}/base-4.3.1.0/Foreign/Storable.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Arr.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Arr.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Arr.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Base.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Base.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Base.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Classes.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Classes.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Classes.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Conc.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Conc.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Conc.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Conc/IO.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Conc/IO.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Conc/IO.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Conc/Signal.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Conc/Signal.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Conc/Signal.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Conc/Sync.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Conc/Sync.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Conc/Sync.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/ConsoleHandler.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/ConsoleHandler.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/ConsoleHandler.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Constants.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Constants.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Constants.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Desugar.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Desugar.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Desugar.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Enum.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Enum.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Enum.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Environment.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Environment.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Environment.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Err.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Err.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Err.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Exception.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Exception.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Exception.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Exts.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Exts.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Exts.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Float.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Float.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Float.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/ForeignPtr.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/ForeignPtr.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/ForeignPtr.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Handle.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Handle.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Handle.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Buffer.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Buffer.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Buffer.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/BufferedIO.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/BufferedIO.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/BufferedIO.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Device.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Device.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Device.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/CodePage.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/CodePage.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/CodePage.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/Iconv.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/Iconv.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/Iconv.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/Latin1.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/Latin1.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/Latin1.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/Types.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/Types.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/Types.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/UTF16.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/UTF16.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/UTF16.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/UTF32.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/UTF32.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/UTF32.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/UTF8.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/UTF8.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Encoding/UTF8.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Exception.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Exception.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Exception.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/FD.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/FD.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/FD.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Handle.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Handle.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Handle.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Handle/FD.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Handle/FD.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Handle/FD.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Handle/Internals.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Handle/Internals.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Handle/Internals.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Handle/Text.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Handle/Text.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Handle/Text.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Handle/Types.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Handle/Types.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/Handle/Types.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/IOMode.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/IOMode.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IO/IOMode.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IOArray.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IOArray.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IOArray.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IOBase.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IOBase.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IOBase.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IORef.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IORef.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/IORef.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Int.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Int.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Int.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/List.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/List.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/List.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/MVar.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/MVar.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/MVar.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Num.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Num.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Num.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/PArr.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/PArr.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/PArr.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Pack.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Pack.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Pack.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Ptr.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Ptr.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Ptr.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Read.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Read.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Read.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Real.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Real.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Real.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/ST.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/ST.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/ST.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/STRef.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/STRef.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/STRef.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Show.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Show.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Show.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Stable.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Stable.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Stable.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Storable.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Storable.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Storable.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/TopHandler.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/TopHandler.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/TopHandler.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Unicode.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Unicode.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Unicode.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Weak.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Weak.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Weak.p_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Word.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Word.hi
+lib/${PKGNAME}/base-4.3.1.0/GHC/Word.p_hi
+lib/${PKGNAME}/base-4.3.1.0/HSbase-4.3.1.0.o
+lib/${PKGNAME}/base-4.3.1.0/Numeric.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Numeric.hi
+lib/${PKGNAME}/base-4.3.1.0/Numeric.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Prelude.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Prelude.hi
+lib/${PKGNAME}/base-4.3.1.0/Prelude.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/CPUTime.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/CPUTime.hi
+lib/${PKGNAME}/base-4.3.1.0/System/CPUTime.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Console/GetOpt.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Console/GetOpt.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Console/GetOpt.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Environment.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Environment.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Environment.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Array.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Array.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Array.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Clock.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Clock.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Clock.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Control.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Control.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Control.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/EPoll.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/EPoll.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/EPoll.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/IntMap.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/IntMap.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/IntMap.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Internal.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Internal.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Internal.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/KQueue.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/KQueue.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/KQueue.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Manager.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Manager.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Manager.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/PSQ.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/PSQ.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/PSQ.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Poll.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Poll.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Poll.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Thread.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Thread.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Thread.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Unique.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Unique.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Event/Unique.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Exit.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Exit.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Exit.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/IO.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/IO.hi
+lib/${PKGNAME}/base-4.3.1.0/System/IO.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/IO/Error.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/IO/Error.hi
+lib/${PKGNAME}/base-4.3.1.0/System/IO/Error.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/IO/Unsafe.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/IO/Unsafe.hi
+lib/${PKGNAME}/base-4.3.1.0/System/IO/Unsafe.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Info.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Info.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Info.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Mem.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Mem.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Mem.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Mem/StableName.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Mem/StableName.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Mem/StableName.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Mem/Weak.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Mem/Weak.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Mem/Weak.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Posix/Internals.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Posix/Internals.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Posix/Internals.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Posix/Types.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Posix/Types.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Posix/Types.p_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Timeout.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/System/Timeout.hi
+lib/${PKGNAME}/base-4.3.1.0/System/Timeout.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Text/ParserCombinators/ReadP.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Text/ParserCombinators/ReadP.hi
+lib/${PKGNAME}/base-4.3.1.0/Text/ParserCombinators/ReadP.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Text/ParserCombinators/ReadPrec.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Text/ParserCombinators/ReadPrec.hi
+lib/${PKGNAME}/base-4.3.1.0/Text/ParserCombinators/ReadPrec.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Text/Printf.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Text/Printf.hi
+lib/${PKGNAME}/base-4.3.1.0/Text/Printf.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Text/Read.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Text/Read.hi
+lib/${PKGNAME}/base-4.3.1.0/Text/Read.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Text/Read/Lex.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Text/Read/Lex.hi
+lib/${PKGNAME}/base-4.3.1.0/Text/Read/Lex.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Text/Show.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Text/Show.hi
+lib/${PKGNAME}/base-4.3.1.0/Text/Show.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Text/Show/Functions.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Text/Show/Functions.hi
+lib/${PKGNAME}/base-4.3.1.0/Text/Show/Functions.p_hi
+lib/${PKGNAME}/base-4.3.1.0/Unsafe/Coerce.dyn_hi
+lib/${PKGNAME}/base-4.3.1.0/Unsafe/Coerce.hi
+lib/${PKGNAME}/base-4.3.1.0/Unsafe/Coerce.p_hi
+lib/${PKGNAME}/base-4.3.1.0/include/EventConfig.h
+lib/${PKGNAME}/base-4.3.1.0/include/HsBase.h
+lib/${PKGNAME}/base-4.3.1.0/include/HsBaseConfig.h
+lib/${PKGNAME}/base-4.3.1.0/include/Typeable.h
+lib/${PKGNAME}/base-4.3.1.0/include/WCsubst.h
+lib/${PKGNAME}/base-4.3.1.0/include/consUtils.h
+lib/${PKGNAME}/base-4.3.1.0/libHSbase-4.3.1.0-ghc${PKGVERSION}.dylib
+lib/${PKGNAME}/base-4.3.1.0/libHSbase-4.3.1.0.a
+lib/${PKGNAME}/base-4.3.1.0/libHSbase-4.3.1.0_p.a
 lib/${PKGNAME}/bin-package-db-0.0.0.0/Distribution/InstalledPackageInfo/Binary.dyn_hi
 lib/${PKGNAME}/bin-package-db-0.0.0.0/Distribution/InstalledPackageInfo/Binary.hi
 lib/${PKGNAME}/bin-package-db-0.0.0.0/Distribution/InstalledPackageInfo/Binary.p_hi
 lib/${PKGNAME}/bin-package-db-0.0.0.0/Distribution/InstalledPackageInfo/Binary.dyn_hi
 lib/${PKGNAME}/bin-package-db-0.0.0.0/Distribution/InstalledPackageInfo/Binary.hi
 lib/${PKGNAME}/bin-package-db-0.0.0.0/Distribution/InstalledPackageInfo/Binary.p_hi
+lib/${PKGNAME}/bin-package-db-0.0.0.0/HSbin-package-db-0.0.0.0.o
 lib/${PKGNAME}/bin-package-db-0.0.0.0/libHSbin-package-db-0.0.0.0-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/bin-package-db-0.0.0.0/libHSbin-package-db-0.0.0.0.a
 lib/${PKGNAME}/bin-package-db-0.0.0.0/libHSbin-package-db-0.0.0.0_p.a
 lib/${PKGNAME}/bin-package-db-0.0.0.0/libHSbin-package-db-0.0.0.0-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/bin-package-db-0.0.0.0/libHSbin-package-db-0.0.0.0.a
 lib/${PKGNAME}/bin-package-db-0.0.0.0/libHSbin-package-db-0.0.0.0_p.a
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString.dyn_hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString.hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString.p_hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Char8.dyn_hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Char8.hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Char8.p_hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Fusion.dyn_hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Fusion.hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Fusion.p_hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Internal.dyn_hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Internal.hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Internal.p_hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Lazy.dyn_hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Lazy.hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Lazy.p_hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Lazy/Char8.dyn_hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Lazy/Char8.hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Lazy/Char8.p_hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Lazy/Internal.dyn_hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Lazy/Internal.hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Lazy/Internal.p_hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Unsafe.dyn_hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Unsafe.hi
-lib/${PKGNAME}/bytestring-0.9.1.8/Data/ByteString/Unsafe.p_hi
-lib/${PKGNAME}/bytestring-0.9.1.8/include/fpstring.h
-lib/${PKGNAME}/bytestring-0.9.1.8/libHSbytestring-0.9.1.8-ghc${PKGVERSION}.dylib
-lib/${PKGNAME}/bytestring-0.9.1.8/libHSbytestring-0.9.1.8.a
-lib/${PKGNAME}/bytestring-0.9.1.8/libHSbytestring-0.9.1.8_p.a
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString.dyn_hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString.hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString.p_hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Char8.dyn_hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Char8.hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Char8.p_hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Fusion.dyn_hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Fusion.hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Fusion.p_hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Internal.dyn_hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Internal.hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Internal.p_hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Lazy.dyn_hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Lazy.hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Lazy.p_hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Lazy/Char8.dyn_hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Lazy/Char8.hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Lazy/Char8.p_hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Lazy/Internal.dyn_hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Lazy/Internal.hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Lazy/Internal.p_hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Unsafe.dyn_hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Unsafe.hi
+lib/${PKGNAME}/bytestring-0.9.1.10/Data/ByteString/Unsafe.p_hi
+lib/${PKGNAME}/bytestring-0.9.1.10/HSbytestring-0.9.1.10.o
+lib/${PKGNAME}/bytestring-0.9.1.10/include/fpstring.h
+lib/${PKGNAME}/bytestring-0.9.1.10/libHSbytestring-0.9.1.10-ghc${PKGVERSION}.dylib
+lib/${PKGNAME}/bytestring-0.9.1.10/libHSbytestring-0.9.1.10.a
+lib/${PKGNAME}/bytestring-0.9.1.10/libHSbytestring-0.9.1.10_p.a
 lib/${PKGNAME}/containers-0.4.0.0/Data/Graph.dyn_hi
 lib/${PKGNAME}/containers-0.4.0.0/Data/Graph.hi
 lib/${PKGNAME}/containers-0.4.0.0/Data/Graph.p_hi
 lib/${PKGNAME}/containers-0.4.0.0/Data/Graph.dyn_hi
 lib/${PKGNAME}/containers-0.4.0.0/Data/Graph.hi
 lib/${PKGNAME}/containers-0.4.0.0/Data/Graph.p_hi
@@ -782,9 +787,11 @@ lib/${PKGNAME}/containers-0.4.0.0/Data/Set.p_hi
 lib/${PKGNAME}/containers-0.4.0.0/Data/Tree.dyn_hi
 lib/${PKGNAME}/containers-0.4.0.0/Data/Tree.hi
 lib/${PKGNAME}/containers-0.4.0.0/Data/Tree.p_hi
 lib/${PKGNAME}/containers-0.4.0.0/Data/Tree.dyn_hi
 lib/${PKGNAME}/containers-0.4.0.0/Data/Tree.hi
 lib/${PKGNAME}/containers-0.4.0.0/Data/Tree.p_hi
+lib/${PKGNAME}/containers-0.4.0.0/HScontainers-0.4.0.0.o
 lib/${PKGNAME}/containers-0.4.0.0/libHScontainers-0.4.0.0-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/containers-0.4.0.0/libHScontainers-0.4.0.0.a
 lib/${PKGNAME}/containers-0.4.0.0/libHScontainers-0.4.0.0_p.a
 lib/${PKGNAME}/containers-0.4.0.0/libHScontainers-0.4.0.0-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/containers-0.4.0.0/libHScontainers-0.4.0.0.a
 lib/${PKGNAME}/containers-0.4.0.0/libHScontainers-0.4.0.0_p.a
+lib/${PKGNAME}/directory-1.1.0.0/HSdirectory-1.1.0.0.o
 lib/${PKGNAME}/directory-1.1.0.0/System/Directory.dyn_hi
 lib/${PKGNAME}/directory-1.1.0.0/System/Directory.hi
 lib/${PKGNAME}/directory-1.1.0.0/System/Directory.p_hi
 lib/${PKGNAME}/directory-1.1.0.0/System/Directory.dyn_hi
 lib/${PKGNAME}/directory-1.1.0.0/System/Directory.hi
 lib/${PKGNAME}/directory-1.1.0.0/System/Directory.p_hi
@@ -796,10 +803,12 @@ lib/${PKGNAME}/directory-1.1.0.0/libHSdirectory-1.1.0.0_p.a
 lib/${PKGNAME}/extensible-exceptions-0.1.1.2/Control/Exception/Extensible.dyn_hi
 lib/${PKGNAME}/extensible-exceptions-0.1.1.2/Control/Exception/Extensible.hi
 lib/${PKGNAME}/extensible-exceptions-0.1.1.2/Control/Exception/Extensible.p_hi
 lib/${PKGNAME}/extensible-exceptions-0.1.1.2/Control/Exception/Extensible.dyn_hi
 lib/${PKGNAME}/extensible-exceptions-0.1.1.2/Control/Exception/Extensible.hi
 lib/${PKGNAME}/extensible-exceptions-0.1.1.2/Control/Exception/Extensible.p_hi
+lib/${PKGNAME}/extensible-exceptions-0.1.1.2/HSextensible-exceptions-0.1.1.2.o
 lib/${PKGNAME}/extensible-exceptions-0.1.1.2/libHSextensible-exceptions-0.1.1.2-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/extensible-exceptions-0.1.1.2/libHSextensible-exceptions-0.1.1.2.a
 lib/${PKGNAME}/extensible-exceptions-0.1.1.2/libHSextensible-exceptions-0.1.1.2_p.a
 lib/${PKGNAME}/extra-gcc-opts
 lib/${PKGNAME}/extensible-exceptions-0.1.1.2/libHSextensible-exceptions-0.1.1.2-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/extensible-exceptions-0.1.1.2/libHSextensible-exceptions-0.1.1.2.a
 lib/${PKGNAME}/extensible-exceptions-0.1.1.2/libHSextensible-exceptions-0.1.1.2_p.a
 lib/${PKGNAME}/extra-gcc-opts
+lib/${PKGNAME}/filepath-1.2.0.0/HSfilepath-1.2.0.0.o
 lib/${PKGNAME}/filepath-1.2.0.0/System/FilePath.dyn_hi
 lib/${PKGNAME}/filepath-1.2.0.0/System/FilePath.hi
 lib/${PKGNAME}/filepath-1.2.0.0/System/FilePath.p_hi
 lib/${PKGNAME}/filepath-1.2.0.0/System/FilePath.dyn_hi
 lib/${PKGNAME}/filepath-1.2.0.0/System/FilePath.hi
 lib/${PKGNAME}/filepath-1.2.0.0/System/FilePath.p_hi
@@ -2091,6 +2100,7 @@ lib/${PKGNAME}/ghc-binary-0.5.0.2/Data/Binary/Get.p_hi
 lib/${PKGNAME}/ghc-binary-0.5.0.2/Data/Binary/Put.dyn_hi
 lib/${PKGNAME}/ghc-binary-0.5.0.2/Data/Binary/Put.hi
 lib/${PKGNAME}/ghc-binary-0.5.0.2/Data/Binary/Put.p_hi
 lib/${PKGNAME}/ghc-binary-0.5.0.2/Data/Binary/Put.dyn_hi
 lib/${PKGNAME}/ghc-binary-0.5.0.2/Data/Binary/Put.hi
 lib/${PKGNAME}/ghc-binary-0.5.0.2/Data/Binary/Put.p_hi
+lib/${PKGNAME}/ghc-binary-0.5.0.2/HSghc-binary-0.5.0.2.o
 lib/${PKGNAME}/ghc-binary-0.5.0.2/libHSghc-binary-0.5.0.2-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/ghc-binary-0.5.0.2/libHSghc-binary-0.5.0.2.a
 lib/${PKGNAME}/ghc-binary-0.5.0.2/libHSghc-binary-0.5.0.2_p.a
 lib/${PKGNAME}/ghc-binary-0.5.0.2/libHSghc-binary-0.5.0.2-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/ghc-binary-0.5.0.2/libHSghc-binary-0.5.0.2.a
 lib/${PKGNAME}/ghc-binary-0.5.0.2/libHSghc-binary-0.5.0.2_p.a
@@ -2128,6 +2138,7 @@ lib/${PKGNAME}/ghc-prim-0.2.0.0/GHC/Types.p_hi
 lib/${PKGNAME}/ghc-prim-0.2.0.0/GHC/Unit.dyn_hi
 lib/${PKGNAME}/ghc-prim-0.2.0.0/GHC/Unit.hi
 lib/${PKGNAME}/ghc-prim-0.2.0.0/GHC/Unit.p_hi
 lib/${PKGNAME}/ghc-prim-0.2.0.0/GHC/Unit.dyn_hi
 lib/${PKGNAME}/ghc-prim-0.2.0.0/GHC/Unit.hi
 lib/${PKGNAME}/ghc-prim-0.2.0.0/GHC/Unit.p_hi
+lib/${PKGNAME}/ghc-prim-0.2.0.0/HSghc-prim-0.2.0.0.o
 lib/${PKGNAME}/ghc-prim-0.2.0.0/libHSghc-prim-0.2.0.0-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/ghc-prim-0.2.0.0/libHSghc-prim-0.2.0.0.a
 lib/${PKGNAME}/ghc-prim-0.2.0.0/libHSghc-prim-0.2.0.0_p.a
 lib/${PKGNAME}/ghc-prim-0.2.0.0/libHSghc-prim-0.2.0.0-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/ghc-prim-0.2.0.0/libHSghc-prim-0.2.0.0.a
 lib/${PKGNAME}/ghc-prim-0.2.0.0/libHSghc-prim-0.2.0.0_p.a
@@ -2210,6 +2221,7 @@ lib/${PKGNAME}/haskell2010-1.0.0.0/Foreign/StablePtr.p_hi
 lib/${PKGNAME}/haskell2010-1.0.0.0/Foreign/Storable.dyn_hi
 lib/${PKGNAME}/haskell2010-1.0.0.0/Foreign/Storable.hi
 lib/${PKGNAME}/haskell2010-1.0.0.0/Foreign/Storable.p_hi
 lib/${PKGNAME}/haskell2010-1.0.0.0/Foreign/Storable.dyn_hi
 lib/${PKGNAME}/haskell2010-1.0.0.0/Foreign/Storable.hi
 lib/${PKGNAME}/haskell2010-1.0.0.0/Foreign/Storable.p_hi
+lib/${PKGNAME}/haskell2010-1.0.0.0/HShaskell2010-1.0.0.0.o
 lib/${PKGNAME}/haskell2010-1.0.0.0/Numeric.dyn_hi
 lib/${PKGNAME}/haskell2010-1.0.0.0/Numeric.hi
 lib/${PKGNAME}/haskell2010-1.0.0.0/Numeric.p_hi
 lib/${PKGNAME}/haskell2010-1.0.0.0/Numeric.dyn_hi
 lib/${PKGNAME}/haskell2010-1.0.0.0/Numeric.hi
 lib/${PKGNAME}/haskell2010-1.0.0.0/Numeric.p_hi
@@ -2231,99 +2243,101 @@ lib/${PKGNAME}/haskell2010-1.0.0.0/System/IO/Error.p_hi
 lib/${PKGNAME}/haskell2010-1.0.0.0/libHShaskell2010-1.0.0.0-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/haskell2010-1.0.0.0/libHShaskell2010-1.0.0.0.a
 lib/${PKGNAME}/haskell2010-1.0.0.0/libHShaskell2010-1.0.0.0_p.a
 lib/${PKGNAME}/haskell2010-1.0.0.0/libHShaskell2010-1.0.0.0-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/haskell2010-1.0.0.0/libHShaskell2010-1.0.0.0.a
 lib/${PKGNAME}/haskell2010-1.0.0.0/libHShaskell2010-1.0.0.0_p.a
-lib/${PKGNAME}/haskell98-1.1.0.0/Array.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Array.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Array.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Bits.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Bits.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Bits.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/CError.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/CError.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/CError.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/CForeign.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/CForeign.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/CForeign.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/CPUTime.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/CPUTime.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/CPUTime.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/CString.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/CString.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/CString.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/CTypes.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/CTypes.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/CTypes.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Char.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Char.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Char.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Complex.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Complex.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Complex.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Directory.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Directory.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Directory.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/ForeignPtr.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/ForeignPtr.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/ForeignPtr.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/IO.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/IO.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/IO.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Int.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Int.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Int.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Ix.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Ix.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Ix.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/List.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/List.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/List.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Locale.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Locale.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Locale.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/MarshalAlloc.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/MarshalAlloc.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/MarshalAlloc.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/MarshalArray.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/MarshalArray.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/MarshalArray.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/MarshalError.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/MarshalError.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/MarshalError.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/MarshalUtils.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/MarshalUtils.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/MarshalUtils.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Maybe.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Maybe.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Maybe.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Monad.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Monad.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Monad.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Ptr.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Ptr.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Ptr.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Random.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Random.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Random.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Ratio.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Ratio.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Ratio.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/StablePtr.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/StablePtr.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/StablePtr.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Storable.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Storable.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Storable.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/System.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/System.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/System.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Time.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Time.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Time.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Word.dyn_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Word.hi
-lib/${PKGNAME}/haskell98-1.1.0.0/Word.p_hi
-lib/${PKGNAME}/haskell98-1.1.0.0/libHShaskell98-1.1.0.0-ghc${PKGVERSION}.dylib
-lib/${PKGNAME}/haskell98-1.1.0.0/libHShaskell98-1.1.0.0.a
-lib/${PKGNAME}/haskell98-1.1.0.0/libHShaskell98-1.1.0.0_p.a
+lib/${PKGNAME}/haskell98-1.1.0.1/Array.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Array.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Array.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Bits.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Bits.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Bits.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/CError.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/CError.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/CError.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/CForeign.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/CForeign.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/CForeign.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/CPUTime.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/CPUTime.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/CPUTime.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/CString.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/CString.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/CString.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/CTypes.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/CTypes.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/CTypes.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Char.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Char.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Char.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Complex.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Complex.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Complex.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Directory.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Directory.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Directory.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/ForeignPtr.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/ForeignPtr.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/ForeignPtr.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/HShaskell98-1.1.0.1.o
+lib/${PKGNAME}/haskell98-1.1.0.1/IO.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/IO.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/IO.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Int.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Int.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Int.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Ix.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Ix.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Ix.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/List.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/List.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/List.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Locale.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Locale.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Locale.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/MarshalAlloc.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/MarshalAlloc.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/MarshalAlloc.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/MarshalArray.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/MarshalArray.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/MarshalArray.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/MarshalError.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/MarshalError.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/MarshalError.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/MarshalUtils.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/MarshalUtils.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/MarshalUtils.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Maybe.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Maybe.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Maybe.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Monad.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Monad.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Monad.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Ptr.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Ptr.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Ptr.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Random.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Random.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Random.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Ratio.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Ratio.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Ratio.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/StablePtr.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/StablePtr.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/StablePtr.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Storable.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Storable.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Storable.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/System.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/System.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/System.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Time.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Time.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Time.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Word.dyn_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Word.hi
+lib/${PKGNAME}/haskell98-1.1.0.1/Word.p_hi
+lib/${PKGNAME}/haskell98-1.1.0.1/libHShaskell98-1.1.0.1-ghc${PKGVERSION}.dylib
+lib/${PKGNAME}/haskell98-1.1.0.1/libHShaskell98-1.1.0.1.a
+lib/${PKGNAME}/haskell98-1.1.0.1/libHShaskell98-1.1.0.1_p.a
+lib/${PKGNAME}/hpc-0.5.0.6/HShpc-0.5.0.6.o
 lib/${PKGNAME}/hpc-0.5.0.6/Trace/Hpc/Mix.dyn_hi
 lib/${PKGNAME}/hpc-0.5.0.6/Trace/Hpc/Mix.hi
 lib/${PKGNAME}/hpc-0.5.0.6/Trace/Hpc/Mix.p_hi
 lib/${PKGNAME}/hpc-0.5.0.6/Trace/Hpc/Mix.dyn_hi
 lib/${PKGNAME}/hpc-0.5.0.6/Trace/Hpc/Mix.hi
 lib/${PKGNAME}/hpc-0.5.0.6/Trace/Hpc/Mix.p_hi
@@ -2413,18 +2427,19 @@ lib/${PKGNAME}/include/stg/SMP.h
 lib/${PKGNAME}/include/stg/TailCalls.h
 lib/${PKGNAME}/include/stg/Ticky.h
 lib/${PKGNAME}/include/stg/Types.h
 lib/${PKGNAME}/include/stg/TailCalls.h
 lib/${PKGNAME}/include/stg/Ticky.h
 lib/${PKGNAME}/include/stg/Types.h
-lib/${PKGNAME}/integer-gmp-0.2.0.2/GHC/Integer.dyn_hi
-lib/${PKGNAME}/integer-gmp-0.2.0.2/GHC/Integer.hi
-lib/${PKGNAME}/integer-gmp-0.2.0.2/GHC/Integer.p_hi
-lib/${PKGNAME}/integer-gmp-0.2.0.2/GHC/Integer/GMP/Internals.dyn_hi
-lib/${PKGNAME}/integer-gmp-0.2.0.2/GHC/Integer/GMP/Internals.hi
-lib/${PKGNAME}/integer-gmp-0.2.0.2/GHC/Integer/GMP/Internals.p_hi
-lib/${PKGNAME}/integer-gmp-0.2.0.2/GHC/Integer/Type.dyn_hi
-lib/${PKGNAME}/integer-gmp-0.2.0.2/GHC/Integer/Type.hi
-lib/${PKGNAME}/integer-gmp-0.2.0.2/GHC/Integer/Type.p_hi
-lib/${PKGNAME}/integer-gmp-0.2.0.2/libHSinteger-gmp-0.2.0.2-ghc${PKGVERSION}.dylib
-lib/${PKGNAME}/integer-gmp-0.2.0.2/libHSinteger-gmp-0.2.0.2.a
-lib/${PKGNAME}/integer-gmp-0.2.0.2/libHSinteger-gmp-0.2.0.2_p.a
+lib/${PKGNAME}/integer-gmp-0.2.0.3/GHC/Integer.dyn_hi
+lib/${PKGNAME}/integer-gmp-0.2.0.3/GHC/Integer.hi
+lib/${PKGNAME}/integer-gmp-0.2.0.3/GHC/Integer.p_hi
+lib/${PKGNAME}/integer-gmp-0.2.0.3/GHC/Integer/GMP/Internals.dyn_hi
+lib/${PKGNAME}/integer-gmp-0.2.0.3/GHC/Integer/GMP/Internals.hi
+lib/${PKGNAME}/integer-gmp-0.2.0.3/GHC/Integer/GMP/Internals.p_hi
+lib/${PKGNAME}/integer-gmp-0.2.0.3/GHC/Integer/Type.dyn_hi
+lib/${PKGNAME}/integer-gmp-0.2.0.3/GHC/Integer/Type.hi
+lib/${PKGNAME}/integer-gmp-0.2.0.3/GHC/Integer/Type.p_hi
+lib/${PKGNAME}/integer-gmp-0.2.0.3/HSinteger-gmp-0.2.0.3.o
+lib/${PKGNAME}/integer-gmp-0.2.0.3/libHSinteger-gmp-0.2.0.3-ghc${PKGVERSION}.dylib
+lib/${PKGNAME}/integer-gmp-0.2.0.3/libHSinteger-gmp-0.2.0.3.a
+lib/${PKGNAME}/integer-gmp-0.2.0.3/libHSinteger-gmp-0.2.0.3_p.a
 lib/${PKGNAME}/latex/haddock.sty
 lib/${PKGNAME}/libHSffi-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/libHSffi.a
 lib/${PKGNAME}/latex/haddock.sty
 lib/${PKGNAME}/libHSffi-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/libHSffi.a
@@ -2442,12 +2457,14 @@ lib/${PKGNAME}/libHSrts_thr_debug.a
 lib/${PKGNAME}/libHSrts_thr_l.a
 lib/${PKGNAME}/libHSrts_thr_p.a
 lib/${PKGNAME}/libHSrtsmain.a
 lib/${PKGNAME}/libHSrts_thr_l.a
 lib/${PKGNAME}/libHSrts_thr_p.a
 lib/${PKGNAME}/libHSrtsmain.a
+lib/${PKGNAME}/old-locale-1.0.0.2/HSold-locale-1.0.0.2.o
 lib/${PKGNAME}/old-locale-1.0.0.2/System/Locale.dyn_hi
 lib/${PKGNAME}/old-locale-1.0.0.2/System/Locale.hi
 lib/${PKGNAME}/old-locale-1.0.0.2/System/Locale.p_hi
 lib/${PKGNAME}/old-locale-1.0.0.2/libHSold-locale-1.0.0.2-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/old-locale-1.0.0.2/libHSold-locale-1.0.0.2.a
 lib/${PKGNAME}/old-locale-1.0.0.2/libHSold-locale-1.0.0.2_p.a
 lib/${PKGNAME}/old-locale-1.0.0.2/System/Locale.dyn_hi
 lib/${PKGNAME}/old-locale-1.0.0.2/System/Locale.hi
 lib/${PKGNAME}/old-locale-1.0.0.2/System/Locale.p_hi
 lib/${PKGNAME}/old-locale-1.0.0.2/libHSold-locale-1.0.0.2-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/old-locale-1.0.0.2/libHSold-locale-1.0.0.2.a
 lib/${PKGNAME}/old-locale-1.0.0.2/libHSold-locale-1.0.0.2_p.a
+lib/${PKGNAME}/old-time-1.0.0.6/HSold-time-1.0.0.6.o
 lib/${PKGNAME}/old-time-1.0.0.6/System/Time.dyn_hi
 lib/${PKGNAME}/old-time-1.0.0.6/System/Time.hi
 lib/${PKGNAME}/old-time-1.0.0.6/System/Time.p_hi
 lib/${PKGNAME}/old-time-1.0.0.6/System/Time.dyn_hi
 lib/${PKGNAME}/old-time-1.0.0.6/System/Time.hi
 lib/${PKGNAME}/old-time-1.0.0.6/System/Time.p_hi
@@ -2456,33 +2473,34 @@ lib/${PKGNAME}/old-time-1.0.0.6/include/HsTimeConfig.h
 lib/${PKGNAME}/old-time-1.0.0.6/libHSold-time-1.0.0.6-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/old-time-1.0.0.6/libHSold-time-1.0.0.6.a
 lib/${PKGNAME}/old-time-1.0.0.6/libHSold-time-1.0.0.6_p.a
 lib/${PKGNAME}/old-time-1.0.0.6/libHSold-time-1.0.0.6-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/old-time-1.0.0.6/libHSold-time-1.0.0.6.a
 lib/${PKGNAME}/old-time-1.0.0.6/libHSold-time-1.0.0.6_p.a
-lib/${PKGNAME}/package.conf.d/Cabal-1.10.0.0-aa737873d9ab8812439fcd05e08c37a7.conf
-lib/${PKGNAME}/package.conf.d/array-0.3.0.2-ae2dd0dac6e5da24bab32105f510b414.conf
-lib/${PKGNAME}/package.conf.d/base-4.3.0.0-9674d3659a37a5b0d06ccd9f7087a97d.conf
-lib/${PKGNAME}/package.conf.d/bin-package-db-0.0.0.0-ebe7a038f69562d7e5225a30cb436f04.conf
+lib/${PKGNAME}/package.conf.d/Cabal-1.10.1.0-688dbdd261ff65089aa5a8cbaf88c8d7.conf
+lib/${PKGNAME}/package.conf.d/array-0.3.0.2-f538acad67d0b6696484da310d5949cf.conf
+lib/${PKGNAME}/package.conf.d/base-4.3.1.0-027b77b12e52d1549077882b70695ddf.conf
+lib/${PKGNAME}/package.conf.d/bin-package-db-0.0.0.0-eb06003ef33f81b501004c68f05ec3a0.conf
 lib/${PKGNAME}/package.conf.d/builtin_ffi.conf
 lib/${PKGNAME}/package.conf.d/builtin_rts.conf
 lib/${PKGNAME}/package.conf.d/builtin_ffi.conf
 lib/${PKGNAME}/package.conf.d/builtin_rts.conf
-lib/${PKGNAME}/package.conf.d/bytestring-0.9.1.8-6c4c47800ce469c2b17e4c8251795363.conf
-lib/${PKGNAME}/package.conf.d/containers-0.4.0.0-09fa1f9b02ad781f82be8c6c8bc90ba9.conf
-lib/${PKGNAME}/package.conf.d/directory-1.1.0.0-345ff4502c07a27dfeab02250c699b9d.conf
+lib/${PKGNAME}/package.conf.d/bytestring-0.9.1.10-518da2c2e8177a761e7c3f8131b096f3.conf
+lib/${PKGNAME}/package.conf.d/containers-0.4.0.0-f1307d32d8f4b51a1487c01f0997b6d9.conf
+lib/${PKGNAME}/package.conf.d/directory-1.1.0.0-c0b12e512fadecf7242b2ec3cd952b2e.conf
 lib/${PKGNAME}/package.conf.d/extensible-exceptions-0.1.1.2-d8c5b906654260efd7249f497d17a831.conf
 lib/${PKGNAME}/package.conf.d/extensible-exceptions-0.1.1.2-d8c5b906654260efd7249f497d17a831.conf
-lib/${PKGNAME}/package.conf.d/filepath-1.2.0.0-f29d628b593cfc2417118ead71f5633d.conf
-lib/${PKGNAME}/package.conf.d/${PKGNAME}-771b9c17f420e1027a7b396c368a4e46.conf
-lib/${PKGNAME}/package.conf.d/ghc-binary-0.5.0.2-5767e5365d44db8a999af33ae7c6d95f.conf
-lib/${PKGNAME}/package.conf.d/ghc-prim-0.2.0.0-0713122c5f9038c6f0355a37e294e054.conf
-lib/${PKGNAME}/package.conf.d/haskell2010-1.0.0.0-9dbefe40857d38a32c2bfa0ac30c8f35.conf
-lib/${PKGNAME}/package.conf.d/haskell98-1.1.0.0-0190db866ee52d805d2d54c94eb85e92.conf
-lib/${PKGNAME}/package.conf.d/hpc-0.5.0.6-f94f305a7b8fd33d0295f575e0bf1549.conf
-lib/${PKGNAME}/package.conf.d/integer-gmp-0.2.0.2-9a4ce00e932fa088975a9a8063ed47e4.conf
-lib/${PKGNAME}/package.conf.d/old-locale-1.0.0.2-2aaf7d0f12fe71bd6e7c53c1018bd289.conf
-lib/${PKGNAME}/package.conf.d/old-time-1.0.0.6-5874a7eb0479879f3f385e8d61a50b9f.conf
+lib/${PKGNAME}/package.conf.d/filepath-1.2.0.0-956a4b0c127b8c317f6cac3946b0b803.conf
+lib/${PKGNAME}/package.conf.d/${PKGNAME}-f3905021eef218a8a8251f40b7e9258f.conf
+lib/${PKGNAME}/package.conf.d/ghc-binary-0.5.0.2-a36b46d7bbe800f04bce8a86565c2e8f.conf
+lib/${PKGNAME}/package.conf.d/ghc-prim-0.2.0.0-6bf7b03ebc9c668817e4379b6796c0c2.conf
+lib/${PKGNAME}/package.conf.d/haskell2010-1.0.0.0-98ed3d653ac78fc3526ee288bfd554ae.conf
+lib/${PKGNAME}/package.conf.d/haskell98-1.1.0.1-6f6b89a32eb0b5c7df8a4aba3d9884d3.conf
+lib/${PKGNAME}/package.conf.d/hpc-0.5.0.6-86b8caed77dec5a6adf56b6a203114d8.conf
+lib/${PKGNAME}/package.conf.d/integer-gmp-0.2.0.3-4c5ab8b517f0b5d4ecf2153d5dfb7f41.conf
+lib/${PKGNAME}/package.conf.d/old-locale-1.0.0.2-25ff1e5e0486bb3cf2cb85cb7daf8f22.conf
+lib/${PKGNAME}/package.conf.d/old-time-1.0.0.6-249d424df19da9487f0cb7da3ccb0868.conf
 lib/${PKGNAME}/package.conf.d/package.cache
 lib/${PKGNAME}/package.conf.d/package.cache
-lib/${PKGNAME}/package.conf.d/pretty-1.0.1.2-077104c1ded2e15665f0266f1423323b.conf
-lib/${PKGNAME}/package.conf.d/process-1.0.1.4-2a42745dbb9dd3c8087608f127411124.conf
-lib/${PKGNAME}/package.conf.d/random-1.0.0.3-684357e7cf5128303dd0979b0aba6291.conf
-lib/${PKGNAME}/package.conf.d/template-haskell-2.5.0.0-14db7be6aede0fd88fab3cec3e1feb8b.conf
-lib/${PKGNAME}/package.conf.d/time-1.2.0.3-8eeb92c016938d9752c9eda7ea28951a.conf
-lib/${PKGNAME}/package.conf.d/unix-2.4.1.0-6711d6ce00ee25b8015a288b7b7126f8.conf
+lib/${PKGNAME}/package.conf.d/pretty-1.0.1.2-f2c716197e95f5c78869e6b87f2330d9.conf
+lib/${PKGNAME}/package.conf.d/process-1.0.1.5-7c01e525f8af6ff6ee54718777c83b45.conf
+lib/${PKGNAME}/package.conf.d/random-1.0.0.3-186815de972cb506efde02a72b0d8f8b.conf
+lib/${PKGNAME}/package.conf.d/template-haskell-2.5.0.0-5eb8b3886e957b3c9cb455b68e59f600.conf
+lib/${PKGNAME}/package.conf.d/time-1.2.0.3-ad46a3ade48e0011608895f44cc02a52.conf
+lib/${PKGNAME}/package.conf.d/unix-2.4.2.0-766adf3eeb77190cf0dabf1daf400c65.conf
+lib/${PKGNAME}/pretty-1.0.1.2/HSpretty-1.0.1.2.o
 lib/${PKGNAME}/pretty-1.0.1.2/Text/PrettyPrint.dyn_hi
 lib/${PKGNAME}/pretty-1.0.1.2/Text/PrettyPrint.hi
 lib/${PKGNAME}/pretty-1.0.1.2/Text/PrettyPrint.p_hi
 lib/${PKGNAME}/pretty-1.0.1.2/Text/PrettyPrint.dyn_hi
 lib/${PKGNAME}/pretty-1.0.1.2/Text/PrettyPrint.hi
 lib/${PKGNAME}/pretty-1.0.1.2/Text/PrettyPrint.p_hi
@@ -2492,20 +2510,22 @@ lib/${PKGNAME}/pretty-1.0.1.2/Text/PrettyPrint/HughesPJ.p_hi
 lib/${PKGNAME}/pretty-1.0.1.2/libHSpretty-1.0.1.2-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/pretty-1.0.1.2/libHSpretty-1.0.1.2.a
 lib/${PKGNAME}/pretty-1.0.1.2/libHSpretty-1.0.1.2_p.a
 lib/${PKGNAME}/pretty-1.0.1.2/libHSpretty-1.0.1.2-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/pretty-1.0.1.2/libHSpretty-1.0.1.2.a
 lib/${PKGNAME}/pretty-1.0.1.2/libHSpretty-1.0.1.2_p.a
-lib/${PKGNAME}/process-1.0.1.4/System/Cmd.dyn_hi
-lib/${PKGNAME}/process-1.0.1.4/System/Cmd.hi
-lib/${PKGNAME}/process-1.0.1.4/System/Cmd.p_hi
-lib/${PKGNAME}/process-1.0.1.4/System/Process.dyn_hi
-lib/${PKGNAME}/process-1.0.1.4/System/Process.hi
-lib/${PKGNAME}/process-1.0.1.4/System/Process.p_hi
-lib/${PKGNAME}/process-1.0.1.4/System/Process/Internals.dyn_hi
-lib/${PKGNAME}/process-1.0.1.4/System/Process/Internals.hi
-lib/${PKGNAME}/process-1.0.1.4/System/Process/Internals.p_hi
-lib/${PKGNAME}/process-1.0.1.4/include/HsProcessConfig.h
-lib/${PKGNAME}/process-1.0.1.4/include/runProcess.h
-lib/${PKGNAME}/process-1.0.1.4/libHSprocess-1.0.1.4-ghc${PKGVERSION}.dylib
-lib/${PKGNAME}/process-1.0.1.4/libHSprocess-1.0.1.4.a
-lib/${PKGNAME}/process-1.0.1.4/libHSprocess-1.0.1.4_p.a
+lib/${PKGNAME}/process-1.0.1.5/HSprocess-1.0.1.5.o
+lib/${PKGNAME}/process-1.0.1.5/System/Cmd.dyn_hi
+lib/${PKGNAME}/process-1.0.1.5/System/Cmd.hi
+lib/${PKGNAME}/process-1.0.1.5/System/Cmd.p_hi
+lib/${PKGNAME}/process-1.0.1.5/System/Process.dyn_hi
+lib/${PKGNAME}/process-1.0.1.5/System/Process.hi
+lib/${PKGNAME}/process-1.0.1.5/System/Process.p_hi
+lib/${PKGNAME}/process-1.0.1.5/System/Process/Internals.dyn_hi
+lib/${PKGNAME}/process-1.0.1.5/System/Process/Internals.hi
+lib/${PKGNAME}/process-1.0.1.5/System/Process/Internals.p_hi
+lib/${PKGNAME}/process-1.0.1.5/include/HsProcessConfig.h
+lib/${PKGNAME}/process-1.0.1.5/include/runProcess.h
+lib/${PKGNAME}/process-1.0.1.5/libHSprocess-1.0.1.5-ghc${PKGVERSION}.dylib
+lib/${PKGNAME}/process-1.0.1.5/libHSprocess-1.0.1.5.a
+lib/${PKGNAME}/process-1.0.1.5/libHSprocess-1.0.1.5_p.a
+lib/${PKGNAME}/random-1.0.0.3/HSrandom-1.0.0.3.o
 lib/${PKGNAME}/random-1.0.0.3/System/Random.dyn_hi
 lib/${PKGNAME}/random-1.0.0.3/System/Random.hi
 lib/${PKGNAME}/random-1.0.0.3/System/Random.p_hi
 lib/${PKGNAME}/random-1.0.0.3/System/Random.dyn_hi
 lib/${PKGNAME}/random-1.0.0.3/System/Random.hi
 lib/${PKGNAME}/random-1.0.0.3/System/Random.p_hi
@@ -2513,6 +2533,7 @@ lib/${PKGNAME}/random-1.0.0.3/libHSrandom-1.0.0.3-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/random-1.0.0.3/libHSrandom-1.0.0.3.a
 lib/${PKGNAME}/random-1.0.0.3/libHSrandom-1.0.0.3_p.a
 lib/${PKGNAME}/runghc
 lib/${PKGNAME}/random-1.0.0.3/libHSrandom-1.0.0.3.a
 lib/${PKGNAME}/random-1.0.0.3/libHSrandom-1.0.0.3_p.a
 lib/${PKGNAME}/runghc
+lib/${PKGNAME}/template-haskell-2.5.0.0/HStemplate-haskell-2.5.0.0.o
 lib/${PKGNAME}/template-haskell-2.5.0.0/Language/Haskell/TH.dyn_hi
 lib/${PKGNAME}/template-haskell-2.5.0.0/Language/Haskell/TH.hi
 lib/${PKGNAME}/template-haskell-2.5.0.0/Language/Haskell/TH.p_hi
 lib/${PKGNAME}/template-haskell-2.5.0.0/Language/Haskell/TH.dyn_hi
 lib/${PKGNAME}/template-haskell-2.5.0.0/Language/Haskell/TH.hi
 lib/${PKGNAME}/template-haskell-2.5.0.0/Language/Haskell/TH.p_hi
@@ -2610,80 +2631,82 @@ lib/${PKGNAME}/time-1.2.0.3/Data/Time/LocalTime/TimeOfDay.p_hi
 lib/${PKGNAME}/time-1.2.0.3/Data/Time/LocalTime/TimeZone.dyn_hi
 lib/${PKGNAME}/time-1.2.0.3/Data/Time/LocalTime/TimeZone.hi
 lib/${PKGNAME}/time-1.2.0.3/Data/Time/LocalTime/TimeZone.p_hi
 lib/${PKGNAME}/time-1.2.0.3/Data/Time/LocalTime/TimeZone.dyn_hi
 lib/${PKGNAME}/time-1.2.0.3/Data/Time/LocalTime/TimeZone.hi
 lib/${PKGNAME}/time-1.2.0.3/Data/Time/LocalTime/TimeZone.p_hi
+lib/${PKGNAME}/time-1.2.0.3/HStime-1.2.0.3.o
 lib/${PKGNAME}/time-1.2.0.3/include/HsTime.h
 lib/${PKGNAME}/time-1.2.0.3/include/HsTimeConfig.h
 lib/${PKGNAME}/time-1.2.0.3/libHStime-1.2.0.3-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/time-1.2.0.3/libHStime-1.2.0.3.a
 lib/${PKGNAME}/time-1.2.0.3/libHStime-1.2.0.3_p.a
 lib/${PKGNAME}/time-1.2.0.3/include/HsTime.h
 lib/${PKGNAME}/time-1.2.0.3/include/HsTimeConfig.h
 lib/${PKGNAME}/time-1.2.0.3/libHStime-1.2.0.3-ghc${PKGVERSION}.dylib
 lib/${PKGNAME}/time-1.2.0.3/libHStime-1.2.0.3.a
 lib/${PKGNAME}/time-1.2.0.3/libHStime-1.2.0.3_p.a
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Directory.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Directory.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Directory.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/DynamicLinker.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/DynamicLinker.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/DynamicLinker.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/DynamicLinker/Module.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/DynamicLinker/Module.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/DynamicLinker/Module.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/DynamicLinker/Prim.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/DynamicLinker/Prim.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/DynamicLinker/Prim.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Env.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Env.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Env.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Error.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Error.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Error.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Files.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Files.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Files.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/IO.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/IO.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/IO.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Process.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Process.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Process.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Process/Internals.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Process/Internals.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Process/Internals.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Resource.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Resource.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Resource.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Semaphore.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Semaphore.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Semaphore.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/SharedMem.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/SharedMem.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/SharedMem.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Signals.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Signals.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Signals.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Signals/Exts.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Signals/Exts.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Signals/Exts.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Temp.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Temp.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Temp.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Terminal.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Terminal.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Terminal.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Time.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Time.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Time.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Unistd.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Unistd.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/Unistd.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/User.dyn_hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/User.hi
-lib/${PKGNAME}/unix-2.4.1.0/System/Posix/User.p_hi
-lib/${PKGNAME}/unix-2.4.1.0/include/HsUnix.h
-lib/${PKGNAME}/unix-2.4.1.0/include/HsUnixConfig.h
-lib/${PKGNAME}/unix-2.4.1.0/include/execvpe.h
-lib/${PKGNAME}/unix-2.4.1.0/libHSunix-2.4.1.0-ghc${PKGVERSION}.dylib
-lib/${PKGNAME}/unix-2.4.1.0/libHSunix-2.4.1.0.a
-lib/${PKGNAME}/unix-2.4.1.0/libHSunix-2.4.1.0_p.a
+lib/${PKGNAME}/unix-2.4.2.0/HSunix-2.4.2.0.o
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Directory.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Directory.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Directory.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/DynamicLinker.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/DynamicLinker.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/DynamicLinker.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/DynamicLinker/Module.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/DynamicLinker/Module.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/DynamicLinker/Module.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/DynamicLinker/Prim.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/DynamicLinker/Prim.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/DynamicLinker/Prim.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Env.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Env.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Env.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Error.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Error.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Error.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Files.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Files.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Files.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/IO.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/IO.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/IO.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Process.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Process.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Process.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Process/Internals.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Process/Internals.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Process/Internals.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Resource.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Resource.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Resource.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Semaphore.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Semaphore.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Semaphore.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/SharedMem.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/SharedMem.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/SharedMem.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Signals.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Signals.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Signals.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Signals/Exts.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Signals/Exts.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Signals/Exts.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Temp.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Temp.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Temp.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Terminal.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Terminal.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Terminal.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Time.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Time.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Time.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Unistd.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Unistd.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/Unistd.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/User.dyn_hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/User.hi
+lib/${PKGNAME}/unix-2.4.2.0/System/Posix/User.p_hi
+lib/${PKGNAME}/unix-2.4.2.0/include/HsUnix.h
+lib/${PKGNAME}/unix-2.4.2.0/include/HsUnixConfig.h
+lib/${PKGNAME}/unix-2.4.2.0/include/execvpe.h
+lib/${PKGNAME}/unix-2.4.2.0/libHSunix-2.4.2.0-ghc${PKGVERSION}.dylib
+lib/${PKGNAME}/unix-2.4.2.0/libHSunix-2.4.2.0.a
+lib/${PKGNAME}/unix-2.4.2.0/libHSunix-2.4.2.0_p.a
 lib/${PKGNAME}/unlit
 man/man1/ghc.1
 share/doc/ghc/html/Cabal/authors.html
 lib/${PKGNAME}/unlit
 man/man1/ghc.1
 share/doc/ghc/html/Cabal/authors.html
@@ -2721,153 +2744,155 @@ share/doc/ghc/html/html/Ocean.std-theme/synopsis.png
 share/doc/ghc/html/html/frames.html
 share/doc/ghc/html/html/haddock-util.js
 share/doc/ghc/html/index.html
 share/doc/ghc/html/html/frames.html
 share/doc/ghc/html/html/haddock-util.js
 share/doc/ghc/html/index.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Cabal.haddock
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Compat-ReadP.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Compiler.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-InstalledPackageInfo.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-License.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Make.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-ModuleName.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Package.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-PackageDescription-Check.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-PackageDescription-Configuration.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-PackageDescription-Parse.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-PackageDescription.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-ReadE.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Build-Macros.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Build-PathsModule.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Build.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-BuildPaths.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Command.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Compiler.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Configure.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-GHC.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Haddock.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Hugs.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Install.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-InstallDirs.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-JHC.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-LHC.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-LocalBuildInfo.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-NHC.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-PackageIndex.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-PreProcess-Unlit.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-PreProcess.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Program-Ar.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Program-Builtin.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Program-Db.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Program-HcPkg.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Program-Ld.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Program-Run.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Program-Script.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Program-Types.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Program.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Register.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Setup.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-SrcDist.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Test.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-UHC.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-UserHooks.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple-Utils.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Simple.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-System.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-TestSuite.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Text.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Verbosity.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Distribution-Version.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/LICENSE
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/Language-Haskell-Extension.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-43.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-60.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-A.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-B.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-C.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-D.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-E.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-F.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-G.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-H.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-I.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-J.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-K.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-L.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-M.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-N.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-O.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-P.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-Q.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-R.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-S.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-T.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-U.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-V.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-W.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-X.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index-Y.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/doc-index.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/frames.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/haddock-util.js
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/hslogo-16.png
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/index-frames.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/index.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Compat-ReadP.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Compiler.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-InstalledPackageInfo.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-License.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Make.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-ModuleName.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Package.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-PackageDescription-Check.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-PackageDescription-Configuration.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-PackageDescription-Parse.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-PackageDescription.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-ReadE.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Build-Macros.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Build-PathsModule.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Build.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-BuildPaths.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Command.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Compiler.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Configure.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-GHC.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Haddock.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Hugs.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Install.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-InstallDirs.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-JHC.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-LHC.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-LocalBuildInfo.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-NHC.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-PackageIndex.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-PreProcess-Unlit.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-PreProcess.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Program-Ar.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Program-Builtin.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Program-Db.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Program-HcPkg.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Program-Ld.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Program-Run.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Program-Script.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Program-Types.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Program.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Register.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Setup.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-SrcDist.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Test.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-UHC.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-UserHooks.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple-Utils.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Simple.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-System.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-TestSuite.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Text.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Verbosity.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Distribution-Version.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/mini_Language-Haskell-Extension.html
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/minus.gif
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/ocean.css
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/plus.gif
-share/doc/ghc/html/libraries/Cabal-1.10.0.0/synopsis.png
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Cabal.haddock
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Cabal.txt
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Compat-ReadP.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Compiler.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-InstalledPackageInfo.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-License.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Make.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-ModuleName.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Package.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-PackageDescription-Check.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-PackageDescription-Configuration.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-PackageDescription-Parse.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-PackageDescription.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-ReadE.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Build-Macros.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Build-PathsModule.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Build.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-BuildPaths.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Command.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Compiler.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Configure.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-GHC.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Haddock.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Hugs.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Install.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-InstallDirs.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-JHC.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-LHC.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-LocalBuildInfo.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-NHC.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-PackageIndex.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-PreProcess-Unlit.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-PreProcess.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Program-Ar.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Program-Builtin.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Program-Db.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Program-HcPkg.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Program-Ld.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Program-Run.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Program-Script.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Program-Types.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Program.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Register.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Setup.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-SrcDist.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Test.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-UHC.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-UserHooks.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple-Utils.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Simple.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-System.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-TestSuite.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Text.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Verbosity.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Distribution-Version.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/LICENSE
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/Language-Haskell-Extension.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-43.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-60.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-A.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-All.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-B.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-C.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-D.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-E.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-F.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-G.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-H.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-I.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-J.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-K.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-L.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-M.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-N.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-O.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-P.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-Q.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-R.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-S.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-T.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-U.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-V.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-W.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-X.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index-Y.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/doc-index.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/frames.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/haddock-util.js
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/hslogo-16.png
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/index-frames.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/index.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Compat-ReadP.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Compiler.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-InstalledPackageInfo.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-License.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Make.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-ModuleName.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Package.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-PackageDescription-Check.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-PackageDescription-Configuration.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-PackageDescription-Parse.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-PackageDescription.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-ReadE.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Build-Macros.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Build-PathsModule.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Build.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-BuildPaths.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Command.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Compiler.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Configure.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-GHC.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Haddock.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Hugs.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Install.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-InstallDirs.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-JHC.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-LHC.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-LocalBuildInfo.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-NHC.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-PackageIndex.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-PreProcess-Unlit.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-PreProcess.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Program-Ar.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Program-Builtin.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Program-Db.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Program-HcPkg.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Program-Ld.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Program-Run.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Program-Script.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Program-Types.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Program.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Register.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Setup.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-SrcDist.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Test.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-UHC.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-UserHooks.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple-Utils.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Simple.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-System.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-TestSuite.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Text.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Verbosity.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Distribution-Version.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/mini_Language-Haskell-Extension.html
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/minus.gif
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/ocean.css
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/plus.gif
+share/doc/ghc/html/libraries/Cabal-1.10.1.0/synopsis.png
 share/doc/ghc/html/libraries/array-0.3.0.2/Data-Array-IArray.html
 share/doc/ghc/html/libraries/array-0.3.0.2/Data-Array-IO.html
 share/doc/ghc/html/libraries/array-0.3.0.2/Data-Array-MArray.html
 share/doc/ghc/html/libraries/array-0.3.0.2/Data-Array-IArray.html
 share/doc/ghc/html/libraries/array-0.3.0.2/Data-Array-IO.html
 share/doc/ghc/html/libraries/array-0.3.0.2/Data-Array-MArray.html
@@ -2877,6 +2902,7 @@ share/doc/ghc/html/libraries/array-0.3.0.2/Data-Array-Unboxed.html
 share/doc/ghc/html/libraries/array-0.3.0.2/Data-Array.html
 share/doc/ghc/html/libraries/array-0.3.0.2/LICENSE
 share/doc/ghc/html/libraries/array-0.3.0.2/array.haddock
 share/doc/ghc/html/libraries/array-0.3.0.2/Data-Array.html
 share/doc/ghc/html/libraries/array-0.3.0.2/LICENSE
 share/doc/ghc/html/libraries/array-0.3.0.2/array.haddock
+share/doc/ghc/html/libraries/array-0.3.0.2/array.txt
 share/doc/ghc/html/libraries/array-0.3.0.2/doc-index.html
 share/doc/ghc/html/libraries/array-0.3.0.2/frames.html
 share/doc/ghc/html/libraries/array-0.3.0.2/haddock-util.js
 share/doc/ghc/html/libraries/array-0.3.0.2/doc-index.html
 share/doc/ghc/html/libraries/array-0.3.0.2/frames.html
 share/doc/ghc/html/libraries/array-0.3.0.2/haddock-util.js
@@ -2894,284 +2920,287 @@ share/doc/ghc/html/libraries/array-0.3.0.2/minus.gif
 share/doc/ghc/html/libraries/array-0.3.0.2/ocean.css
 share/doc/ghc/html/libraries/array-0.3.0.2/plus.gif
 share/doc/ghc/html/libraries/array-0.3.0.2/synopsis.png
 share/doc/ghc/html/libraries/array-0.3.0.2/ocean.css
 share/doc/ghc/html/libraries/array-0.3.0.2/plus.gif
 share/doc/ghc/html/libraries/array-0.3.0.2/synopsis.png
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-Applicative.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-Arrow.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-Category.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-Concurrent-Chan.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-Concurrent-MVar.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-Concurrent-QSem.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-Concurrent-QSemN.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-Concurrent-SampleVar.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-Concurrent.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-Exception-Base.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-Exception.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-Monad-Fix.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-Monad-Instances.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-Monad-ST-Lazy.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-Monad-ST-Strict.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-Monad-ST.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-Monad.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Control-OldException.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Bits.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Bool.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Char.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Complex.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Data.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Dynamic.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Either.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Eq.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Fixed.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Foldable.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Function.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Functor.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-HashTable.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-IORef.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Int.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Ix.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-List.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Maybe.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Monoid.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Ord.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Ratio.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-STRef-Lazy.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-STRef-Strict.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-STRef.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-String.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Traversable.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Tuple.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Typeable.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Unique.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Version.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Data-Word.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Debug-Trace.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Foreign-C-Error.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Foreign-C-String.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Foreign-C-Types.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Foreign-C.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Foreign-Concurrent.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Foreign-ForeignPtr.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Foreign-Marshal-Alloc.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Foreign-Marshal-Array.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Foreign-Marshal-Error.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Foreign-Marshal-Pool.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Foreign-Marshal-Utils.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Foreign-Marshal.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Foreign-Ptr.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Foreign-StablePtr.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Foreign-Storable.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Foreign.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-Conc-IO.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-Conc-Signal.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-Conc-Sync.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-Conc.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-ConsoleHandler.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-Constants.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-Environment.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-Exts.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-IO-Buffer.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-IO-BufferedIO.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-IO-Device.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-IO-Encoding-CodePage.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-IO-Encoding-Latin1.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-IO-Encoding-Types.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-IO-Encoding-UTF16.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-IO-Encoding-UTF32.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-IO-Encoding-UTF8.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-IO-Encoding.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-IO-Handle-FD.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-IO-Handle.html
-share/doc/ghc/html/libraries/base-4.3.0.0/GHC-PArr.html
-share/doc/ghc/html/libraries/base-4.3.0.0/LICENSE
-share/doc/ghc/html/libraries/base-4.3.0.0/Numeric.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Prelude.html
-share/doc/ghc/html/libraries/base-4.3.0.0/System-CPUTime.html
-share/doc/ghc/html/libraries/base-4.3.0.0/System-Console-GetOpt.html
-share/doc/ghc/html/libraries/base-4.3.0.0/System-Environment.html
-share/doc/ghc/html/libraries/base-4.3.0.0/System-Event.html
-share/doc/ghc/html/libraries/base-4.3.0.0/System-Exit.html
-share/doc/ghc/html/libraries/base-4.3.0.0/System-IO-Error.html
-share/doc/ghc/html/libraries/base-4.3.0.0/System-IO-Unsafe.html
-share/doc/ghc/html/libraries/base-4.3.0.0/System-IO.html
-share/doc/ghc/html/libraries/base-4.3.0.0/System-Info.html
-share/doc/ghc/html/libraries/base-4.3.0.0/System-Mem-StableName.html
-share/doc/ghc/html/libraries/base-4.3.0.0/System-Mem-Weak.html
-share/doc/ghc/html/libraries/base-4.3.0.0/System-Mem.html
-share/doc/ghc/html/libraries/base-4.3.0.0/System-Posix-Types.html
-share/doc/ghc/html/libraries/base-4.3.0.0/System-Timeout.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Text-ParserCombinators-ReadP.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Text-ParserCombinators-ReadPrec.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Text-Printf.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Text-Read-Lex.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Text-Read.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Text-Show-Functions.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Text-Show.html
-share/doc/ghc/html/libraries/base-4.3.0.0/Unsafe-Coerce.html
-share/doc/ghc/html/libraries/base-4.3.0.0/base.haddock
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-124.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-33.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-36.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-37.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-38.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-42.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-43.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-45.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-46.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-47.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-58.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-60.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-61.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-62.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-92.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-94.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-A.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-B.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-C.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-D.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-E.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-F.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-G.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-H.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-I.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-J.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-K.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-L.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-M.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-N.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-O.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-P.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-Q.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-R.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-S.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-T.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-U.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-V.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-W.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-X.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-Y.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index-Z.html
-share/doc/ghc/html/libraries/base-4.3.0.0/doc-index.html
-share/doc/ghc/html/libraries/base-4.3.0.0/frames.html
-share/doc/ghc/html/libraries/base-4.3.0.0/haddock-util.js
-share/doc/ghc/html/libraries/base-4.3.0.0/hslogo-16.png
-share/doc/ghc/html/libraries/base-4.3.0.0/index-frames.html
-share/doc/ghc/html/libraries/base-4.3.0.0/index.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-Applicative.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-Arrow.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-Category.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-Concurrent-Chan.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-Concurrent-MVar.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-Concurrent-QSem.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-Concurrent-QSemN.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-Concurrent-SampleVar.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-Concurrent.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-Exception-Base.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-Exception.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-Monad-Fix.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-Monad-Instances.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-Monad-ST-Lazy.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-Monad-ST-Strict.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-Monad-ST.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-Monad.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Control-OldException.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Bits.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Bool.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Char.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Complex.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Data.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Dynamic.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Either.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Eq.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Fixed.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Foldable.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Function.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Functor.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-HashTable.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-IORef.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Int.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Ix.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-List.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Maybe.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Monoid.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Ord.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Ratio.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-STRef-Lazy.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-STRef-Strict.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-STRef.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-String.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Traversable.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Tuple.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Typeable.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Unique.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Version.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Data-Word.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Debug-Trace.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Foreign-C-Error.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Foreign-C-String.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Foreign-C-Types.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Foreign-C.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Foreign-Concurrent.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Foreign-ForeignPtr.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Foreign-Marshal-Alloc.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Foreign-Marshal-Array.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Foreign-Marshal-Error.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Foreign-Marshal-Pool.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Foreign-Marshal-Utils.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Foreign-Marshal.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Foreign-Ptr.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Foreign-StablePtr.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Foreign-Storable.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Foreign.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-Conc-IO.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-Conc-Signal.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-Conc-Sync.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-Conc.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-ConsoleHandler.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-Constants.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-Environment.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-Exts.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-IO-Buffer.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-IO-BufferedIO.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-IO-Device.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-IO-Encoding-CodePage.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-IO-Encoding-Latin1.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-IO-Encoding-Types.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-IO-Encoding-UTF16.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-IO-Encoding-UTF32.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-IO-Encoding-UTF8.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-IO-Encoding.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-IO-Handle-FD.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-IO-Handle.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_GHC-PArr.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Numeric.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Prelude.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_System-CPUTime.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_System-Console-GetOpt.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_System-Environment.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_System-Event.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_System-Exit.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_System-IO-Error.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_System-IO-Unsafe.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_System-IO.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_System-Info.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_System-Mem-StableName.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_System-Mem-Weak.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_System-Mem.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_System-Posix-Types.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_System-Timeout.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Text-ParserCombinators-ReadP.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Text-ParserCombinators-ReadPrec.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Text-Printf.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Text-Read-Lex.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Text-Read.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Text-Show-Functions.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Text-Show.html
-share/doc/ghc/html/libraries/base-4.3.0.0/mini_Unsafe-Coerce.html
-share/doc/ghc/html/libraries/base-4.3.0.0/minus.gif
-share/doc/ghc/html/libraries/base-4.3.0.0/ocean.css
-share/doc/ghc/html/libraries/base-4.3.0.0/plus.gif
-share/doc/ghc/html/libraries/base-4.3.0.0/synopsis.png
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-Applicative.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-Arrow.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-Category.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-Concurrent-Chan.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-Concurrent-MVar.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-Concurrent-QSem.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-Concurrent-QSemN.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-Concurrent-SampleVar.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-Concurrent.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-Exception-Base.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-Exception.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-Monad-Fix.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-Monad-Instances.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-Monad-ST-Lazy.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-Monad-ST-Strict.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-Monad-ST.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-Monad.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Control-OldException.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bits.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Char.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Complex.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Data.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Dynamic.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Either.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Eq.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Fixed.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Foldable.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Function.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Functor.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-HashTable.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-IORef.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Int.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Ix.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-List.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Maybe.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Monoid.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Ord.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Ratio.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-STRef-Lazy.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-STRef-Strict.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-STRef.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-String.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Traversable.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Tuple.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Typeable.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Unique.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Version.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Data-Word.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Debug-Trace.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Foreign-C-Error.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Foreign-C-String.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Foreign-C-Types.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Foreign-C.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Foreign-Concurrent.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Foreign-ForeignPtr.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Foreign-Marshal-Alloc.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Foreign-Marshal-Array.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Foreign-Marshal-Error.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Foreign-Marshal-Pool.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Foreign-Marshal-Utils.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Foreign-Marshal.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Foreign-Ptr.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Foreign-StablePtr.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Foreign-Storable.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Foreign.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-Conc-IO.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-Conc-Signal.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-Conc-Sync.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-Conc.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-ConsoleHandler.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-Constants.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-Environment.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-Exts.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-IO-Buffer.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-IO-BufferedIO.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-IO-Device.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-IO-Encoding-CodePage.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-IO-Encoding-Latin1.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-IO-Encoding-Types.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-IO-Encoding-UTF16.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-IO-Encoding-UTF32.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-IO-Encoding-UTF8.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-IO-Encoding.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-IO-Handle-FD.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-IO-Handle.html
+share/doc/ghc/html/libraries/base-4.3.1.0/GHC-PArr.html
+share/doc/ghc/html/libraries/base-4.3.1.0/LICENSE
+share/doc/ghc/html/libraries/base-4.3.1.0/Numeric.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Prelude.html
+share/doc/ghc/html/libraries/base-4.3.1.0/System-CPUTime.html
+share/doc/ghc/html/libraries/base-4.3.1.0/System-Console-GetOpt.html
+share/doc/ghc/html/libraries/base-4.3.1.0/System-Environment.html
+share/doc/ghc/html/libraries/base-4.3.1.0/System-Event.html
+share/doc/ghc/html/libraries/base-4.3.1.0/System-Exit.html
+share/doc/ghc/html/libraries/base-4.3.1.0/System-IO-Error.html
+share/doc/ghc/html/libraries/base-4.3.1.0/System-IO-Unsafe.html
+share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html
+share/doc/ghc/html/libraries/base-4.3.1.0/System-Info.html
+share/doc/ghc/html/libraries/base-4.3.1.0/System-Mem-StableName.html
+share/doc/ghc/html/libraries/base-4.3.1.0/System-Mem-Weak.html
+share/doc/ghc/html/libraries/base-4.3.1.0/System-Mem.html
+share/doc/ghc/html/libraries/base-4.3.1.0/System-Posix-Types.html
+share/doc/ghc/html/libraries/base-4.3.1.0/System-Timeout.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Text-ParserCombinators-ReadP.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Text-ParserCombinators-ReadPrec.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Text-Printf.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Text-Read-Lex.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Text-Read.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Text-Show-Functions.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Text-Show.html
+share/doc/ghc/html/libraries/base-4.3.1.0/Unsafe-Coerce.html
+share/doc/ghc/html/libraries/base-4.3.1.0/base.haddock
+share/doc/ghc/html/libraries/base-4.3.1.0/base.txt
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-124.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-33.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-36.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-37.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-38.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-42.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-43.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-45.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-46.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-47.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-58.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-60.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-61.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-62.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-92.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-94.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-A.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-All.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-B.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-C.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-D.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-E.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-F.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-G.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-H.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-I.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-J.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-K.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-L.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-M.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-N.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-O.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-P.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-Q.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-R.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-S.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-T.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-U.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-V.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-W.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-X.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-Y.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index-Z.html
+share/doc/ghc/html/libraries/base-4.3.1.0/doc-index.html
+share/doc/ghc/html/libraries/base-4.3.1.0/frames.html
+share/doc/ghc/html/libraries/base-4.3.1.0/haddock-util.js
+share/doc/ghc/html/libraries/base-4.3.1.0/hslogo-16.png
+share/doc/ghc/html/libraries/base-4.3.1.0/index-frames.html
+share/doc/ghc/html/libraries/base-4.3.1.0/index.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-Applicative.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-Arrow.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-Category.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-Concurrent-Chan.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-Concurrent-MVar.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-Concurrent-QSem.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-Concurrent-QSemN.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-Concurrent-SampleVar.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-Concurrent.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-Exception-Base.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-Exception.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-Monad-Fix.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-Monad-Instances.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-Monad-ST-Lazy.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-Monad-ST-Strict.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-Monad-ST.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-Monad.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Control-OldException.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Bits.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Bool.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Char.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Complex.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Data.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Dynamic.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Either.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Eq.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Fixed.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Foldable.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Function.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Functor.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-HashTable.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-IORef.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Int.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Ix.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-List.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Maybe.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Monoid.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Ord.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Ratio.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-STRef-Lazy.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-STRef-Strict.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-STRef.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-String.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Traversable.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Tuple.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Typeable.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Unique.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Version.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Data-Word.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Debug-Trace.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Foreign-C-Error.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Foreign-C-String.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Foreign-C-Types.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Foreign-C.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Foreign-Concurrent.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Foreign-ForeignPtr.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Foreign-Marshal-Alloc.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Foreign-Marshal-Array.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Foreign-Marshal-Error.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Foreign-Marshal-Pool.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Foreign-Marshal-Utils.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Foreign-Marshal.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Foreign-Ptr.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Foreign-StablePtr.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Foreign-Storable.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Foreign.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-Conc-IO.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-Conc-Signal.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-Conc-Sync.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-Conc.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-ConsoleHandler.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-Constants.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-Environment.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-Exts.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-IO-Buffer.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-IO-BufferedIO.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-IO-Device.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-IO-Encoding-CodePage.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-IO-Encoding-Latin1.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-IO-Encoding-Types.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-IO-Encoding-UTF16.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-IO-Encoding-UTF32.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-IO-Encoding-UTF8.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-IO-Encoding.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-IO-Handle-FD.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-IO-Handle.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_GHC-PArr.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Numeric.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Prelude.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_System-CPUTime.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_System-Console-GetOpt.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_System-Environment.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_System-Event.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_System-Exit.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_System-IO-Error.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_System-IO-Unsafe.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_System-IO.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_System-Info.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_System-Mem-StableName.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_System-Mem-Weak.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_System-Mem.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_System-Posix-Types.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_System-Timeout.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Text-ParserCombinators-ReadP.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Text-ParserCombinators-ReadPrec.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Text-Printf.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Text-Read-Lex.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Text-Read.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Text-Show-Functions.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Text-Show.html
+share/doc/ghc/html/libraries/base-4.3.1.0/mini_Unsafe-Coerce.html
+share/doc/ghc/html/libraries/base-4.3.1.0/minus.gif
+share/doc/ghc/html/libraries/base-4.3.1.0/ocean.css
+share/doc/ghc/html/libraries/base-4.3.1.0/plus.gif
+share/doc/ghc/html/libraries/base-4.3.1.0/synopsis.png
 share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/Distribution-InstalledPackageInfo-Binary.html
 share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/bin-package-db.haddock
 share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/Distribution-InstalledPackageInfo-Binary.html
 share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/bin-package-db.haddock
+share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/bin-package-db.txt
 share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/doc-index.html
 share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/frames.html
 share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/haddock-util.js
 share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/doc-index.html
 share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/frames.html
 share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/haddock-util.js
@@ -3183,28 +3212,29 @@ share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/minus.gif
 share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/ocean.css
 share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/plus.gif
 share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/synopsis.png
 share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/ocean.css
 share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/plus.gif
 share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/synopsis.png
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/Data-ByteString-Char8.html
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/Data-ByteString-Lazy-Char8.html
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/Data-ByteString-Lazy.html
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/Data-ByteString-Unsafe.html
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/Data-ByteString.html
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/LICENSE
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/bytestring.haddock
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/doc-index.html
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/frames.html
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/haddock-util.js
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/hslogo-16.png
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/index-frames.html
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/index.html
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/mini_Data-ByteString-Char8.html
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/mini_Data-ByteString-Lazy-Char8.html
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/mini_Data-ByteString-Lazy.html
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/mini_Data-ByteString-Unsafe.html
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/mini_Data-ByteString.html
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/minus.gif
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/ocean.css
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/plus.gif
-share/doc/ghc/html/libraries/bytestring-0.9.1.8/synopsis.png
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/Data-ByteString-Char8.html
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/Data-ByteString-Lazy-Char8.html
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/Data-ByteString-Lazy.html
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/Data-ByteString-Unsafe.html
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/Data-ByteString.html
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/LICENSE
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/bytestring.haddock
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/bytestring.txt
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/doc-index.html
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/frames.html
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/haddock-util.js
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/hslogo-16.png
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/index-frames.html
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/index.html
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/mini_Data-ByteString-Char8.html
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/mini_Data-ByteString-Lazy-Char8.html
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/mini_Data-ByteString-Lazy.html
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/mini_Data-ByteString-Unsafe.html
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/mini_Data-ByteString.html
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/minus.gif
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/ocean.css
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/plus.gif
+share/doc/ghc/html/libraries/bytestring-0.9.1.10/synopsis.png
 share/doc/ghc/html/libraries/containers-0.4.0.0/Data-Graph.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/Data-IntMap.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/Data-IntSet.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/Data-Graph.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/Data-IntMap.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/Data-IntSet.html
@@ -3214,6 +3244,7 @@ share/doc/ghc/html/libraries/containers-0.4.0.0/Data-Set.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/Data-Tree.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/LICENSE
 share/doc/ghc/html/libraries/containers-0.4.0.0/containers.haddock
 share/doc/ghc/html/libraries/containers-0.4.0.0/Data-Tree.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/LICENSE
 share/doc/ghc/html/libraries/containers-0.4.0.0/containers.haddock
+share/doc/ghc/html/libraries/containers-0.4.0.0/containers.txt
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-124.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-33.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-58.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-124.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-33.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-58.html
@@ -3221,6 +3252,7 @@ share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-60.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-62.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-92.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-A.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-62.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-92.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-A.html
+share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-All.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-B.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-C.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-D.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-B.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-C.html
 share/doc/ghc/html/libraries/containers-0.4.0.0/doc-index-D.html
@@ -3260,6 +3292,7 @@ share/doc/ghc/html/libraries/containers-0.4.0.0/synopsis.png
 share/doc/ghc/html/libraries/directory-1.1.0.0/LICENSE
 share/doc/ghc/html/libraries/directory-1.1.0.0/System-Directory.html
 share/doc/ghc/html/libraries/directory-1.1.0.0/directory.haddock
 share/doc/ghc/html/libraries/directory-1.1.0.0/LICENSE
 share/doc/ghc/html/libraries/directory-1.1.0.0/System-Directory.html
 share/doc/ghc/html/libraries/directory-1.1.0.0/directory.haddock
+share/doc/ghc/html/libraries/directory-1.1.0.0/directory.txt
 share/doc/ghc/html/libraries/directory-1.1.0.0/doc-index.html
 share/doc/ghc/html/libraries/directory-1.1.0.0/frames.html
 share/doc/ghc/html/libraries/directory-1.1.0.0/haddock-util.js
 share/doc/ghc/html/libraries/directory-1.1.0.0/doc-index.html
 share/doc/ghc/html/libraries/directory-1.1.0.0/frames.html
 share/doc/ghc/html/libraries/directory-1.1.0.0/haddock-util.js
@@ -3288,6 +3321,7 @@ share/doc/ghc/html/libraries/doc-index-62.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-A.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-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-B.html
 share/doc/ghc/html/libraries/doc-index-C.html
 share/doc/ghc/html/libraries/doc-index-D.html
@@ -3318,6 +3352,7 @@ share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.2/Control-Exception-Ext
 share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.2/LICENSE
 share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.2/doc-index.html
 share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.2/extensible-exceptions.haddock
 share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.2/LICENSE
 share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.2/doc-index.html
 share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.2/extensible-exceptions.haddock
+share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.2/extensible-exceptions.txt
 share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.2/frames.html
 share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.2/haddock-util.js
 share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.2/hslogo-16.png
 share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.2/frames.html
 share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.2/haddock-util.js
 share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.2/hslogo-16.png
@@ -3334,6 +3369,7 @@ share/doc/ghc/html/libraries/filepath-1.2.0.0/System-FilePath-Windows.html
 share/doc/ghc/html/libraries/filepath-1.2.0.0/System-FilePath.html
 share/doc/ghc/html/libraries/filepath-1.2.0.0/doc-index.html
 share/doc/ghc/html/libraries/filepath-1.2.0.0/filepath.haddock
 share/doc/ghc/html/libraries/filepath-1.2.0.0/System-FilePath.html
 share/doc/ghc/html/libraries/filepath-1.2.0.0/doc-index.html
 share/doc/ghc/html/libraries/filepath-1.2.0.0/filepath.haddock
+share/doc/ghc/html/libraries/filepath-1.2.0.0/filepath.txt
 share/doc/ghc/html/libraries/filepath-1.2.0.0/frames.html
 share/doc/ghc/html/libraries/filepath-1.2.0.0/haddock-util.js
 share/doc/ghc/html/libraries/filepath-1.2.0.0/hslogo-16.png
 share/doc/ghc/html/libraries/filepath-1.2.0.0/frames.html
 share/doc/ghc/html/libraries/filepath-1.2.0.0/haddock-util.js
 share/doc/ghc/html/libraries/filepath-1.2.0.0/hslogo-16.png
@@ -3778,6 +3814,7 @@ share/doc/ghc/html/libraries/${PKGNAME}/doc-index-61.html
 share/doc/ghc/html/libraries/${PKGNAME}/doc-index-62.html
 share/doc/ghc/html/libraries/${PKGNAME}/doc-index-95.html
 share/doc/ghc/html/libraries/${PKGNAME}/doc-index-A.html
 share/doc/ghc/html/libraries/${PKGNAME}/doc-index-62.html
 share/doc/ghc/html/libraries/${PKGNAME}/doc-index-95.html
 share/doc/ghc/html/libraries/${PKGNAME}/doc-index-A.html
+share/doc/ghc/html/libraries/${PKGNAME}/doc-index-All.html
 share/doc/ghc/html/libraries/${PKGNAME}/doc-index-B.html
 share/doc/ghc/html/libraries/${PKGNAME}/doc-index-C.html
 share/doc/ghc/html/libraries/${PKGNAME}/doc-index-D.html
 share/doc/ghc/html/libraries/${PKGNAME}/doc-index-B.html
 share/doc/ghc/html/libraries/${PKGNAME}/doc-index-C.html
 share/doc/ghc/html/libraries/${PKGNAME}/doc-index-D.html
@@ -3806,6 +3843,7 @@ share/doc/ghc/html/libraries/${PKGNAME}/doc-index-Z.html
 share/doc/ghc/html/libraries/${PKGNAME}/doc-index.html
 share/doc/ghc/html/libraries/${PKGNAME}/frames.html
 share/doc/ghc/html/libraries/${PKGNAME}/ghc.haddock
 share/doc/ghc/html/libraries/${PKGNAME}/doc-index.html
 share/doc/ghc/html/libraries/${PKGNAME}/frames.html
 share/doc/ghc/html/libraries/${PKGNAME}/ghc.haddock
+share/doc/ghc/html/libraries/${PKGNAME}/ghc.txt
 share/doc/ghc/html/libraries/${PKGNAME}/haddock-util.js
 share/doc/ghc/html/libraries/${PKGNAME}/hslogo-16.png
 share/doc/ghc/html/libraries/${PKGNAME}/index-frames.html
 share/doc/ghc/html/libraries/${PKGNAME}/haddock-util.js
 share/doc/ghc/html/libraries/${PKGNAME}/hslogo-16.png
 share/doc/ghc/html/libraries/${PKGNAME}/index-frames.html
@@ -4241,6 +4279,7 @@ share/doc/ghc/html/libraries/ghc-binary-0.5.0.2/LICENSE
 share/doc/ghc/html/libraries/ghc-binary-0.5.0.2/doc-index.html
 share/doc/ghc/html/libraries/ghc-binary-0.5.0.2/frames.html
 share/doc/ghc/html/libraries/ghc-binary-0.5.0.2/ghc-binary.haddock
 share/doc/ghc/html/libraries/ghc-binary-0.5.0.2/doc-index.html
 share/doc/ghc/html/libraries/ghc-binary-0.5.0.2/frames.html
 share/doc/ghc/html/libraries/ghc-binary-0.5.0.2/ghc-binary.haddock
+share/doc/ghc/html/libraries/ghc-binary-0.5.0.2/ghc-binary.txt
 share/doc/ghc/html/libraries/ghc-binary-0.5.0.2/haddock-util.js
 share/doc/ghc/html/libraries/ghc-binary-0.5.0.2/hslogo-16.png
 share/doc/ghc/html/libraries/ghc-binary-0.5.0.2/index-frames.html
 share/doc/ghc/html/libraries/ghc-binary-0.5.0.2/haddock-util.js
 share/doc/ghc/html/libraries/ghc-binary-0.5.0.2/hslogo-16.png
 share/doc/ghc/html/libraries/ghc-binary-0.5.0.2/index-frames.html
@@ -4273,6 +4312,7 @@ share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/doc-index-60.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/doc-index-61.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/doc-index-62.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/doc-index-A.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/doc-index-61.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/doc-index-62.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/doc-index-A.html
+share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/doc-index-All.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/doc-index-B.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/doc-index-C.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/doc-index-D.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/doc-index-B.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/doc-index-C.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/doc-index-D.html
@@ -4297,6 +4337,7 @@ share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/doc-index-Y.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/doc-index.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/frames.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/ghc-prim.haddock
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/doc-index.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/frames.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/ghc-prim.haddock
+share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/ghc-prim.txt
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/haddock-util.js
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/hslogo-16.png
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/index-frames.html
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/haddock-util.js
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/hslogo-16.png
 share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/index-frames.html
@@ -4365,6 +4406,7 @@ share/doc/ghc/html/libraries/haskell2010-1.0.0.0/doc-index-62.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/doc-index-92.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/doc-index-94.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/doc-index-A.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/doc-index-92.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/doc-index-94.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/doc-index-A.html
+share/doc/ghc/html/libraries/haskell2010-1.0.0.0/doc-index-All.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/doc-index-B.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/doc-index-C.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/doc-index-D.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/doc-index-B.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/doc-index-C.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/doc-index-D.html
@@ -4392,6 +4434,7 @@ share/doc/ghc/html/libraries/haskell2010-1.0.0.0/doc-index.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/frames.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/haddock-util.js
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/haskell2010.haddock
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/frames.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/haddock-util.js
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/haskell2010.haddock
+share/doc/ghc/html/libraries/haskell2010-1.0.0.0/haskell2010.txt
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/hslogo-16.png
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/index-frames.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/index.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/hslogo-16.png
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/index-frames.html
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/index.html
@@ -4430,110 +4473,112 @@ share/doc/ghc/html/libraries/haskell2010-1.0.0.0/minus.gif
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/ocean.css
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/plus.gif
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/synopsis.png
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/ocean.css
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/plus.gif
 share/doc/ghc/html/libraries/haskell2010-1.0.0.0/synopsis.png
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/Array.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/Bits.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/CError.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/CForeign.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/CPUTime.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/CString.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/CTypes.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/Char.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/Complex.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/Directory.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/ForeignPtr.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/IO.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/Int.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/Ix.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/LICENSE
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/List.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/Locale.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/MarshalAlloc.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/MarshalArray.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/MarshalError.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/MarshalUtils.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/Maybe.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/Monad.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/Ptr.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/Random.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/Ratio.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/StablePtr.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/Storable.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/System.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/Time.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/Word.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-33.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-37.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-43.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-46.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-47.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-58.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-61.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-62.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-92.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-A.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-B.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-C.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-D.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-E.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-F.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-G.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-H.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-I.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-J.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-L.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-M.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-N.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-O.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-P.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-R.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-S.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-T.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-U.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-V.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-W.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-X.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index-Z.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/doc-index.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/frames.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/haddock-util.js
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/haskell98.haddock
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/hslogo-16.png
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/index-frames.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/index.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_Array.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_Bits.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_CError.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_CForeign.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_CPUTime.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_CString.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_CTypes.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_Char.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_Complex.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_Directory.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_ForeignPtr.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_IO.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_Int.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_Ix.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_List.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_Locale.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_MarshalAlloc.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_MarshalArray.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_MarshalError.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_MarshalUtils.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_Maybe.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_Monad.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_Ptr.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_Random.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_Ratio.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_StablePtr.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_Storable.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_System.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_Time.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/mini_Word.html
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/minus.gif
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/ocean.css
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/plus.gif
-share/doc/ghc/html/libraries/haskell98-1.1.0.0/synopsis.png
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/Array.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/Bits.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/CError.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/CForeign.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/CPUTime.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/CString.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/CTypes.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/Char.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/Complex.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/Directory.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/ForeignPtr.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/IO.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/Int.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/Ix.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/LICENSE
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/List.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/Locale.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/MarshalAlloc.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/MarshalArray.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/MarshalError.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/MarshalUtils.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/Maybe.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/Monad.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/Ptr.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/Random.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/Ratio.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/StablePtr.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/Storable.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/System.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/Time.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/Word.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-33.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-37.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-43.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-46.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-47.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-58.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-61.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-62.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-92.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-A.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-All.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-B.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-C.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-D.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-E.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-F.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-G.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-H.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-I.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-J.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-L.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-M.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-N.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-O.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-P.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-R.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-S.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-T.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-U.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-V.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-W.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-X.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index-Z.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/doc-index.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/frames.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/haddock-util.js
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/haskell98.haddock
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/haskell98.txt
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/hslogo-16.png
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/index-frames.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/index.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_Array.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_Bits.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_CError.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_CForeign.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_CPUTime.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_CString.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_CTypes.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_Char.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_Complex.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_Directory.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_ForeignPtr.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_IO.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_Int.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_Ix.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_List.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_Locale.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_MarshalAlloc.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_MarshalArray.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_MarshalError.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_MarshalUtils.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_Maybe.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_Monad.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_Ptr.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_Random.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_Ratio.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_StablePtr.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_Storable.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_System.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_Time.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/mini_Word.html
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/minus.gif
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/ocean.css
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/plus.gif
+share/doc/ghc/html/libraries/haskell98-1.1.0.1/synopsis.png
 share/doc/ghc/html/libraries/hpc-0.5.0.6/LICENSE
 share/doc/ghc/html/libraries/hpc-0.5.0.6/Trace-Hpc-Mix.html
 share/doc/ghc/html/libraries/hpc-0.5.0.6/Trace-Hpc-Reflect.html
 share/doc/ghc/html/libraries/hpc-0.5.0.6/LICENSE
 share/doc/ghc/html/libraries/hpc-0.5.0.6/Trace-Hpc-Mix.html
 share/doc/ghc/html/libraries/hpc-0.5.0.6/Trace-Hpc-Reflect.html
@@ -4543,6 +4588,7 @@ share/doc/ghc/html/libraries/hpc-0.5.0.6/doc-index.html
 share/doc/ghc/html/libraries/hpc-0.5.0.6/frames.html
 share/doc/ghc/html/libraries/hpc-0.5.0.6/haddock-util.js
 share/doc/ghc/html/libraries/hpc-0.5.0.6/hpc.haddock
 share/doc/ghc/html/libraries/hpc-0.5.0.6/frames.html
 share/doc/ghc/html/libraries/hpc-0.5.0.6/haddock-util.js
 share/doc/ghc/html/libraries/hpc-0.5.0.6/hpc.haddock
+share/doc/ghc/html/libraries/hpc-0.5.0.6/hpc.txt
 share/doc/ghc/html/libraries/hpc-0.5.0.6/hslogo-16.png
 share/doc/ghc/html/libraries/hpc-0.5.0.6/index-frames.html
 share/doc/ghc/html/libraries/hpc-0.5.0.6/index.html
 share/doc/ghc/html/libraries/hpc-0.5.0.6/hslogo-16.png
 share/doc/ghc/html/libraries/hpc-0.5.0.6/index-frames.html
 share/doc/ghc/html/libraries/hpc-0.5.0.6/index.html
@@ -4557,18 +4603,19 @@ share/doc/ghc/html/libraries/hpc-0.5.0.6/synopsis.png
 share/doc/ghc/html/libraries/hscolour.css
 share/doc/ghc/html/libraries/index-frames.html
 share/doc/ghc/html/libraries/index.html
 share/doc/ghc/html/libraries/hscolour.css
 share/doc/ghc/html/libraries/index-frames.html
 share/doc/ghc/html/libraries/index.html
-share/doc/ghc/html/libraries/integer-gmp-0.2.0.2/LICENSE
-share/doc/ghc/html/libraries/integer-gmp-0.2.0.2/doc-index.html
-share/doc/ghc/html/libraries/integer-gmp-0.2.0.2/frames.html
-share/doc/ghc/html/libraries/integer-gmp-0.2.0.2/haddock-util.js
-share/doc/ghc/html/libraries/integer-gmp-0.2.0.2/hslogo-16.png
-share/doc/ghc/html/libraries/integer-gmp-0.2.0.2/index-frames.html
-share/doc/ghc/html/libraries/integer-gmp-0.2.0.2/index.html
-share/doc/ghc/html/libraries/integer-gmp-0.2.0.2/integer-gmp.haddock
-share/doc/ghc/html/libraries/integer-gmp-0.2.0.2/minus.gif
-share/doc/ghc/html/libraries/integer-gmp-0.2.0.2/ocean.css
-share/doc/ghc/html/libraries/integer-gmp-0.2.0.2/plus.gif
-share/doc/ghc/html/libraries/integer-gmp-0.2.0.2/synopsis.png
+share/doc/ghc/html/libraries/integer-gmp-0.2.0.3/LICENSE
+share/doc/ghc/html/libraries/integer-gmp-0.2.0.3/doc-index.html
+share/doc/ghc/html/libraries/integer-gmp-0.2.0.3/frames.html
+share/doc/ghc/html/libraries/integer-gmp-0.2.0.3/haddock-util.js
+share/doc/ghc/html/libraries/integer-gmp-0.2.0.3/hslogo-16.png
+share/doc/ghc/html/libraries/integer-gmp-0.2.0.3/index-frames.html
+share/doc/ghc/html/libraries/integer-gmp-0.2.0.3/index.html
+share/doc/ghc/html/libraries/integer-gmp-0.2.0.3/integer-gmp.haddock
+share/doc/ghc/html/libraries/integer-gmp-0.2.0.3/integer-gmp.txt
+share/doc/ghc/html/libraries/integer-gmp-0.2.0.3/minus.gif
+share/doc/ghc/html/libraries/integer-gmp-0.2.0.3/ocean.css
+share/doc/ghc/html/libraries/integer-gmp-0.2.0.3/plus.gif
+share/doc/ghc/html/libraries/integer-gmp-0.2.0.3/synopsis.png
 share/doc/ghc/html/libraries/minus.gif
 share/doc/ghc/html/libraries/ocean.css
 share/doc/ghc/html/libraries/old-locale-1.0.0.2/LICENSE
 share/doc/ghc/html/libraries/minus.gif
 share/doc/ghc/html/libraries/ocean.css
 share/doc/ghc/html/libraries/old-locale-1.0.0.2/LICENSE
@@ -4583,6 +4630,7 @@ share/doc/ghc/html/libraries/old-locale-1.0.0.2/mini_System-Locale.html
 share/doc/ghc/html/libraries/old-locale-1.0.0.2/minus.gif
 share/doc/ghc/html/libraries/old-locale-1.0.0.2/ocean.css
 share/doc/ghc/html/libraries/old-locale-1.0.0.2/old-locale.haddock
 share/doc/ghc/html/libraries/old-locale-1.0.0.2/minus.gif
 share/doc/ghc/html/libraries/old-locale-1.0.0.2/ocean.css
 share/doc/ghc/html/libraries/old-locale-1.0.0.2/old-locale.haddock
+share/doc/ghc/html/libraries/old-locale-1.0.0.2/old-locale.txt
 share/doc/ghc/html/libraries/old-locale-1.0.0.2/plus.gif
 share/doc/ghc/html/libraries/old-locale-1.0.0.2/synopsis.png
 share/doc/ghc/html/libraries/old-time-1.0.0.6/LICENSE
 share/doc/ghc/html/libraries/old-locale-1.0.0.2/plus.gif
 share/doc/ghc/html/libraries/old-locale-1.0.0.2/synopsis.png
 share/doc/ghc/html/libraries/old-time-1.0.0.6/LICENSE
@@ -4597,6 +4645,7 @@ share/doc/ghc/html/libraries/old-time-1.0.0.6/mini_System-Time.html
 share/doc/ghc/html/libraries/old-time-1.0.0.6/minus.gif
 share/doc/ghc/html/libraries/old-time-1.0.0.6/ocean.css
 share/doc/ghc/html/libraries/old-time-1.0.0.6/old-time.haddock
 share/doc/ghc/html/libraries/old-time-1.0.0.6/minus.gif
 share/doc/ghc/html/libraries/old-time-1.0.0.6/ocean.css
 share/doc/ghc/html/libraries/old-time-1.0.0.6/old-time.haddock
+share/doc/ghc/html/libraries/old-time-1.0.0.6/old-time.txt
 share/doc/ghc/html/libraries/old-time-1.0.0.6/plus.gif
 share/doc/ghc/html/libraries/old-time-1.0.0.6/synopsis.png
 share/doc/ghc/html/libraries/plus.gif
 share/doc/ghc/html/libraries/old-time-1.0.0.6/plus.gif
 share/doc/ghc/html/libraries/old-time-1.0.0.6/synopsis.png
 share/doc/ghc/html/libraries/plus.gif
@@ -4615,23 +4664,25 @@ share/doc/ghc/html/libraries/pretty-1.0.1.2/minus.gif
 share/doc/ghc/html/libraries/pretty-1.0.1.2/ocean.css
 share/doc/ghc/html/libraries/pretty-1.0.1.2/plus.gif
 share/doc/ghc/html/libraries/pretty-1.0.1.2/pretty.haddock
 share/doc/ghc/html/libraries/pretty-1.0.1.2/ocean.css
 share/doc/ghc/html/libraries/pretty-1.0.1.2/plus.gif
 share/doc/ghc/html/libraries/pretty-1.0.1.2/pretty.haddock
+share/doc/ghc/html/libraries/pretty-1.0.1.2/pretty.txt
 share/doc/ghc/html/libraries/pretty-1.0.1.2/synopsis.png
 share/doc/ghc/html/libraries/pretty-1.0.1.2/synopsis.png
-share/doc/ghc/html/libraries/process-1.0.1.4/LICENSE
-share/doc/ghc/html/libraries/process-1.0.1.4/System-Cmd.html
-share/doc/ghc/html/libraries/process-1.0.1.4/System-Process.html
-share/doc/ghc/html/libraries/process-1.0.1.4/doc-index.html
-share/doc/ghc/html/libraries/process-1.0.1.4/frames.html
-share/doc/ghc/html/libraries/process-1.0.1.4/haddock-util.js
-share/doc/ghc/html/libraries/process-1.0.1.4/hslogo-16.png
-share/doc/ghc/html/libraries/process-1.0.1.4/index-frames.html
-share/doc/ghc/html/libraries/process-1.0.1.4/index.html
-share/doc/ghc/html/libraries/process-1.0.1.4/mini_System-Cmd.html
-share/doc/ghc/html/libraries/process-1.0.1.4/mini_System-Process.html
-share/doc/ghc/html/libraries/process-1.0.1.4/minus.gif
-share/doc/ghc/html/libraries/process-1.0.1.4/ocean.css
-share/doc/ghc/html/libraries/process-1.0.1.4/plus.gif
-share/doc/ghc/html/libraries/process-1.0.1.4/process.haddock
-share/doc/ghc/html/libraries/process-1.0.1.4/synopsis.png
+share/doc/ghc/html/libraries/process-1.0.1.5/LICENSE
+share/doc/ghc/html/libraries/process-1.0.1.5/System-Cmd.html
+share/doc/ghc/html/libraries/process-1.0.1.5/System-Process.html
+share/doc/ghc/html/libraries/process-1.0.1.5/doc-index.html
+share/doc/ghc/html/libraries/process-1.0.1.5/frames.html
+share/doc/ghc/html/libraries/process-1.0.1.5/haddock-util.js
+share/doc/ghc/html/libraries/process-1.0.1.5/hslogo-16.png
+share/doc/ghc/html/libraries/process-1.0.1.5/index-frames.html
+share/doc/ghc/html/libraries/process-1.0.1.5/index.html
+share/doc/ghc/html/libraries/process-1.0.1.5/mini_System-Cmd.html
+share/doc/ghc/html/libraries/process-1.0.1.5/mini_System-Process.html
+share/doc/ghc/html/libraries/process-1.0.1.5/minus.gif
+share/doc/ghc/html/libraries/process-1.0.1.5/ocean.css
+share/doc/ghc/html/libraries/process-1.0.1.5/plus.gif
+share/doc/ghc/html/libraries/process-1.0.1.5/process.haddock
+share/doc/ghc/html/libraries/process-1.0.1.5/process.txt
+share/doc/ghc/html/libraries/process-1.0.1.5/synopsis.png
 share/doc/ghc/html/libraries/prologue.txt
 share/doc/ghc/html/libraries/random-1.0.0.3/LICENSE
 share/doc/ghc/html/libraries/random-1.0.0.3/System-Random.html
 share/doc/ghc/html/libraries/prologue.txt
 share/doc/ghc/html/libraries/random-1.0.0.3/LICENSE
 share/doc/ghc/html/libraries/random-1.0.0.3/System-Random.html
@@ -4646,6 +4697,7 @@ share/doc/ghc/html/libraries/random-1.0.0.3/minus.gif
 share/doc/ghc/html/libraries/random-1.0.0.3/ocean.css
 share/doc/ghc/html/libraries/random-1.0.0.3/plus.gif
 share/doc/ghc/html/libraries/random-1.0.0.3/random.haddock
 share/doc/ghc/html/libraries/random-1.0.0.3/ocean.css
 share/doc/ghc/html/libraries/random-1.0.0.3/plus.gif
 share/doc/ghc/html/libraries/random-1.0.0.3/random.haddock
+share/doc/ghc/html/libraries/random-1.0.0.3/random.txt
 share/doc/ghc/html/libraries/random-1.0.0.3/synopsis.png
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/LICENSE
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/Language-Haskell-TH-Lib.html
 share/doc/ghc/html/libraries/random-1.0.0.3/synopsis.png
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/LICENSE
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/Language-Haskell-TH-Lib.html
@@ -4658,6 +4710,7 @@ share/doc/ghc/html/libraries/template-haskell-2.5.0.0/Language-Haskell-TH.html
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/doc-index-36.html
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/doc-index-60.html
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/doc-index-A.html
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/doc-index-36.html
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/doc-index-60.html
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/doc-index-A.html
+share/doc/ghc/html/libraries/template-haskell-2.5.0.0/doc-index-All.html
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/doc-index-B.html
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/doc-index-C.html
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/doc-index-D.html
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/doc-index-B.html
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/doc-index-C.html
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/doc-index-D.html
@@ -4697,6 +4750,7 @@ share/doc/ghc/html/libraries/template-haskell-2.5.0.0/ocean.css
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/plus.gif
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/synopsis.png
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/template-haskell.haddock
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/plus.gif
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/synopsis.png
 share/doc/ghc/html/libraries/template-haskell-2.5.0.0/template-haskell.haddock
+share/doc/ghc/html/libraries/template-haskell-2.5.0.0/template-haskell.txt
 share/doc/ghc/html/libraries/time-1.2.0.3/Data-Time-Calendar-Easter.html
 share/doc/ghc/html/libraries/time-1.2.0.3/Data-Time-Calendar-Julian.html
 share/doc/ghc/html/libraries/time-1.2.0.3/Data-Time-Calendar-MonthDay.html
 share/doc/ghc/html/libraries/time-1.2.0.3/Data-Time-Calendar-Easter.html
 share/doc/ghc/html/libraries/time-1.2.0.3/Data-Time-Calendar-Julian.html
 share/doc/ghc/html/libraries/time-1.2.0.3/Data-Time-Calendar-MonthDay.html
@@ -4733,83 +4787,86 @@ share/doc/ghc/html/libraries/time-1.2.0.3/ocean.css
 share/doc/ghc/html/libraries/time-1.2.0.3/plus.gif
 share/doc/ghc/html/libraries/time-1.2.0.3/synopsis.png
 share/doc/ghc/html/libraries/time-1.2.0.3/time.haddock
 share/doc/ghc/html/libraries/time-1.2.0.3/plus.gif
 share/doc/ghc/html/libraries/time-1.2.0.3/synopsis.png
 share/doc/ghc/html/libraries/time-1.2.0.3/time.haddock
-share/doc/ghc/html/libraries/unix-2.4.1.0/LICENSE
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-Directory.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-DynamicLinker-Module.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-DynamicLinker-Prim.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-DynamicLinker.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-Env.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-Error.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-Files.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-IO.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-Process-Internals.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-Process.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-Resource.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-Semaphore.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-SharedMem.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-Signals-Exts.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-Signals.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-Temp.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-Terminal.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-Time.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-Unistd.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix-User.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/System-Posix.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-A.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-B.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-C.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-D.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-E.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-F.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-G.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-H.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-I.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-J.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-K.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-L.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-M.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-N.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-O.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-P.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-Q.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-R.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-S.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-T.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-U.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-V.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index-W.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/doc-index.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/frames.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/haddock-util.js
-share/doc/ghc/html/libraries/unix-2.4.1.0/hslogo-16.png
-share/doc/ghc/html/libraries/unix-2.4.1.0/index-frames.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/index.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-Directory.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-DynamicLinker-Module.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-DynamicLinker-Prim.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-DynamicLinker.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-Env.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-Error.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-Files.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-IO.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-Process-Internals.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-Process.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-Resource.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-Semaphore.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-SharedMem.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-Signals-Exts.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-Signals.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-Temp.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-Terminal.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-Time.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-Unistd.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix-User.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/mini_System-Posix.html
-share/doc/ghc/html/libraries/unix-2.4.1.0/minus.gif
-share/doc/ghc/html/libraries/unix-2.4.1.0/ocean.css
-share/doc/ghc/html/libraries/unix-2.4.1.0/plus.gif
-share/doc/ghc/html/libraries/unix-2.4.1.0/synopsis.png
-share/doc/ghc/html/libraries/unix-2.4.1.0/unix.haddock
+share/doc/ghc/html/libraries/time-1.2.0.3/time.txt
+share/doc/ghc/html/libraries/unix-2.4.2.0/LICENSE
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-Directory.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-DynamicLinker-Module.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-DynamicLinker-Prim.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-DynamicLinker.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-Env.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-Error.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-Files.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-IO.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-Process-Internals.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-Process.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-Resource.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-Semaphore.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-SharedMem.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-Signals-Exts.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-Signals.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-Temp.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-Terminal.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-Time.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-Unistd.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix-User.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/System-Posix.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-A.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-All.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-B.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-C.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-D.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-E.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-F.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-G.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-H.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-I.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-J.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-K.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-L.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-M.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-N.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-O.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-P.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-Q.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-R.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-S.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-T.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-U.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-V.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index-W.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/doc-index.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/frames.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/haddock-util.js
+share/doc/ghc/html/libraries/unix-2.4.2.0/hslogo-16.png
+share/doc/ghc/html/libraries/unix-2.4.2.0/index-frames.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/index.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-Directory.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-DynamicLinker-Module.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-DynamicLinker-Prim.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-DynamicLinker.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-Env.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-Error.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-Files.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-IO.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-Process-Internals.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-Process.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-Resource.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-Semaphore.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-SharedMem.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-Signals-Exts.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-Signals.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-Temp.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-Terminal.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-Time.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-Unistd.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix-User.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/mini_System-Posix.html
+share/doc/ghc/html/libraries/unix-2.4.2.0/minus.gif
+share/doc/ghc/html/libraries/unix-2.4.2.0/ocean.css
+share/doc/ghc/html/libraries/unix-2.4.2.0/plus.gif
+share/doc/ghc/html/libraries/unix-2.4.2.0/synopsis.png
+share/doc/ghc/html/libraries/unix-2.4.2.0/unix.haddock
+share/doc/ghc/html/libraries/unix-2.4.2.0/unix.txt
 share/doc/ghc/html/users_guide/License.html
 share/doc/ghc/html/users_guide/arrow-notation.html
 share/doc/ghc/html/users_guide/assertions.html
 share/doc/ghc/html/users_guide/License.html
 share/doc/ghc/html/users_guide/arrow-notation.html
 share/doc/ghc/html/users_guide/assertions.html
@@ -4869,6 +4926,8 @@ share/doc/ghc/html/users_guide/prof-time-options.html
 share/doc/ghc/html/users_guide/prof_scc.png
 share/doc/ghc/html/users_guide/profiling.html
 share/doc/ghc/html/users_guide/release-7-0-1.html
 share/doc/ghc/html/users_guide/prof_scc.png
 share/doc/ghc/html/users_guide/profiling.html
 share/doc/ghc/html/users_guide/release-7-0-1.html
+share/doc/ghc/html/users_guide/release-7-0-2.html
+share/doc/ghc/html/users_guide/release-7-0-3.html
 share/doc/ghc/html/users_guide/rewrite-rules.html
 share/doc/ghc/html/users_guide/runghc.html
 share/doc/ghc/html/users_guide/runtime-control.html
 share/doc/ghc/html/users_guide/rewrite-rules.html
 share/doc/ghc/html/users_guide/runghc.html
 share/doc/ghc/html/users_guide/runtime-control.html
index 6790a0157bb78c3041c4d608389a1cc5d11121c8..9814f0792c998c3168d8f4802011fd598203ddee 100644 (file)
--- a/distinfo
+++ b/distinfo
@@ -1,20 +1,13 @@
 $NetBSD: distinfo,v 1.22 2008/07/07 14:58:00 kristerw Exp $
 
 $NetBSD: distinfo,v 1.22 2008/07/07 14:58:00 kristerw Exp $
 
-SHA1 (ghc-7.0.1-boot-i386-unknown-freebsd.tar.bz2) = d5ec301b5eb936ed36512e40463ed04065d0cfb1
-RMD160 (ghc-7.0.1-boot-i386-unknown-freebsd.tar.bz2) = c051fb72784448910a4999888f386f3a04919c4d
-Size (ghc-7.0.1-boot-i386-unknown-freebsd.tar.bz2) = 21709020 bytes
-SHA1 (ghc-7.0.1-boot-i386-unknown-netbsd.tar.bz2) = aa7d32a1a0ed8b65dd8344205d4e86f5aa62c35d
-RMD160 (ghc-7.0.1-boot-i386-unknown-netbsd.tar.bz2) = c19ce6ff203a0fe119b87ac4faa715dc7a3fcf57
-Size (ghc-7.0.1-boot-i386-unknown-netbsd.tar.bz2) = 21706214 bytes
-SHA1 (ghc-7.0.1-boot-powerpc-apple-darwin.tar.bz2) = 48ef53eeac7c7b3dacf942602cf533f8209dd0b4
-RMD160 (ghc-7.0.1-boot-powerpc-apple-darwin.tar.bz2) = 1e0f77678677ba27a5549bddcc88458ab746d3b3
-Size (ghc-7.0.1-boot-powerpc-apple-darwin.tar.bz2) = 21831376 bytes
-SHA1 (ghc-7.0.1-src.tar.bz2) = fdd71deaa4e9a14ac71dfc9ab355947547529a5c
-RMD160 (ghc-7.0.1-src.tar.bz2) = 433cd3878e14831bc0e8472bf616a47538df7689
-Size (ghc-7.0.1-src.tar.bz2) = 23701770 bytes
-SHA1 (patch-aa) = a79c842bd5b7c22596d5a1067fb0fb506d461500
-SHA1 (patch-ab) = cb46e6599a512a1f9a1311cebc15865d123a961f
-SHA1 (patch-ac) = d3bd1c6c8ac7d8271aa9584579353a5bed93a277
-SHA1 (patch-ah) = 1c9a8941856921b740da1e46d6942460b55033c5
-SHA1 (patch-aj) = 3fe647fd631baef37b0b5bcc9d06eef9afd08648
-SHA1 (patch-al) = b1b0a60597091bb5a9f26bfa0674cb10c1a3b857
+SHA1 (ghc-7.0.3-boot-powerpc-apple-darwin.tar.bz2) = 7bc52c4d444b688aa25625d355ee49ceb4a569ae
+RMD160 (ghc-7.0.3-boot-powerpc-apple-darwin.tar.bz2) = 82a98c65a286aeafaac5855a9fc4c934a753faea
+Size (ghc-7.0.3-boot-powerpc-apple-darwin.tar.bz2) = 21726984 bytes
+SHA1 (ghc-7.0.3-src.tar.bz2) = 222eed949413723b1f45218a908d5ee6930fda1b
+RMD160 (ghc-7.0.3-src.tar.bz2) = bdf9b358bc98524cc8d01d8e31b0197be47124e1
+Size (ghc-7.0.3-src.tar.bz2) = 24201117 bytes
+SHA1 (patch-aa) = 7bf8ef1cdefbb931fd21811a2a2f6fc46cc5a564
+SHA1 (patch-ah) = 39b0dc680399d88dd88bbdabe5a3cbfe04a8cd5e
+SHA1 (patch-aj) = 7055cdcf6df0b2ea16ba18824fdf804a4bc14938
+SHA1 (patch-configure) = 445b02ac6d9d280460306392722520b3416fba7c
+SHA1 (patch-rts_ghc.mk) = f20f543f06add384236d4be434c63a0bc42ebfa4
index 99bbc74402e71154f02f1800568995c32f09898b..d18c0739d453d8e2b0cde925fb025629057788a6 100644 (file)
@@ -1,6 +1,6 @@
 $NetBSD$
 
 $NetBSD$
 
---- libraries/integer-gmp/configure.orig       2010-11-12 18:10:51.000000000 +0000
+--- libraries/integer-gmp/configure.orig       2011-03-26 18:10:55.000000000 +0000
 +++ libraries/integer-gmp/configure
 @@ -3070,42 +3070,6 @@ fi
  fi
 +++ libraries/integer-gmp/configure
 @@ -3070,42 +3070,6 @@ fi
  fi
diff --git a/patches/patch-ab b/patches/patch-ab
deleted file mode 100644 (file)
index 864fccc..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD$
-
---- configure.orig     2010-11-12 18:10:41.000000000 +0000
-+++ configure
-@@ -6181,7 +6181,7 @@ fi
- if test -n "$DtraceCmd"; then
--  if test "x$TargetOS_CPP-$TargetVendor_CPP" == "xdarwin-apple"; then
-+  if test "x$TargetOS_CPP-$TargetVendor_CPP" = "xdarwin-apple"; then
-     HaveDtrace=YES
-   fi
- fi
-@@ -6507,6 +6507,7 @@ $as_echo "$as_me: WARNING: cannot find h
- fi
-+if test "$BootingFromHc" = "NO"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ghc-pkg matching $WithGhc" >&5
- $as_echo_n "checking for ghc-pkg matching $WithGhc... " >&6; }
- if test "${fp_cv_matching_ghc_pkg+set}" = set; then :
-@@ -6528,6 +6529,7 @@ fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $fp_cv_matching_ghc_pkg" >&5
- $as_echo "$fp_cv_matching_ghc_pkg" >&6; }
- GhcPkgCmd=$fp_cv_matching_ghc_pkg
-+fi
diff --git a/patches/patch-ac b/patches/patch-ac
deleted file mode 100644 (file)
index fd64225..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-$NetBSD$
-
---- rts/Linker.c.orig  2010-11-12 18:10:05.000000000 +0000
-+++ rts/Linker.c
-@@ -69,7 +69,15 @@
- #include <sys/wait.h>
- #endif
--#if defined(linux_HOST_OS) || defined(freebsd_HOST_OS) || defined(dragonfly_HOST_OS) || defined(netbsd_HOST_OS) || defined(openbsd_HOST_OS) || defined(darwin_HOST_OS)
-+#if defined(linux_HOST_OS    ) || defined(freebsd_HOST_OS) || \
-+    defined(dragonfly_HOST_OS) || defined(netbsd_HOST_OS ) || \
-+    defined(openbsd_HOST_OS  ) || \
-+    ( defined(darwin_HOST_OS ) && !defined(powerpc_HOST_ARCH) )
-+/* Don't use mmap on powerpc-apple-darwin as mmap doesn't support
-+ * reallocating but we need to allocate jump islands just after each
-+ * object images. Otherwise relative branches to jump islands can fail
-+ * due to 24-bits displacement overflow.
-+ */
- #define USE_MMAP
- #include <fcntl.h>
- #include <sys/mman.h>
-@@ -1684,6 +1692,9 @@ loadArchive( char *path )
-    size_t fileSize;
-    int isObject;
-    char tmp[12];
-+#if !defined(USE_MMAP) && defined(darwin_HOST_OS)
-+   int misalignment;
-+#endif
-    IF_DEBUG(linker, debugBelch("loadArchive `%s'\n", path));
-@@ -1763,6 +1774,7 @@ loadArchive( char *path )
-        if (isObject) {
-            char *archiveMemberName;
-+#if defined(USE_MMAP)
-            /* We can't mmap from the archive directly, as object
-               files need to be 8-byte aligned but files in .ar
-               archives are 2-byte aligned, and if we malloc the
-@@ -1770,9 +1782,17 @@ loadArchive( char *path )
-               mmap some anonymous memory and use that. We could
-               do better here. */
-            image = mmapForLinker(imageSize, MAP_ANONYMOUS, -1);
-+#elif defined(darwin_HOST_OS)
-+           // See loadObj()
-+           misalignment = machoGetMisalignment(f);
-+           image = stgMallocBytes(imageSize + misalignment, "loadArchive(file)");
-+           image += misalignment;
-+#else
-+           image = stgMallocBytes(imageSize, "loadArchive(file)");
-+#endif
-            n = fread ( image, 1, imageSize, f );
-            if (n != imageSize)
--               barf("loadObj: error whilst reading `%s'", path);
-+               barf("loadArchive: error whilst reading `%s'", path);
-            archiveMemberName = stgMallocBytes(strlen(path) + fileNameSize + 3, "loadArchive(file)");
-            sprintf(archiveMemberName, "%s(%.*s)", path, (int)fileNameSize, file);
-@@ -1780,7 +1800,7 @@ loadArchive( char *path )
-            oc = mkOc(path, image, imageSize, archiveMemberName
- #ifndef USE_MMAP
- #ifdef darwin_HOST_OS
--                    , 0
-+                    , misalignment
- #endif
- #endif
-                     );
-@@ -1841,7 +1861,11 @@ loadObj( char *path )
-    int fd;
- #else
-    FILE *f;
-+#  if defined(darwin_HOST_OS)
-+   int misalignment;
-+#  endif
- #endif
-+
-    IF_DEBUG(linker, debugBelch("loadObj %s\n", path));
-    initLinker();
-@@ -1914,12 +1938,12 @@ loadObj( char *path )
-     // We calculate the correct alignment from the header before
-     // reading the file, and then we misalign image on purpose so
-     // that the actual sections end up aligned again.
--   misalignment = machoGetMisalignment(f);
--   image = stgMallocBytes(fileSize + misalignment, "loadObj(image)");
--   image += misalignment;
--#  else
--   image = stgMallocBytes(fileSize, "loadObj(image)");
--#  endif
-+    misalignment = machoGetMisalignment(f);
-+    image = stgMallocBytes(fileSize + misalignment, "loadObj(image)");
-+    image += misalignment;
-+#   else
-+    image = stgMallocBytes(fileSize, "loadObj(image)");
-+#   endif
-    {
-        int n;
-@@ -2203,6 +2227,12 @@ static int ocAllocateSymbolExtras( Objec
-      */
-     if( m > n ) // we need to allocate more pages
-     {
-+#if !defined(x86_64_HOST_ARCH)
-+        errorBelch("%s: WARNING: Allocating jump islands separately from "
-+                   "the object image itself. This may interfere with "
-+                   "relative branches to them.",
-+                   OC_INFORMATIVE_FILENAME(oc));
-+#endif
-         oc->symbol_extras = mmapForLinker(sizeof(SymbolExtra) * count, 
-                                           MAP_ANONYMOUS, -1);
-     }
-@@ -5211,20 +5241,23 @@ static int machoGetMisalignment( FILE * 
-     struct mach_header header;
-     int misalignment;
-     
--    fread(&header, sizeof(header), 1, f);
--    rewind(f);
-+    {
-+        int n = fread(&header, sizeof(header), 1, f);
-+        if (n != 1) {
-+            barf("machoGetMisalignment: can't read the Mach-O header");
-+        }
-+    }
-+    fseek(f, -sizeof(header), SEEK_CUR);
- #if x86_64_HOST_ARCH || powerpc64_HOST_ARCH
-     if(header.magic != MH_MAGIC_64) {
--        errorBelch("Bad magic. Expected: %08x, got: %08x.\n",
--                   MH_MAGIC_64, header->magic);
--        return 0;
-+        barf("Bad magic. Expected: %08x, got: %08x.",
-+             MH_MAGIC_64, header.magic);
-     }
- #else
-     if(header.magic != MH_MAGIC) {
--        errorBelch("Bad magic. Expected: %08x, got: %08x.\n",
--                   MH_MAGIC, header->magic);
--        return 0;
-+        barf("Bad magic. Expected: %08x, got: %08x.",
-+             MH_MAGIC, header.magic);
-     }
- #endif
index 7034d3d60e45d5a6ce7ae1e66beb30a4c58acf59..d5ddfe4da0f6a13a54e3a3194a6dbac2228b07cf 100644 (file)
@@ -1,6 +1,6 @@
 $NetBSD$
 
 $NetBSD$
 
---- libraries/terminfo/configure.orig  2010-11-12 18:10:58.000000000 +0000
+--- libraries/terminfo/configure.orig  2011-03-26 18:11:01.000000000 +0000
 +++ libraries/terminfo/configure
 @@ -3254,7 +3254,7 @@ $as_echo "$as_me: error: in \`$ac_pwd':"
  as_fn_error "curses headers could not be found, so this package cannot be built
 +++ libraries/terminfo/configure
 @@ -3254,7 +3254,7 @@ $as_echo "$as_me: error: in \`$ac_pwd':"
  as_fn_error "curses headers could not be found, so this package cannot be built
index be0c14824ed24c297f6af24423d307b2084c63e5..5e045dbc76b201bbaf31dc48559b15985b5a4587 100644 (file)
@@ -1,6 +1,6 @@
 $NetBSD$
 
 $NetBSD$
 
---- rules/hs-suffix-rules-srcdir.mk.orig       2010-11-23 10:12:17.000000000 +0000
+--- rules/hs-suffix-rules-srcdir.mk.orig       2011-03-26 18:10:07.000000000 +0000
 +++ rules/hs-suffix-rules-srcdir.mk
 @@ -55,6 +55,9 @@ $1/$2/build/%.$$($3_osuf) : $1/$4/%.hc i
  $1/$2/build/%.$$($3_osuf) : $1/$2/build/%.hc includes/ghcautoconf.h includes/ghcplatform.h
 +++ rules/hs-suffix-rules-srcdir.mk
 @@ -55,6 +55,9 @@ $1/$2/build/%.$$($3_osuf) : $1/$4/%.hc i
  $1/$2/build/%.$$($3_osuf) : $1/$2/build/%.hc includes/ghcautoconf.h includes/ghcplatform.h
diff --git a/patches/patch-al b/patches/patch-al
deleted file mode 100644 (file)
index ef8689b..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD$
-
---- rts/ghc.mk.orig    2010-11-12 18:10:06.000000000 +0000
-+++ rts/ghc.mk
-@@ -425,12 +425,14 @@ rts_dist_MKDEPENDC_OPTS += -DPROFILING -
- ifeq "$(HaveDtrace)" "YES"
- rts_dist_MKDEPENDC_OPTS += -Irts/dist/build
-+rts_CC_OPTS += -Irts/dist/build
- endif
- $(eval $(call build-dependencies,rts,dist,1))
- $(rts_dist_depfile_c_asm) : libffi/dist-install/build/ffi.h $(DTRACEPROBES_H)
-+rts/dist/build/Capability.o : $(DTRACEPROBES_H)
- #-----------------------------------------------------------------------------
- # libffi stuff
-@@ -450,7 +452,7 @@ rts_HC_OPTS                += -DDTRACE
- DTRACEPROBES_SRC = rts/RtsProbes.d
- $(DTRACEPROBES_H): $(DTRACEPROBES_SRC) includes/ghcplatform.h | $(dir $@)/.
--      "$(DTRACE)" $(filter -I%,$(rts_CC_OPTS)) -C -h -o $@ -s $<
-+      env PATH=/usr/bin "$(DTRACE)" $(filter -I%,$(rts_CC_OPTS)) -C -h -o $@ -s $<
- endif
diff --git a/patches/patch-configure b/patches/patch-configure
new file mode 100644 (file)
index 0000000..c30ee25
--- /dev/null
@@ -0,0 +1,68 @@
+$NetBSD$
+
+HC bootstrapping has bitrotted further. The original ./configure tries
+to use stage-0 GHC even when --enable-hc-boot is given.
+
+
+--- configure.orig     2011-03-26 18:10:47.000000000 +0000
++++ configure
+@@ -3626,6 +3626,8 @@ checkArch "$TargetArch"
+ checkVendor "$TargetVendor"
+ checkOS "$TargetOS"
++if test "${WithGhc}" != ""
++then
+ # Verify that the installed (bootstrap) GHC is capable of generating
+ # code for the requested build platform.
+ if test "$build" != "$bootstrap_target"
+@@ -3635,7 +3637,7 @@ then
+     echo "   Desired build platform : $BuildPlatform"
+     exit 1
+ fi
+-
++fi
+@@ -3757,6 +3759,8 @@ fi
+ # This uses GHC, so put it after the "GHC is required" check above:
++if ! test -x "utils/ghc-pwd/dist-boot/ghc-pwd"
++then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Building in-tree ghc-pwd" >&5
+ $as_echo "$as_me: Building in-tree ghc-pwd" >&6;}
+                 rm -rf utils/ghc-pwd/dist-boot
+@@ -3765,6 +3769,7 @@ $as_echo "$as_me: Building in-tree ghc-p
+     then
+         as_fn_error "Building ghc-pwd failed" "$LINENO" 5
+     fi
++fi
+     GHC_PWD=utils/ghc-pwd/dist-boot/ghc-pwd
+@@ -6255,7 +6260,7 @@ fi
+ if test -n "$DtraceCmd"; then
+-  if test "x$TargetOS_CPP-$TargetVendor_CPP" == "xdarwin-apple" -o "x$TargetOS_CPP-$TargetVendor_CPP" == "xsolaris2-unknown"; then
++  if test "x$TargetOS_CPP-$TargetVendor_CPP" = "xdarwin-apple" -o "x$TargetOS_CPP-$TargetVendor_CPP" = "xsolaris2-unknown"; then
+     HaveDtrace=YES
+   fi
+ fi
+@@ -6581,6 +6586,7 @@ $as_echo "$as_me: WARNING: cannot find h
+ fi
++if test "$BootingFromHc" = "NO"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ghc-pkg matching $WithGhc" >&5
+ $as_echo_n "checking for ghc-pkg matching $WithGhc... " >&6; }
+ if test "${fp_cv_matching_ghc_pkg+set}" = set; then :
+@@ -6602,6 +6608,7 @@ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $fp_cv_matching_ghc_pkg" >&5
+ $as_echo "$fp_cv_matching_ghc_pkg" >&6; }
+ GhcPkgCmd=$fp_cv_matching_ghc_pkg
++fi
diff --git a/patches/patch-rts_ghc.mk b/patches/patch-rts_ghc.mk
new file mode 100644 (file)
index 0000000..bb7d3b2
--- /dev/null
@@ -0,0 +1,38 @@
+$NetBSD$
+
+The first section:
+  HC bootstrapping has bitrotted further. We need to build RtsProbes.h
+  before compiling Capability.hc but rts/ghc.mk doesn't have such
+  rule.
+
+The second section:
+  This is pkgsrc specific. /usr/sbin/dtrace gets confused when we have
+  ghc wrappers in the PATH so we have to hide them.
+
+
+--- rts/ghc.mk.orig    2011-03-26 18:10:07.000000000 +0000
++++ rts/ghc.mk
+@@ -452,12 +452,14 @@ rts_dist_MKDEPENDC_OPTS += -DPROFILING -
+ ifeq "$(USE_DTRACE)" "YES"
+ rts_dist_MKDEPENDC_OPTS += -Irts/dist/build
++rts_CC_OPTS += -Irts/dist/build
+ endif
+ $(eval $(call build-dependencies,rts,dist,1))
+ $(rts_dist_depfile_c_asm) : libffi/dist-install/build/ffi.h $(DTRACEPROBES_H)
++rts/dist/build/Capability.o : $(DTRACEPROBES_H)
+ #-----------------------------------------------------------------------------
+ # libffi stuff
+@@ -489,7 +491,7 @@ endif
+ DTRACEPROBES_SRC = rts/RtsProbes.d
+ $(DTRACEPROBES_H): $(DTRACEPROBES_SRC) includes/ghcplatform.h | $$(dir $$@)/.
+-      "$(DTRACE)" $(filter -I%,$(rts_CC_OPTS)) -C $(DTRACE_FLAGS) -h -o $@ -s $<
++      env PATH=/usr/bin "$(DTRACE)" $(filter -I%,$(rts_CC_OPTS)) -C $(DTRACE_FLAGS) -h -o $@ -s $<
+ endif
+ # -----------------------------------------------------------------------------