From 8f74aa5ba1400cc8f2dac567fef45b1916929b3b Mon Sep 17 00:00:00 2001 From: PHO Date: Sun, 2 May 2010 21:06:47 +0900 Subject: [PATCH] powerpc-apple-darwin --- Makefile | 22 +- PLIST.Darwin-powerpc | 2465 +++++++++++++++++++++--------------------- distinfo | 21 +- patches/patch-aa | 15 - patches/patch-ab | 13 - patches/patch-ak | 10 - 6 files changed, 1235 insertions(+), 1311 deletions(-) delete mode 100644 patches/patch-aa delete mode 100644 patches/patch-ab delete mode 100644 patches/patch-ak diff --git a/Makefile b/Makefile index a2aec8c..54cad06 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # $NetBSD: Makefile,v 1.42 2008/07/07 14:58:00 kristerw Exp $ DISTNAME= ghc-${VERSION} -VERSION= 6.12.1 +VERSION= 6.12.2 CATEGORIES= lang MASTER_SITES= http://www.haskell.org/ghc/dist/${VERSION}/ MAINTAINER= kristerw@NetBSD.org @@ -10,7 +10,8 @@ COMMENT= Compiler for the functional language Haskell LICENSE= modified-bsd DISTFILES= ${DISTNAME}-src.tar.bz2 \ - ${DISTNAME}-boot-i386-unknown-netbsd.tar.bz2 \ + ${DISTNAME}-boot-powerpc-apple-darwin.tar.bz2 +# ${DISTNAME}-boot-i386-unknown-netbsd.tar.bz2 \ ${DISTNAME}-boot-i386-unknown-freebsd.tar.bz2 \ ${DISTNAME}-boot-powerpc-apple-darwin.tar.bz2 @@ -121,20 +122,19 @@ pre-configure: ${CP} inplace/bin/ghc-stage2 ${BUILDLINK_DIR}/bin/ghc && \ ${CP} inplace/bin/ghc-pkg ${BUILDLINK_DIR}/bin/ghc-pkg -# We need to tell the libraries/integer-gmp/configure that libgmp is -# in a non-standard path. Without that, the resulting GHC tries to -# link programs by executing ld(1) without passing it -L${PREFIX}/lib. do-configure: ${RUN} cd ${WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS} +# We need to tell the libraries/integer-gmp/configure that libgmp is +# in a non-standard path. Without that, the resulting GHC tries to +# link programs by executing ld(1) without passing it -L${PREFIX}/lib. ${RUN} ${ECHO} "libraries/integer-gmp_CONFIGURE_OPTS += \ --configure-option=--with-gmp-includes=${PREFIX}/include \ --configure-option=--with-gmp-libraries=${PREFIX}/lib" > ${WRKSRC}/mk/build.mk +# The ncurses is also in a non-standard path. ${RUN} ${ECHO} "libraries/terminfo_CONFIGURE_OPTS += \ --configure-option=--with-curses-includes=${PREFIX}/include \ --configure-option=--with-curses-libraries=${PREFIX}/lib" >> ${WRKSRC}/mk/build.mk - -pre-build: # The ghc compiler does normally split the generated C files into small # parts before sending them to gcc, to enable the linker to eliminate # unused parts. This does however not play nice with the pkgsrc @@ -147,6 +147,14 @@ pre-build: # If we don't explicitly disable HsColour, PLIST gets changed # depending on whether we have installed it or not. ${RUN} ${ECHO} "HSCOLOUR_SRCS = NO" >> ${WRKSRC}/mk/build.mk +# To avoid powerpc crash... +# See http://hackage.haskell.org/trac/ghc/ticket/4034 +.if ${MACHINE_ARCH} == "powerpc" && ${OPSYS} == "Darwin" + ${RUN} ${ECHO} "GhcRtsHcOpts = -optc-O0 -optc-g" >> ${WRKSRC}/mk/build.mk + ${RUN} ${ECHO} "GhcRtsCcOpts = -O0 -g" >> ${WRKSRC}/mk/build.mk +.endif + +pre-build: # We have to sacrifice the GHCi library for GHC itself to work around # for powerpc ld bug. See # http://hackage.haskell.org/trac/ghc/ticket/3260 diff --git a/PLIST.Darwin-powerpc b/PLIST.Darwin-powerpc index 20b6219..5292f48 100644 --- a/PLIST.Darwin-powerpc +++ b/PLIST.Darwin-powerpc @@ -11,125 +11,125 @@ bin/hpc bin/hsc2hs bin/runghc bin/runhaskell -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Compat/CopyFile.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Compat/CopyFile.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Compat/Exception.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Compat/Exception.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Compat/ReadP.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Compat/ReadP.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Compat/TempFile.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Compat/TempFile.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Compiler.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Compiler.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/GetOpt.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/GetOpt.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/InstalledPackageInfo.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/InstalledPackageInfo.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/License.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/License.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Make.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Make.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/ModuleName.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/ModuleName.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Package.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Package.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/PackageDescription.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/PackageDescription.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/PackageDescription/Check.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/PackageDescription/Check.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/PackageDescription/Configuration.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/PackageDescription/Configuration.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/PackageDescription/Parse.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/PackageDescription/Parse.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/ParseUtils.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/ParseUtils.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/ReadE.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/ReadE.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Build.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Build.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Build/Macros.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Build/Macros.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Build/PathsModule.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Build/PathsModule.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/BuildPaths.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/BuildPaths.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Command.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Command.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Compiler.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Compiler.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Configure.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Configure.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/GHC.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/GHC.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/GHC/IPI641.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/GHC/IPI641.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/GHC/IPI642.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/GHC/IPI642.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Haddock.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Haddock.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Hugs.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Hugs.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Install.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Install.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/InstallDirs.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/InstallDirs.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/JHC.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/JHC.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/LHC.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/LHC.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/LocalBuildInfo.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/LocalBuildInfo.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/NHC.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/NHC.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/PackageIndex.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/PackageIndex.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/PreProcess.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/PreProcess.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/PreProcess/Unlit.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/PreProcess/Unlit.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program/Ar.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program/Ar.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program/Builtin.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program/Builtin.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program/Db.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program/Db.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program/HcPkg.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program/HcPkg.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program/Ld.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program/Ld.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program/Run.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program/Run.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program/Script.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program/Script.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program/Types.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Program/Types.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Register.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Register.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Setup.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Setup.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/SrcDist.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/SrcDist.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/UserHooks.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/UserHooks.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Utils.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Simple/Utils.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/System.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/System.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Text.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Text.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Verbosity.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Verbosity.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Version.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Distribution/Version.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/HSCabal-1.8.0.2.o -lib/${PKGNAME}/Cabal-1.8.0.2/Language/Haskell/Extension.hi -lib/${PKGNAME}/Cabal-1.8.0.2/Language/Haskell/Extension.p_hi -lib/${PKGNAME}/Cabal-1.8.0.2/libHSCabal-1.8.0.2.a -lib/${PKGNAME}/Cabal-1.8.0.2/libHSCabal-1.8.0.2_p.a +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Compat/CopyFile.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Compat/CopyFile.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Compat/Exception.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Compat/Exception.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Compat/ReadP.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Compat/ReadP.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Compat/TempFile.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Compat/TempFile.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Compiler.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Compiler.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/GetOpt.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/GetOpt.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/InstalledPackageInfo.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/InstalledPackageInfo.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/License.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/License.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Make.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Make.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/ModuleName.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/ModuleName.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Package.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Package.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/PackageDescription.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/PackageDescription.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/PackageDescription/Check.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/PackageDescription/Check.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/PackageDescription/Configuration.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/PackageDescription/Configuration.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/PackageDescription/Parse.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/PackageDescription/Parse.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/ParseUtils.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/ParseUtils.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/ReadE.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/ReadE.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Build.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Build.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Build/Macros.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Build/Macros.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Build/PathsModule.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Build/PathsModule.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/BuildPaths.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/BuildPaths.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Command.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Command.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Compiler.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Compiler.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Configure.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Configure.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/GHC.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/GHC.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/GHC/IPI641.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/GHC/IPI641.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/GHC/IPI642.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/GHC/IPI642.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Haddock.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Haddock.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Hugs.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Hugs.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Install.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Install.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/InstallDirs.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/InstallDirs.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/JHC.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/JHC.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/LHC.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/LHC.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/LocalBuildInfo.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/LocalBuildInfo.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/NHC.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/NHC.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/PackageIndex.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/PackageIndex.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/PreProcess.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/PreProcess.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/PreProcess/Unlit.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/PreProcess/Unlit.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program/Ar.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program/Ar.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program/Builtin.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program/Builtin.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program/Db.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program/Db.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program/HcPkg.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program/HcPkg.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program/Ld.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program/Ld.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program/Run.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program/Run.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program/Script.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program/Script.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program/Types.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Program/Types.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Register.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Register.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Setup.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Setup.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/SrcDist.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/SrcDist.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/UserHooks.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/UserHooks.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Utils.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Simple/Utils.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/System.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/System.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Text.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Text.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Verbosity.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Verbosity.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Version.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Distribution/Version.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/HSCabal-1.8.0.4.o +lib/${PKGNAME}/Cabal-1.8.0.4/Language/Haskell/Extension.hi +lib/${PKGNAME}/Cabal-1.8.0.4/Language/Haskell/Extension.p_hi +lib/${PKGNAME}/Cabal-1.8.0.4/libHSCabal-1.8.0.4.a +lib/${PKGNAME}/Cabal-1.8.0.4/libHSCabal-1.8.0.4_p.a lib/${PKGNAME}/HSffi.o lib/${PKGNAME}/array-0.3.0.0/Data/Array.hi lib/${PKGNAME}/array-0.3.0.0/Data/Array.p_hi @@ -407,331 +407,331 @@ lib/${PKGNAME}/base-3.0.3.2/Unsafe/Coerce.hi lib/${PKGNAME}/base-3.0.3.2/Unsafe/Coerce.p_hi lib/${PKGNAME}/base-3.0.3.2/libHSbase-3.0.3.2.a lib/${PKGNAME}/base-3.0.3.2/libHSbase-3.0.3.2_p.a -lib/${PKGNAME}/base-4.2.0.0/Control/Applicative.hi -lib/${PKGNAME}/base-4.2.0.0/Control/Applicative.p_hi -lib/${PKGNAME}/base-4.2.0.0/Control/Arrow.hi -lib/${PKGNAME}/base-4.2.0.0/Control/Arrow.p_hi -lib/${PKGNAME}/base-4.2.0.0/Control/Category.hi -lib/${PKGNAME}/base-4.2.0.0/Control/Category.p_hi -lib/${PKGNAME}/base-4.2.0.0/Control/Concurrent.hi -lib/${PKGNAME}/base-4.2.0.0/Control/Concurrent.p_hi -lib/${PKGNAME}/base-4.2.0.0/Control/Concurrent/Chan.hi -lib/${PKGNAME}/base-4.2.0.0/Control/Concurrent/Chan.p_hi -lib/${PKGNAME}/base-4.2.0.0/Control/Concurrent/MVar.hi -lib/${PKGNAME}/base-4.2.0.0/Control/Concurrent/MVar.p_hi -lib/${PKGNAME}/base-4.2.0.0/Control/Concurrent/QSem.hi -lib/${PKGNAME}/base-4.2.0.0/Control/Concurrent/QSem.p_hi -lib/${PKGNAME}/base-4.2.0.0/Control/Concurrent/QSemN.hi -lib/${PKGNAME}/base-4.2.0.0/Control/Concurrent/QSemN.p_hi -lib/${PKGNAME}/base-4.2.0.0/Control/Concurrent/SampleVar.hi -lib/${PKGNAME}/base-4.2.0.0/Control/Concurrent/SampleVar.p_hi -lib/${PKGNAME}/base-4.2.0.0/Control/Exception.hi -lib/${PKGNAME}/base-4.2.0.0/Control/Exception.p_hi -lib/${PKGNAME}/base-4.2.0.0/Control/Exception/Base.hi -lib/${PKGNAME}/base-4.2.0.0/Control/Exception/Base.p_hi -lib/${PKGNAME}/base-4.2.0.0/Control/Monad.hi -lib/${PKGNAME}/base-4.2.0.0/Control/Monad.p_hi -lib/${PKGNAME}/base-4.2.0.0/Control/Monad/Fix.hi -lib/${PKGNAME}/base-4.2.0.0/Control/Monad/Fix.p_hi -lib/${PKGNAME}/base-4.2.0.0/Control/Monad/Instances.hi -lib/${PKGNAME}/base-4.2.0.0/Control/Monad/Instances.p_hi -lib/${PKGNAME}/base-4.2.0.0/Control/Monad/ST.hi -lib/${PKGNAME}/base-4.2.0.0/Control/Monad/ST.p_hi -lib/${PKGNAME}/base-4.2.0.0/Control/Monad/ST/Lazy.hi -lib/${PKGNAME}/base-4.2.0.0/Control/Monad/ST/Lazy.p_hi -lib/${PKGNAME}/base-4.2.0.0/Control/Monad/ST/Strict.hi -lib/${PKGNAME}/base-4.2.0.0/Control/Monad/ST/Strict.p_hi -lib/${PKGNAME}/base-4.2.0.0/Control/OldException.hi -lib/${PKGNAME}/base-4.2.0.0/Control/OldException.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Bits.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Bits.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Bool.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Bool.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Char.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Char.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Complex.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Complex.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Data.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Data.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Dynamic.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Dynamic.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Either.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Either.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Eq.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Eq.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Fixed.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Fixed.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Foldable.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Foldable.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Function.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Function.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Functor.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Functor.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/HashTable.hi -lib/${PKGNAME}/base-4.2.0.0/Data/HashTable.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/IORef.hi -lib/${PKGNAME}/base-4.2.0.0/Data/IORef.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Int.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Int.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Ix.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Ix.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/List.hi -lib/${PKGNAME}/base-4.2.0.0/Data/List.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Maybe.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Maybe.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Monoid.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Monoid.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Ord.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Ord.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Ratio.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Ratio.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/STRef.hi -lib/${PKGNAME}/base-4.2.0.0/Data/STRef.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/STRef/Lazy.hi -lib/${PKGNAME}/base-4.2.0.0/Data/STRef/Lazy.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/STRef/Strict.hi -lib/${PKGNAME}/base-4.2.0.0/Data/STRef/Strict.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/String.hi -lib/${PKGNAME}/base-4.2.0.0/Data/String.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Traversable.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Traversable.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Tuple.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Tuple.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Typeable.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Typeable.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Unique.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Unique.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Version.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Version.p_hi -lib/${PKGNAME}/base-4.2.0.0/Data/Word.hi -lib/${PKGNAME}/base-4.2.0.0/Data/Word.p_hi -lib/${PKGNAME}/base-4.2.0.0/Debug/Trace.hi -lib/${PKGNAME}/base-4.2.0.0/Debug/Trace.p_hi -lib/${PKGNAME}/base-4.2.0.0/Foreign.hi -lib/${PKGNAME}/base-4.2.0.0/Foreign.p_hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/C.hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/C.p_hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/C/Error.hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/C/Error.p_hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/C/String.hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/C/String.p_hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/C/Types.hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/C/Types.p_hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Concurrent.hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Concurrent.p_hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/ForeignPtr.hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/ForeignPtr.p_hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Marshal.hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Marshal.p_hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Marshal/Alloc.hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Marshal/Alloc.p_hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Marshal/Array.hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Marshal/Array.p_hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Marshal/Error.hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Marshal/Error.p_hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Marshal/Pool.hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Marshal/Pool.p_hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Marshal/Utils.hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Marshal/Utils.p_hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Ptr.hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Ptr.p_hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/StablePtr.hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/StablePtr.p_hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Storable.hi -lib/${PKGNAME}/base-4.2.0.0/Foreign/Storable.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Arr.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Arr.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Base.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Base.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Classes.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Classes.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Conc.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Conc.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/ConsoleHandler.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/ConsoleHandler.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Constants.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Constants.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Desugar.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Desugar.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Enum.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Enum.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Environment.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Environment.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Err.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Err.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Exception.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Exception.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Exts.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Exts.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Float.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Float.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/ForeignPtr.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/ForeignPtr.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Handle.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Handle.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Buffer.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Buffer.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/BufferedIO.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/BufferedIO.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Device.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Device.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Encoding.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Encoding.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Encoding/CodePage.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Encoding/CodePage.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Encoding/Iconv.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Encoding/Iconv.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Encoding/Latin1.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Encoding/Latin1.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Encoding/Types.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Encoding/Types.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Encoding/UTF16.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Encoding/UTF16.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Encoding/UTF32.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Encoding/UTF32.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Encoding/UTF8.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Encoding/UTF8.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Exception.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Exception.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/FD.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/FD.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Handle.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Handle.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Handle/FD.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Handle/FD.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Handle/Internals.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Handle/Internals.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Handle/Text.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Handle/Text.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Handle/Types.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/Handle/Types.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/IOMode.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IO/IOMode.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IOArray.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IOArray.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IOBase.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IOBase.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IORef.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/IORef.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Int.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Int.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/List.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/List.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/MVar.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/MVar.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Num.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Num.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/PArr.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/PArr.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Pack.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Pack.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Ptr.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Ptr.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Read.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Read.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Real.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Real.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/ST.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/ST.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/STRef.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/STRef.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Show.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Show.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Stable.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Stable.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Storable.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Storable.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/TopHandler.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/TopHandler.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Unicode.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Unicode.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Weak.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Weak.p_hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Word.hi -lib/${PKGNAME}/base-4.2.0.0/GHC/Word.p_hi -lib/${PKGNAME}/base-4.2.0.0/HSbase-4.2.0.0.o -lib/${PKGNAME}/base-4.2.0.0/Numeric.hi -lib/${PKGNAME}/base-4.2.0.0/Numeric.p_hi -lib/${PKGNAME}/base-4.2.0.0/Prelude.hi -lib/${PKGNAME}/base-4.2.0.0/Prelude.p_hi -lib/${PKGNAME}/base-4.2.0.0/System/CPUTime.hi -lib/${PKGNAME}/base-4.2.0.0/System/CPUTime.p_hi -lib/${PKGNAME}/base-4.2.0.0/System/Console/GetOpt.hi -lib/${PKGNAME}/base-4.2.0.0/System/Console/GetOpt.p_hi -lib/${PKGNAME}/base-4.2.0.0/System/Environment.hi -lib/${PKGNAME}/base-4.2.0.0/System/Environment.p_hi -lib/${PKGNAME}/base-4.2.0.0/System/Exit.hi -lib/${PKGNAME}/base-4.2.0.0/System/Exit.p_hi -lib/${PKGNAME}/base-4.2.0.0/System/IO.hi -lib/${PKGNAME}/base-4.2.0.0/System/IO.p_hi -lib/${PKGNAME}/base-4.2.0.0/System/IO/Error.hi -lib/${PKGNAME}/base-4.2.0.0/System/IO/Error.p_hi -lib/${PKGNAME}/base-4.2.0.0/System/IO/Unsafe.hi -lib/${PKGNAME}/base-4.2.0.0/System/IO/Unsafe.p_hi -lib/${PKGNAME}/base-4.2.0.0/System/Info.hi -lib/${PKGNAME}/base-4.2.0.0/System/Info.p_hi -lib/${PKGNAME}/base-4.2.0.0/System/Mem.hi -lib/${PKGNAME}/base-4.2.0.0/System/Mem.p_hi -lib/${PKGNAME}/base-4.2.0.0/System/Mem/StableName.hi -lib/${PKGNAME}/base-4.2.0.0/System/Mem/StableName.p_hi -lib/${PKGNAME}/base-4.2.0.0/System/Mem/Weak.hi -lib/${PKGNAME}/base-4.2.0.0/System/Mem/Weak.p_hi -lib/${PKGNAME}/base-4.2.0.0/System/Posix/Internals.hi -lib/${PKGNAME}/base-4.2.0.0/System/Posix/Internals.p_hi -lib/${PKGNAME}/base-4.2.0.0/System/Posix/Types.hi -lib/${PKGNAME}/base-4.2.0.0/System/Posix/Types.p_hi -lib/${PKGNAME}/base-4.2.0.0/System/Timeout.hi -lib/${PKGNAME}/base-4.2.0.0/System/Timeout.p_hi -lib/${PKGNAME}/base-4.2.0.0/Text/ParserCombinators/ReadP.hi -lib/${PKGNAME}/base-4.2.0.0/Text/ParserCombinators/ReadP.p_hi -lib/${PKGNAME}/base-4.2.0.0/Text/ParserCombinators/ReadPrec.hi -lib/${PKGNAME}/base-4.2.0.0/Text/ParserCombinators/ReadPrec.p_hi -lib/${PKGNAME}/base-4.2.0.0/Text/Printf.hi -lib/${PKGNAME}/base-4.2.0.0/Text/Printf.p_hi -lib/${PKGNAME}/base-4.2.0.0/Text/Read.hi -lib/${PKGNAME}/base-4.2.0.0/Text/Read.p_hi -lib/${PKGNAME}/base-4.2.0.0/Text/Read/Lex.hi -lib/${PKGNAME}/base-4.2.0.0/Text/Read/Lex.p_hi -lib/${PKGNAME}/base-4.2.0.0/Text/Show.hi -lib/${PKGNAME}/base-4.2.0.0/Text/Show.p_hi -lib/${PKGNAME}/base-4.2.0.0/Text/Show/Functions.hi -lib/${PKGNAME}/base-4.2.0.0/Text/Show/Functions.p_hi -lib/${PKGNAME}/base-4.2.0.0/Unsafe/Coerce.hi -lib/${PKGNAME}/base-4.2.0.0/Unsafe/Coerce.p_hi -lib/${PKGNAME}/base-4.2.0.0/include/HsBase.h -lib/${PKGNAME}/base-4.2.0.0/include/HsBaseConfig.h -lib/${PKGNAME}/base-4.2.0.0/include/Typeable.h -lib/${PKGNAME}/base-4.2.0.0/include/WCsubst.h -lib/${PKGNAME}/base-4.2.0.0/include/consUtils.h -lib/${PKGNAME}/base-4.2.0.0/libHSbase-4.2.0.0.a -lib/${PKGNAME}/base-4.2.0.0/libHSbase-4.2.0.0_p.a +lib/${PKGNAME}/base-4.2.0.1/Control/Applicative.hi +lib/${PKGNAME}/base-4.2.0.1/Control/Applicative.p_hi +lib/${PKGNAME}/base-4.2.0.1/Control/Arrow.hi +lib/${PKGNAME}/base-4.2.0.1/Control/Arrow.p_hi +lib/${PKGNAME}/base-4.2.0.1/Control/Category.hi +lib/${PKGNAME}/base-4.2.0.1/Control/Category.p_hi +lib/${PKGNAME}/base-4.2.0.1/Control/Concurrent.hi +lib/${PKGNAME}/base-4.2.0.1/Control/Concurrent.p_hi +lib/${PKGNAME}/base-4.2.0.1/Control/Concurrent/Chan.hi +lib/${PKGNAME}/base-4.2.0.1/Control/Concurrent/Chan.p_hi +lib/${PKGNAME}/base-4.2.0.1/Control/Concurrent/MVar.hi +lib/${PKGNAME}/base-4.2.0.1/Control/Concurrent/MVar.p_hi +lib/${PKGNAME}/base-4.2.0.1/Control/Concurrent/QSem.hi +lib/${PKGNAME}/base-4.2.0.1/Control/Concurrent/QSem.p_hi +lib/${PKGNAME}/base-4.2.0.1/Control/Concurrent/QSemN.hi +lib/${PKGNAME}/base-4.2.0.1/Control/Concurrent/QSemN.p_hi +lib/${PKGNAME}/base-4.2.0.1/Control/Concurrent/SampleVar.hi +lib/${PKGNAME}/base-4.2.0.1/Control/Concurrent/SampleVar.p_hi +lib/${PKGNAME}/base-4.2.0.1/Control/Exception.hi +lib/${PKGNAME}/base-4.2.0.1/Control/Exception.p_hi +lib/${PKGNAME}/base-4.2.0.1/Control/Exception/Base.hi +lib/${PKGNAME}/base-4.2.0.1/Control/Exception/Base.p_hi +lib/${PKGNAME}/base-4.2.0.1/Control/Monad.hi +lib/${PKGNAME}/base-4.2.0.1/Control/Monad.p_hi +lib/${PKGNAME}/base-4.2.0.1/Control/Monad/Fix.hi +lib/${PKGNAME}/base-4.2.0.1/Control/Monad/Fix.p_hi +lib/${PKGNAME}/base-4.2.0.1/Control/Monad/Instances.hi +lib/${PKGNAME}/base-4.2.0.1/Control/Monad/Instances.p_hi +lib/${PKGNAME}/base-4.2.0.1/Control/Monad/ST.hi +lib/${PKGNAME}/base-4.2.0.1/Control/Monad/ST.p_hi +lib/${PKGNAME}/base-4.2.0.1/Control/Monad/ST/Lazy.hi +lib/${PKGNAME}/base-4.2.0.1/Control/Monad/ST/Lazy.p_hi +lib/${PKGNAME}/base-4.2.0.1/Control/Monad/ST/Strict.hi +lib/${PKGNAME}/base-4.2.0.1/Control/Monad/ST/Strict.p_hi +lib/${PKGNAME}/base-4.2.0.1/Control/OldException.hi +lib/${PKGNAME}/base-4.2.0.1/Control/OldException.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Bits.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Bits.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Bool.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Bool.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Char.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Char.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Complex.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Complex.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Data.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Data.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Dynamic.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Dynamic.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Either.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Either.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Eq.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Eq.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Fixed.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Fixed.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Foldable.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Foldable.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Function.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Function.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Functor.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Functor.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/HashTable.hi +lib/${PKGNAME}/base-4.2.0.1/Data/HashTable.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/IORef.hi +lib/${PKGNAME}/base-4.2.0.1/Data/IORef.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Int.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Int.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Ix.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Ix.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/List.hi +lib/${PKGNAME}/base-4.2.0.1/Data/List.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Maybe.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Maybe.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Monoid.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Monoid.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Ord.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Ord.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Ratio.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Ratio.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/STRef.hi +lib/${PKGNAME}/base-4.2.0.1/Data/STRef.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/STRef/Lazy.hi +lib/${PKGNAME}/base-4.2.0.1/Data/STRef/Lazy.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/STRef/Strict.hi +lib/${PKGNAME}/base-4.2.0.1/Data/STRef/Strict.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/String.hi +lib/${PKGNAME}/base-4.2.0.1/Data/String.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Traversable.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Traversable.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Tuple.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Tuple.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Typeable.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Typeable.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Unique.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Unique.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Version.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Version.p_hi +lib/${PKGNAME}/base-4.2.0.1/Data/Word.hi +lib/${PKGNAME}/base-4.2.0.1/Data/Word.p_hi +lib/${PKGNAME}/base-4.2.0.1/Debug/Trace.hi +lib/${PKGNAME}/base-4.2.0.1/Debug/Trace.p_hi +lib/${PKGNAME}/base-4.2.0.1/Foreign.hi +lib/${PKGNAME}/base-4.2.0.1/Foreign.p_hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/C.hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/C.p_hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/C/Error.hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/C/Error.p_hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/C/String.hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/C/String.p_hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/C/Types.hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/C/Types.p_hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Concurrent.hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Concurrent.p_hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/ForeignPtr.hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/ForeignPtr.p_hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Marshal.hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Marshal.p_hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Marshal/Alloc.hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Marshal/Alloc.p_hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Marshal/Array.hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Marshal/Array.p_hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Marshal/Error.hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Marshal/Error.p_hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Marshal/Pool.hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Marshal/Pool.p_hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Marshal/Utils.hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Marshal/Utils.p_hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Ptr.hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Ptr.p_hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/StablePtr.hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/StablePtr.p_hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Storable.hi +lib/${PKGNAME}/base-4.2.0.1/Foreign/Storable.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Arr.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Arr.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Base.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Base.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Classes.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Classes.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Conc.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Conc.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/ConsoleHandler.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/ConsoleHandler.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Constants.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Constants.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Desugar.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Desugar.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Enum.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Enum.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Environment.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Environment.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Err.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Err.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Exception.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Exception.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Exts.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Exts.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Float.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Float.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/ForeignPtr.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/ForeignPtr.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Handle.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Handle.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Buffer.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Buffer.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/BufferedIO.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/BufferedIO.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Device.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Device.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Encoding.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Encoding.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Encoding/CodePage.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Encoding/CodePage.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Encoding/Iconv.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Encoding/Iconv.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Encoding/Latin1.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Encoding/Latin1.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Encoding/Types.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Encoding/Types.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Encoding/UTF16.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Encoding/UTF16.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Encoding/UTF32.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Encoding/UTF32.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Encoding/UTF8.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Encoding/UTF8.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Exception.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Exception.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/FD.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/FD.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Handle.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Handle.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Handle/FD.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Handle/FD.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Handle/Internals.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Handle/Internals.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Handle/Text.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Handle/Text.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Handle/Types.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/Handle/Types.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/IOMode.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IO/IOMode.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IOArray.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IOArray.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IOBase.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IOBase.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IORef.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/IORef.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Int.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Int.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/List.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/List.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/MVar.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/MVar.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Num.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Num.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/PArr.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/PArr.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Pack.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Pack.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Ptr.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Ptr.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Read.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Read.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Real.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Real.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/ST.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/ST.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/STRef.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/STRef.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Show.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Show.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Stable.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Stable.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Storable.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Storable.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/TopHandler.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/TopHandler.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Unicode.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Unicode.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Weak.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Weak.p_hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Word.hi +lib/${PKGNAME}/base-4.2.0.1/GHC/Word.p_hi +lib/${PKGNAME}/base-4.2.0.1/HSbase-4.2.0.1.o +lib/${PKGNAME}/base-4.2.0.1/Numeric.hi +lib/${PKGNAME}/base-4.2.0.1/Numeric.p_hi +lib/${PKGNAME}/base-4.2.0.1/Prelude.hi +lib/${PKGNAME}/base-4.2.0.1/Prelude.p_hi +lib/${PKGNAME}/base-4.2.0.1/System/CPUTime.hi +lib/${PKGNAME}/base-4.2.0.1/System/CPUTime.p_hi +lib/${PKGNAME}/base-4.2.0.1/System/Console/GetOpt.hi +lib/${PKGNAME}/base-4.2.0.1/System/Console/GetOpt.p_hi +lib/${PKGNAME}/base-4.2.0.1/System/Environment.hi +lib/${PKGNAME}/base-4.2.0.1/System/Environment.p_hi +lib/${PKGNAME}/base-4.2.0.1/System/Exit.hi +lib/${PKGNAME}/base-4.2.0.1/System/Exit.p_hi +lib/${PKGNAME}/base-4.2.0.1/System/IO.hi +lib/${PKGNAME}/base-4.2.0.1/System/IO.p_hi +lib/${PKGNAME}/base-4.2.0.1/System/IO/Error.hi +lib/${PKGNAME}/base-4.2.0.1/System/IO/Error.p_hi +lib/${PKGNAME}/base-4.2.0.1/System/IO/Unsafe.hi +lib/${PKGNAME}/base-4.2.0.1/System/IO/Unsafe.p_hi +lib/${PKGNAME}/base-4.2.0.1/System/Info.hi +lib/${PKGNAME}/base-4.2.0.1/System/Info.p_hi +lib/${PKGNAME}/base-4.2.0.1/System/Mem.hi +lib/${PKGNAME}/base-4.2.0.1/System/Mem.p_hi +lib/${PKGNAME}/base-4.2.0.1/System/Mem/StableName.hi +lib/${PKGNAME}/base-4.2.0.1/System/Mem/StableName.p_hi +lib/${PKGNAME}/base-4.2.0.1/System/Mem/Weak.hi +lib/${PKGNAME}/base-4.2.0.1/System/Mem/Weak.p_hi +lib/${PKGNAME}/base-4.2.0.1/System/Posix/Internals.hi +lib/${PKGNAME}/base-4.2.0.1/System/Posix/Internals.p_hi +lib/${PKGNAME}/base-4.2.0.1/System/Posix/Types.hi +lib/${PKGNAME}/base-4.2.0.1/System/Posix/Types.p_hi +lib/${PKGNAME}/base-4.2.0.1/System/Timeout.hi +lib/${PKGNAME}/base-4.2.0.1/System/Timeout.p_hi +lib/${PKGNAME}/base-4.2.0.1/Text/ParserCombinators/ReadP.hi +lib/${PKGNAME}/base-4.2.0.1/Text/ParserCombinators/ReadP.p_hi +lib/${PKGNAME}/base-4.2.0.1/Text/ParserCombinators/ReadPrec.hi +lib/${PKGNAME}/base-4.2.0.1/Text/ParserCombinators/ReadPrec.p_hi +lib/${PKGNAME}/base-4.2.0.1/Text/Printf.hi +lib/${PKGNAME}/base-4.2.0.1/Text/Printf.p_hi +lib/${PKGNAME}/base-4.2.0.1/Text/Read.hi +lib/${PKGNAME}/base-4.2.0.1/Text/Read.p_hi +lib/${PKGNAME}/base-4.2.0.1/Text/Read/Lex.hi +lib/${PKGNAME}/base-4.2.0.1/Text/Read/Lex.p_hi +lib/${PKGNAME}/base-4.2.0.1/Text/Show.hi +lib/${PKGNAME}/base-4.2.0.1/Text/Show.p_hi +lib/${PKGNAME}/base-4.2.0.1/Text/Show/Functions.hi +lib/${PKGNAME}/base-4.2.0.1/Text/Show/Functions.p_hi +lib/${PKGNAME}/base-4.2.0.1/Unsafe/Coerce.hi +lib/${PKGNAME}/base-4.2.0.1/Unsafe/Coerce.p_hi +lib/${PKGNAME}/base-4.2.0.1/include/HsBase.h +lib/${PKGNAME}/base-4.2.0.1/include/HsBaseConfig.h +lib/${PKGNAME}/base-4.2.0.1/include/Typeable.h +lib/${PKGNAME}/base-4.2.0.1/include/WCsubst.h +lib/${PKGNAME}/base-4.2.0.1/include/consUtils.h +lib/${PKGNAME}/base-4.2.0.1/libHSbase-4.2.0.1.a +lib/${PKGNAME}/base-4.2.0.1/libHSbase-4.2.0.1_p.a 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.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.5/Data/ByteString.hi -lib/${PKGNAME}/bytestring-0.9.1.5/Data/ByteString.p_hi -lib/${PKGNAME}/bytestring-0.9.1.5/Data/ByteString/Char8.hi -lib/${PKGNAME}/bytestring-0.9.1.5/Data/ByteString/Char8.p_hi -lib/${PKGNAME}/bytestring-0.9.1.5/Data/ByteString/Fusion.hi -lib/${PKGNAME}/bytestring-0.9.1.5/Data/ByteString/Fusion.p_hi -lib/${PKGNAME}/bytestring-0.9.1.5/Data/ByteString/Internal.hi -lib/${PKGNAME}/bytestring-0.9.1.5/Data/ByteString/Internal.p_hi -lib/${PKGNAME}/bytestring-0.9.1.5/Data/ByteString/Lazy.hi -lib/${PKGNAME}/bytestring-0.9.1.5/Data/ByteString/Lazy.p_hi -lib/${PKGNAME}/bytestring-0.9.1.5/Data/ByteString/Lazy/Char8.hi -lib/${PKGNAME}/bytestring-0.9.1.5/Data/ByteString/Lazy/Char8.p_hi -lib/${PKGNAME}/bytestring-0.9.1.5/Data/ByteString/Lazy/Internal.hi -lib/${PKGNAME}/bytestring-0.9.1.5/Data/ByteString/Lazy/Internal.p_hi -lib/${PKGNAME}/bytestring-0.9.1.5/Data/ByteString/Unsafe.hi -lib/${PKGNAME}/bytestring-0.9.1.5/Data/ByteString/Unsafe.p_hi -lib/${PKGNAME}/bytestring-0.9.1.5/HSbytestring-0.9.1.5.o -lib/${PKGNAME}/bytestring-0.9.1.5/include/fpstring.h -lib/${PKGNAME}/bytestring-0.9.1.5/libHSbytestring-0.9.1.5.a -lib/${PKGNAME}/bytestring-0.9.1.5/libHSbytestring-0.9.1.5_p.a +lib/${PKGNAME}/bytestring-0.9.1.6/Data/ByteString.hi +lib/${PKGNAME}/bytestring-0.9.1.6/Data/ByteString.p_hi +lib/${PKGNAME}/bytestring-0.9.1.6/Data/ByteString/Char8.hi +lib/${PKGNAME}/bytestring-0.9.1.6/Data/ByteString/Char8.p_hi +lib/${PKGNAME}/bytestring-0.9.1.6/Data/ByteString/Fusion.hi +lib/${PKGNAME}/bytestring-0.9.1.6/Data/ByteString/Fusion.p_hi +lib/${PKGNAME}/bytestring-0.9.1.6/Data/ByteString/Internal.hi +lib/${PKGNAME}/bytestring-0.9.1.6/Data/ByteString/Internal.p_hi +lib/${PKGNAME}/bytestring-0.9.1.6/Data/ByteString/Lazy.hi +lib/${PKGNAME}/bytestring-0.9.1.6/Data/ByteString/Lazy.p_hi +lib/${PKGNAME}/bytestring-0.9.1.6/Data/ByteString/Lazy/Char8.hi +lib/${PKGNAME}/bytestring-0.9.1.6/Data/ByteString/Lazy/Char8.p_hi +lib/${PKGNAME}/bytestring-0.9.1.6/Data/ByteString/Lazy/Internal.hi +lib/${PKGNAME}/bytestring-0.9.1.6/Data/ByteString/Lazy/Internal.p_hi +lib/${PKGNAME}/bytestring-0.9.1.6/Data/ByteString/Unsafe.hi +lib/${PKGNAME}/bytestring-0.9.1.6/Data/ByteString/Unsafe.p_hi +lib/${PKGNAME}/bytestring-0.9.1.6/HSbytestring-0.9.1.6.o +lib/${PKGNAME}/bytestring-0.9.1.6/include/fpstring.h +lib/${PKGNAME}/bytestring-0.9.1.6/libHSbytestring-0.9.1.6.a +lib/${PKGNAME}/bytestring-0.9.1.6/libHSbytestring-0.9.1.6_p.a lib/${PKGNAME}/containers-0.3.0.0/Data/Graph.hi lib/${PKGNAME}/containers-0.3.0.0/Data/Graph.p_hi lib/${PKGNAME}/containers-0.3.0.0/Data/IntMap.hi @@ -749,13 +749,13 @@ lib/${PKGNAME}/containers-0.3.0.0/Data/Tree.p_hi lib/${PKGNAME}/containers-0.3.0.0/HScontainers-0.3.0.0.o lib/${PKGNAME}/containers-0.3.0.0/libHScontainers-0.3.0.0.a lib/${PKGNAME}/containers-0.3.0.0/libHScontainers-0.3.0.0_p.a -lib/${PKGNAME}/directory-1.0.1.0/HSdirectory-1.0.1.0.o -lib/${PKGNAME}/directory-1.0.1.0/System/Directory.hi -lib/${PKGNAME}/directory-1.0.1.0/System/Directory.p_hi -lib/${PKGNAME}/directory-1.0.1.0/include/HsDirectory.h -lib/${PKGNAME}/directory-1.0.1.0/include/HsDirectoryConfig.h -lib/${PKGNAME}/directory-1.0.1.0/libHSdirectory-1.0.1.0.a -lib/${PKGNAME}/directory-1.0.1.0/libHSdirectory-1.0.1.0_p.a +lib/${PKGNAME}/directory-1.0.1.1/HSdirectory-1.0.1.1.o +lib/${PKGNAME}/directory-1.0.1.1/System/Directory.hi +lib/${PKGNAME}/directory-1.0.1.1/System/Directory.p_hi +lib/${PKGNAME}/directory-1.0.1.1/include/HsDirectory.h +lib/${PKGNAME}/directory-1.0.1.1/include/HsDirectoryConfig.h +lib/${PKGNAME}/directory-1.0.1.1/libHSdirectory-1.0.1.1.a +lib/${PKGNAME}/directory-1.0.1.1/libHSdirectory-1.0.1.1_p.a lib/${PKGNAME}/dph-base-0.4.0/Data/Array/Parallel/Arr.hi lib/${PKGNAME}/dph-base-0.4.0/Data/Array/Parallel/Arr.p_hi lib/${PKGNAME}/dph-base-0.4.0/Data/Array/Parallel/Arr/BBArr.hi @@ -991,15 +991,15 @@ lib/${PKGNAME}/extensible-exceptions-0.1.1.1/HSextensible-exceptions-0.1.1.1.o lib/${PKGNAME}/extensible-exceptions-0.1.1.1/libHSextensible-exceptions-0.1.1.1.a lib/${PKGNAME}/extensible-exceptions-0.1.1.1/libHSextensible-exceptions-0.1.1.1_p.a lib/${PKGNAME}/extra-gcc-opts -lib/${PKGNAME}/filepath-1.1.0.3/HSfilepath-1.1.0.3.o -lib/${PKGNAME}/filepath-1.1.0.3/System/FilePath.hi -lib/${PKGNAME}/filepath-1.1.0.3/System/FilePath.p_hi -lib/${PKGNAME}/filepath-1.1.0.3/System/FilePath/Posix.hi -lib/${PKGNAME}/filepath-1.1.0.3/System/FilePath/Posix.p_hi -lib/${PKGNAME}/filepath-1.1.0.3/System/FilePath/Windows.hi -lib/${PKGNAME}/filepath-1.1.0.3/System/FilePath/Windows.p_hi -lib/${PKGNAME}/filepath-1.1.0.3/libHSfilepath-1.1.0.3.a -lib/${PKGNAME}/filepath-1.1.0.3/libHSfilepath-1.1.0.3_p.a +lib/${PKGNAME}/filepath-1.1.0.4/HSfilepath-1.1.0.4.o +lib/${PKGNAME}/filepath-1.1.0.4/System/FilePath.hi +lib/${PKGNAME}/filepath-1.1.0.4/System/FilePath.p_hi +lib/${PKGNAME}/filepath-1.1.0.4/System/FilePath/Posix.hi +lib/${PKGNAME}/filepath-1.1.0.4/System/FilePath/Posix.p_hi +lib/${PKGNAME}/filepath-1.1.0.4/System/FilePath/Windows.hi +lib/${PKGNAME}/filepath-1.1.0.4/System/FilePath/Windows.p_hi +lib/${PKGNAME}/filepath-1.1.0.4/libHSfilepath-1.1.0.4.a +lib/${PKGNAME}/filepath-1.1.0.4/libHSfilepath-1.1.0.4_p.a lib/${PKGNAME}/ghc lib/${PKGNAME}/${PKGNAME}/Alpha/CodeGen.hi lib/${PKGNAME}/${PKGNAME}/Alpha/CodeGen.p_hi @@ -1875,17 +1875,17 @@ lib/${PKGNAME}/haskell98-1.0.1.1/Word.hi lib/${PKGNAME}/haskell98-1.0.1.1/Word.p_hi lib/${PKGNAME}/haskell98-1.0.1.1/libHShaskell98-1.0.1.1.a lib/${PKGNAME}/haskell98-1.0.1.1/libHShaskell98-1.0.1.1_p.a -lib/${PKGNAME}/hpc-0.5.0.4/HShpc-0.5.0.4.o -lib/${PKGNAME}/hpc-0.5.0.4/Trace/Hpc/Mix.hi -lib/${PKGNAME}/hpc-0.5.0.4/Trace/Hpc/Mix.p_hi -lib/${PKGNAME}/hpc-0.5.0.4/Trace/Hpc/Reflect.hi -lib/${PKGNAME}/hpc-0.5.0.4/Trace/Hpc/Reflect.p_hi -lib/${PKGNAME}/hpc-0.5.0.4/Trace/Hpc/Tix.hi -lib/${PKGNAME}/hpc-0.5.0.4/Trace/Hpc/Tix.p_hi -lib/${PKGNAME}/hpc-0.5.0.4/Trace/Hpc/Util.hi -lib/${PKGNAME}/hpc-0.5.0.4/Trace/Hpc/Util.p_hi -lib/${PKGNAME}/hpc-0.5.0.4/libHShpc-0.5.0.4.a -lib/${PKGNAME}/hpc-0.5.0.4/libHShpc-0.5.0.4_p.a +lib/${PKGNAME}/hpc-0.5.0.5/HShpc-0.5.0.5.o +lib/${PKGNAME}/hpc-0.5.0.5/Trace/Hpc/Mix.hi +lib/${PKGNAME}/hpc-0.5.0.5/Trace/Hpc/Mix.p_hi +lib/${PKGNAME}/hpc-0.5.0.5/Trace/Hpc/Reflect.hi +lib/${PKGNAME}/hpc-0.5.0.5/Trace/Hpc/Reflect.p_hi +lib/${PKGNAME}/hpc-0.5.0.5/Trace/Hpc/Tix.hi +lib/${PKGNAME}/hpc-0.5.0.5/Trace/Hpc/Tix.p_hi +lib/${PKGNAME}/hpc-0.5.0.5/Trace/Hpc/Util.hi +lib/${PKGNAME}/hpc-0.5.0.5/Trace/Hpc/Util.p_hi +lib/${PKGNAME}/hpc-0.5.0.5/libHShpc-0.5.0.5.a +lib/${PKGNAME}/hpc-0.5.0.5/libHShpc-0.5.0.5_p.a lib/${PKGNAME}/hsc2hs lib/${PKGNAME}/html/frames.html lib/${PKGNAME}/html/haddock-DEBUG.css @@ -1904,6 +1904,7 @@ lib/${PKGNAME}/include/RtsAPI.h lib/${PKGNAME}/include/RtsFlags.h lib/${PKGNAME}/include/Stg.h lib/${PKGNAME}/include/ffi.h +lib/${PKGNAME}/include/ffitarget.h lib/${PKGNAME}/include/ghcautoconf.h lib/${PKGNAME}/include/ghcconfig.h lib/${PKGNAME}/include/ghcplatform.h @@ -1954,15 +1955,15 @@ 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}/integer-gmp-0.2.0.0/GHC/Integer.hi -lib/${PKGNAME}/integer-gmp-0.2.0.0/GHC/Integer.p_hi -lib/${PKGNAME}/integer-gmp-0.2.0.0/GHC/Integer/GMP/Internals.hi -lib/${PKGNAME}/integer-gmp-0.2.0.0/GHC/Integer/GMP/Internals.p_hi -lib/${PKGNAME}/integer-gmp-0.2.0.0/GHC/Integer/Type.hi -lib/${PKGNAME}/integer-gmp-0.2.0.0/GHC/Integer/Type.p_hi -lib/${PKGNAME}/integer-gmp-0.2.0.0/HSinteger-gmp-0.2.0.0.o -lib/${PKGNAME}/integer-gmp-0.2.0.0/libHSinteger-gmp-0.2.0.0.a -lib/${PKGNAME}/integer-gmp-0.2.0.0/libHSinteger-gmp-0.2.0.0_p.a +lib/${PKGNAME}/integer-gmp-0.2.0.1/GHC/Integer.hi +lib/${PKGNAME}/integer-gmp-0.2.0.1/GHC/Integer.p_hi +lib/${PKGNAME}/integer-gmp-0.2.0.1/GHC/Integer/GMP/Internals.hi +lib/${PKGNAME}/integer-gmp-0.2.0.1/GHC/Integer/GMP/Internals.p_hi +lib/${PKGNAME}/integer-gmp-0.2.0.1/GHC/Integer/Type.hi +lib/${PKGNAME}/integer-gmp-0.2.0.1/GHC/Integer/Type.p_hi +lib/${PKGNAME}/integer-gmp-0.2.0.1/HSinteger-gmp-0.2.0.1.o +lib/${PKGNAME}/integer-gmp-0.2.0.1/libHSinteger-gmp-0.2.0.1.a +lib/${PKGNAME}/integer-gmp-0.2.0.1/libHSinteger-gmp-0.2.0.1_p.a lib/${PKGNAME}/libHSffi.a lib/${PKGNAME}/libHSffi_p.a lib/${PKGNAME}/libHSrts.a @@ -1979,48 +1980,47 @@ 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.a lib/${PKGNAME}/old-locale-1.0.0.2/libHSold-locale-1.0.0.2_p.a -lib/${PKGNAME}/old-time-1.0.0.3/HSold-time-1.0.0.3.o -lib/${PKGNAME}/old-time-1.0.0.3/System/Time.hi -lib/${PKGNAME}/old-time-1.0.0.3/System/Time.p_hi -lib/${PKGNAME}/old-time-1.0.0.3/include/HsTime.h -lib/${PKGNAME}/old-time-1.0.0.3/include/HsTimeConfig.h -lib/${PKGNAME}/old-time-1.0.0.3/libHSold-time-1.0.0.3.a -lib/${PKGNAME}/old-time-1.0.0.3/libHSold-time-1.0.0.3_p.a -lib/${PKGNAME}/package.conf.d/Cabal-1.8.0.2-b6f16baa93454c8507f2d92b9805a0cd.conf -lib/${PKGNAME}/package.conf.d/array-0.3.0.0-dbdf73710a5bd9a534e8bcb2d8c8ee98.conf -lib/${PKGNAME}/package.conf.d/base-3.0.3.2-52acef427378232ec569bca0486ee48f.conf -lib/${PKGNAME}/package.conf.d/base-4.2.0.0-24858eed9064e3fb344f1feb62ce42ee.conf -lib/${PKGNAME}/package.conf.d/bin-package-db-0.0.0.0-0c559ebe951f9972c4e6dfe5ebd4ce6a.conf +lib/${PKGNAME}/old-time-1.0.0.4/HSold-time-1.0.0.4.o +lib/${PKGNAME}/old-time-1.0.0.4/System/Time.hi +lib/${PKGNAME}/old-time-1.0.0.4/System/Time.p_hi +lib/${PKGNAME}/old-time-1.0.0.4/include/HsTime.h +lib/${PKGNAME}/old-time-1.0.0.4/include/HsTimeConfig.h +lib/${PKGNAME}/old-time-1.0.0.4/libHSold-time-1.0.0.4.a +lib/${PKGNAME}/old-time-1.0.0.4/libHSold-time-1.0.0.4_p.a +lib/${PKGNAME}/package.conf.d/Cabal-1.8.0.4-45da239a2a42aa63c0b3faee67a9694f.conf +lib/${PKGNAME}/package.conf.d/array-0.3.0.0-c443d193ea1a8784bcbeef961d3b892a.conf +lib/${PKGNAME}/package.conf.d/base-3.0.3.2-260693a92016991a03206b5a55f6a411.conf +lib/${PKGNAME}/package.conf.d/base-4.2.0.1-fd42e687b5d42fc42fc82da90aa5dd44.conf +lib/${PKGNAME}/package.conf.d/bin-package-db-0.0.0.0-000e95cf163c07c8b330bf93d19fe208.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.5-40bf742614570450dbe8c16aa8a1f22f.conf -lib/${PKGNAME}/package.conf.d/containers-0.3.0.0-409fe3b8f0dda25b98e03716d26be411.conf -lib/${PKGNAME}/package.conf.d/directory-1.0.1.0-a9889b3ee8cf9fae2d3cc6d0a0b18e09.conf -lib/${PKGNAME}/package.conf.d/dph-base-0.4.0-385a36312e9cc9bc5a672eb91d4e2be8.conf -lib/${PKGNAME}/package.conf.d/dph-par-0.4.0-4e569f28e047d67d87266113526bc6ec.conf -lib/${PKGNAME}/package.conf.d/dph-prim-interface-0.4.0-1badc74b9fa32117e97af15c908ef542.conf -lib/${PKGNAME}/package.conf.d/dph-prim-par-0.4.0-e3a413f286eb1d5d727762c2087de132.conf -lib/${PKGNAME}/package.conf.d/dph-prim-seq-0.4.0-23150bc82f21bd4268b1551af7a32901.conf -lib/${PKGNAME}/package.conf.d/dph-seq-0.4.0-1f5167ea371010387123b68e975177b2.conf -lib/${PKGNAME}/package.conf.d/extensible-exceptions-0.1.1.1-95db30aec4429ef77db437055a224b2f.conf -lib/${PKGNAME}/package.conf.d/filepath-1.1.0.3-07812de93a673f50011d47451bcaac87.conf -lib/${PKGNAME}/package.conf.d/${PKGNAME}-45889dbd7b1fb5233495684898840568.conf -lib/${PKGNAME}/package.conf.d/ghc-binary-0.5.0.2-359d07c3fa596bee47da084cc306672c.conf -lib/${PKGNAME}/package.conf.d/ghc-prim-0.2.0.0-3fbcc20c802efcd7c82089ec77d92990.conf -lib/${PKGNAME}/package.conf.d/haskell98-1.0.1.1-0fdaf3b26bc38c43ce8371edf538dbf6.conf -lib/${PKGNAME}/package.conf.d/hpc-0.5.0.4-dfca13f05bd06f4a5ebf115df50daf93.conf -lib/${PKGNAME}/package.conf.d/integer-gmp-0.2.0.0-fa82a0df93dc30b4a7c5654dd7c68cf4.conf -lib/${PKGNAME}/package.conf.d/old-locale-1.0.0.2-ef43da9d308528e2994f68a00a6ea03f.conf -lib/${PKGNAME}/package.conf.d/old-time-1.0.0.3-c6cff546303cb0a62627341768f3fe9d.conf +lib/${PKGNAME}/package.conf.d/bytestring-0.9.1.6-ead961f2db61871512e21142d98bbd6e.conf +lib/${PKGNAME}/package.conf.d/containers-0.3.0.0-9249acfef8057539050eb2e7cf79c57f.conf +lib/${PKGNAME}/package.conf.d/directory-1.0.1.1-dab78732c36302354112ec71fce47690.conf +lib/${PKGNAME}/package.conf.d/dph-base-0.4.0-16c7be48d8f613872e1ab52cdc72dbd8.conf +lib/${PKGNAME}/package.conf.d/dph-par-0.4.0-1c18df9916a1a2146e2c7c65988d4a65.conf +lib/${PKGNAME}/package.conf.d/dph-prim-interface-0.4.0-1e5823af1d17e7a97b7e9bef0183d383.conf +lib/${PKGNAME}/package.conf.d/dph-prim-par-0.4.0-1bc31334f8f27b9c64fb143e11c28cd2.conf +lib/${PKGNAME}/package.conf.d/dph-prim-seq-0.4.0-6df0daf6253f9a42120197341f24f0d8.conf +lib/${PKGNAME}/package.conf.d/dph-seq-0.4.0-72b19c5a70f75036760701994f34a009.conf +lib/${PKGNAME}/package.conf.d/extensible-exceptions-0.1.1.1-28a83091e117b2e719d4a1c4a320a1c8.conf +lib/${PKGNAME}/package.conf.d/filepath-1.1.0.4-c303c646a99c2a24d2402008d247eb5f.conf +lib/${PKGNAME}/package.conf.d/${PKGNAME}-aa4beeef2804f3150f1e4440fad9bc99.conf +lib/${PKGNAME}/package.conf.d/ghc-binary-0.5.0.2-ad447330ff9b3e1ee74692d4194bae8e.conf +lib/${PKGNAME}/package.conf.d/ghc-prim-0.2.0.0-9df3bd825ad17ca739e158c880a25b11.conf +lib/${PKGNAME}/package.conf.d/haskell98-1.0.1.1-64d0d2445dbab2ae6f4c0ef4dd5acffb.conf +lib/${PKGNAME}/package.conf.d/hpc-0.5.0.5-97c60d08a2760121995c42027cd71c0e.conf +lib/${PKGNAME}/package.conf.d/integer-gmp-0.2.0.1-72436e28c79d056c87cc0d2d2f9f3773.conf +lib/${PKGNAME}/package.conf.d/old-locale-1.0.0.2-0c1a4b40f2d3b9f6b725f54c00fe0923.conf +lib/${PKGNAME}/package.conf.d/old-time-1.0.0.4-3e986353f31da878a805995524dd0f8a.conf lib/${PKGNAME}/package.conf.d/package.cache -lib/${PKGNAME}/package.conf.d/pretty-1.0.1.1-2bfa34c699efff7eed4d6297a2dac12d.conf -lib/${PKGNAME}/package.conf.d/process-1.0.1.2-9a5e262f816b13040046ceaaabf515b9.conf -lib/${PKGNAME}/package.conf.d/random-1.0.0.2-156803737564049405b3380fdb96ac75.conf -lib/${PKGNAME}/package.conf.d/syb-0.1.0.2-1e7e0c316929641cb3237a60e3b63680.conf -lib/${PKGNAME}/package.conf.d/template-haskell-2.4.0.0-6f9a3474dda67f558857ddda42966d27.conf -lib/${PKGNAME}/package.conf.d/time-1.1.4-74673f7d068def85b6a33c1cfba358a9.conf -lib/${PKGNAME}/package.conf.d/unix-2.4.0.0-b7e23656587457fe3b2d4527ca7a9d1e.conf -lib/${PKGNAME}/package.conf.d/utf8-string-0.3.4-933a608a1f0fee8fdcb9c114521ed4a3.conf +lib/${PKGNAME}/package.conf.d/pretty-1.0.1.1-cde327683d86c8644fc9073c368cc5ea.conf +lib/${PKGNAME}/package.conf.d/process-1.0.1.2-809fee6d1e1c7089cb97bae118e29bf9.conf +lib/${PKGNAME}/package.conf.d/random-1.0.0.2-f4208c3677aeaaaf41e4d36309c0b4ff.conf +lib/${PKGNAME}/package.conf.d/syb-0.1.0.2-0917873f366b0be90a48082271223b4e.conf +lib/${PKGNAME}/package.conf.d/template-haskell-2.4.0.1-f11cb55289198cb30f47578745fa2a8a.conf +lib/${PKGNAME}/package.conf.d/time-1.1.4-d9f7b7932dc3a4863006ed6b1d525856.conf +lib/${PKGNAME}/package.conf.d/unix-2.4.0.1-ef7beeac2a570e8e38bd7cce06400a79.conf lib/${PKGNAME}/pretty-1.0.1.1/HSpretty-1.0.1.1.o lib/${PKGNAME}/pretty-1.0.1.1/Text/PrettyPrint.hi lib/${PKGNAME}/pretty-1.0.1.1/Text/PrettyPrint.p_hi @@ -2062,23 +2062,23 @@ lib/${PKGNAME}/syb-0.1.0.2/Data/Generics/Twins.p_hi lib/${PKGNAME}/syb-0.1.0.2/HSsyb-0.1.0.2.o lib/${PKGNAME}/syb-0.1.0.2/libHSsyb-0.1.0.2.a lib/${PKGNAME}/syb-0.1.0.2/libHSsyb-0.1.0.2_p.a -lib/${PKGNAME}/template-haskell-2.4.0.0/HStemplate-haskell-2.4.0.0.o -lib/${PKGNAME}/template-haskell-2.4.0.0/Language/Haskell/TH.hi -lib/${PKGNAME}/template-haskell-2.4.0.0/Language/Haskell/TH.p_hi -lib/${PKGNAME}/template-haskell-2.4.0.0/Language/Haskell/TH/Lib.hi -lib/${PKGNAME}/template-haskell-2.4.0.0/Language/Haskell/TH/Lib.p_hi -lib/${PKGNAME}/template-haskell-2.4.0.0/Language/Haskell/TH/Ppr.hi -lib/${PKGNAME}/template-haskell-2.4.0.0/Language/Haskell/TH/Ppr.p_hi -lib/${PKGNAME}/template-haskell-2.4.0.0/Language/Haskell/TH/PprLib.hi -lib/${PKGNAME}/template-haskell-2.4.0.0/Language/Haskell/TH/PprLib.p_hi -lib/${PKGNAME}/template-haskell-2.4.0.0/Language/Haskell/TH/Quote.hi -lib/${PKGNAME}/template-haskell-2.4.0.0/Language/Haskell/TH/Quote.p_hi -lib/${PKGNAME}/template-haskell-2.4.0.0/Language/Haskell/TH/Syntax.hi -lib/${PKGNAME}/template-haskell-2.4.0.0/Language/Haskell/TH/Syntax.p_hi -lib/${PKGNAME}/template-haskell-2.4.0.0/Language/Haskell/TH/Syntax/Internals.hi -lib/${PKGNAME}/template-haskell-2.4.0.0/Language/Haskell/TH/Syntax/Internals.p_hi -lib/${PKGNAME}/template-haskell-2.4.0.0/libHStemplate-haskell-2.4.0.0.a -lib/${PKGNAME}/template-haskell-2.4.0.0/libHStemplate-haskell-2.4.0.0_p.a +lib/${PKGNAME}/template-haskell-2.4.0.1/HStemplate-haskell-2.4.0.1.o +lib/${PKGNAME}/template-haskell-2.4.0.1/Language/Haskell/TH.hi +lib/${PKGNAME}/template-haskell-2.4.0.1/Language/Haskell/TH.p_hi +lib/${PKGNAME}/template-haskell-2.4.0.1/Language/Haskell/TH/Lib.hi +lib/${PKGNAME}/template-haskell-2.4.0.1/Language/Haskell/TH/Lib.p_hi +lib/${PKGNAME}/template-haskell-2.4.0.1/Language/Haskell/TH/Ppr.hi +lib/${PKGNAME}/template-haskell-2.4.0.1/Language/Haskell/TH/Ppr.p_hi +lib/${PKGNAME}/template-haskell-2.4.0.1/Language/Haskell/TH/PprLib.hi +lib/${PKGNAME}/template-haskell-2.4.0.1/Language/Haskell/TH/PprLib.p_hi +lib/${PKGNAME}/template-haskell-2.4.0.1/Language/Haskell/TH/Quote.hi +lib/${PKGNAME}/template-haskell-2.4.0.1/Language/Haskell/TH/Quote.p_hi +lib/${PKGNAME}/template-haskell-2.4.0.1/Language/Haskell/TH/Syntax.hi +lib/${PKGNAME}/template-haskell-2.4.0.1/Language/Haskell/TH/Syntax.p_hi +lib/${PKGNAME}/template-haskell-2.4.0.1/Language/Haskell/TH/Syntax/Internals.hi +lib/${PKGNAME}/template-haskell-2.4.0.1/Language/Haskell/TH/Syntax/Internals.p_hi +lib/${PKGNAME}/template-haskell-2.4.0.1/libHStemplate-haskell-2.4.0.1.a +lib/${PKGNAME}/template-haskell-2.4.0.1/libHStemplate-haskell-2.4.0.1_p.a lib/${PKGNAME}/template-hsc.h lib/${PKGNAME}/time-1.1.4/Data/Time.hi lib/${PKGNAME}/time-1.1.4/Data/Time.p_hi @@ -2133,70 +2133,55 @@ lib/${PKGNAME}/time-1.1.4/include/HsTime.h lib/${PKGNAME}/time-1.1.4/include/HsTimeConfig.h lib/${PKGNAME}/time-1.1.4/libHStime-1.1.4.a lib/${PKGNAME}/time-1.1.4/libHStime-1.1.4_p.a -lib/${PKGNAME}/unix-2.4.0.0/HSunix-2.4.0.0.o -lib/${PKGNAME}/unix-2.4.0.0/System/Posix.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Directory.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Directory.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/DynamicLinker.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/DynamicLinker.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/DynamicLinker/Module.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/DynamicLinker/Module.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/DynamicLinker/Prim.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/DynamicLinker/Prim.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Env.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Env.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Error.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Error.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Files.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Files.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/IO.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/IO.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Process.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Process.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Process/Internals.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Process/Internals.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Resource.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Resource.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Semaphore.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Semaphore.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/SharedMem.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/SharedMem.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Signals.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Signals.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Signals/Exts.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Signals/Exts.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Temp.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Temp.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Terminal.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Terminal.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Time.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Time.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Unistd.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/Unistd.p_hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/User.hi -lib/${PKGNAME}/unix-2.4.0.0/System/Posix/User.p_hi -lib/${PKGNAME}/unix-2.4.0.0/include/HsUnix.h -lib/${PKGNAME}/unix-2.4.0.0/include/HsUnixConfig.h -lib/${PKGNAME}/unix-2.4.0.0/include/execvpe.h -lib/${PKGNAME}/unix-2.4.0.0/libHSunix-2.4.0.0.a -lib/${PKGNAME}/unix-2.4.0.0/libHSunix-2.4.0.0_p.a +lib/${PKGNAME}/unix-2.4.0.1/HSunix-2.4.0.1.o +lib/${PKGNAME}/unix-2.4.0.1/System/Posix.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Directory.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Directory.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/DynamicLinker.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/DynamicLinker.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/DynamicLinker/Module.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/DynamicLinker/Module.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/DynamicLinker/Prim.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/DynamicLinker/Prim.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Env.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Env.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Error.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Error.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Files.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Files.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/IO.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/IO.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Process.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Process.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Process/Internals.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Process/Internals.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Resource.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Resource.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Semaphore.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Semaphore.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/SharedMem.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/SharedMem.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Signals.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Signals.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Signals/Exts.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Signals/Exts.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Temp.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Temp.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Terminal.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Terminal.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Time.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Time.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Unistd.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/Unistd.p_hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/User.hi +lib/${PKGNAME}/unix-2.4.0.1/System/Posix/User.p_hi +lib/${PKGNAME}/unix-2.4.0.1/include/HsUnix.h +lib/${PKGNAME}/unix-2.4.0.1/include/HsUnixConfig.h +lib/${PKGNAME}/unix-2.4.0.1/include/execvpe.h +lib/${PKGNAME}/unix-2.4.0.1/libHSunix-2.4.0.1.a +lib/${PKGNAME}/unix-2.4.0.1/libHSunix-2.4.0.1_p.a lib/${PKGNAME}/unlit -lib/${PKGNAME}/utf8-string-0.3.4/Codec/Binary/UTF8/Generic.hi -lib/${PKGNAME}/utf8-string-0.3.4/Codec/Binary/UTF8/Generic.p_hi -lib/${PKGNAME}/utf8-string-0.3.4/Codec/Binary/UTF8/String.hi -lib/${PKGNAME}/utf8-string-0.3.4/Codec/Binary/UTF8/String.p_hi -lib/${PKGNAME}/utf8-string-0.3.4/Data/ByteString/Lazy/UTF8.hi -lib/${PKGNAME}/utf8-string-0.3.4/Data/ByteString/Lazy/UTF8.p_hi -lib/${PKGNAME}/utf8-string-0.3.4/Data/ByteString/UTF8.hi -lib/${PKGNAME}/utf8-string-0.3.4/Data/ByteString/UTF8.p_hi -lib/${PKGNAME}/utf8-string-0.3.4/Data/String/UTF8.hi -lib/${PKGNAME}/utf8-string-0.3.4/Data/String/UTF8.p_hi -lib/${PKGNAME}/utf8-string-0.3.4/HSutf8-string-0.3.4.o -lib/${PKGNAME}/utf8-string-0.3.4/System/IO/UTF8.hi -lib/${PKGNAME}/utf8-string-0.3.4/System/IO/UTF8.p_hi -lib/${PKGNAME}/utf8-string-0.3.4/libHSutf8-string-0.3.4.a -lib/${PKGNAME}/utf8-string-0.3.4/libHSutf8-string-0.3.4_p.a man/man1/ghc.1 share/doc/ghc/html/Cabal/authors.html share/doc/ghc/html/Cabal/bugs.html @@ -2228,148 +2213,148 @@ share/doc/ghc/html/html/haskell_icon.gif share/doc/ghc/html/html/minus.gif share/doc/ghc/html/html/plus.gif share/doc/ghc/html/index.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Cabal.haddock -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Compat-ReadP.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Compiler.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-InstalledPackageInfo.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-License.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Make.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-ModuleName.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Package.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-PackageDescription-Check.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-PackageDescription-Configuration.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-PackageDescription-Parse.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-PackageDescription.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-ParseUtils.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-ReadE.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Build-Macros.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Build-PathsModule.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Build.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-BuildPaths.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Command.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Compiler.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Configure.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-GHC.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Haddock.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Hugs.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Install.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-InstallDirs.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-JHC.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-LHC.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-LocalBuildInfo.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-NHC.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-PackageIndex.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-PreProcess-Unlit.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-PreProcess.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Program-Ar.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Program-Builtin.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Program-Db.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Program-HcPkg.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Program-Ld.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Program-Run.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Program-Script.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Program-Types.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Program.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Register.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Setup.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-SrcDist.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-UserHooks.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple-Utils.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Simple.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-System.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Text.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Verbosity.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Distribution-Version.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/LICENSE -share/doc/ghc/html/libraries/Cabal-1.8.0.2/Language-Haskell-Extension.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-43.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-60.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-A.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-B.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-C.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-D.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-E.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-F.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-G.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-H.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-I.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-J.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-K.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-L.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-M.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-N.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-O.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-P.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-Q.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-R.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-S.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-T.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-U.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-V.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-W.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-X.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index-Y.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/doc-index.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/frames.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/haddock-util.js -share/doc/ghc/html/libraries/Cabal-1.8.0.2/haddock.css -share/doc/ghc/html/libraries/Cabal-1.8.0.2/haskell_icon.gif -share/doc/ghc/html/libraries/Cabal-1.8.0.2/index-frames.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/index.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Compat-ReadP.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Compiler.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-InstalledPackageInfo.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-License.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Make.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-ModuleName.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Package.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-PackageDescription-Check.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-PackageDescription-Configuration.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-PackageDescription-Parse.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-PackageDescription.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-ParseUtils.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-ReadE.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Build-Macros.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Build-PathsModule.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Build.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-BuildPaths.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Command.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Compiler.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Configure.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-GHC.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Haddock.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Hugs.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Install.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-InstallDirs.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-JHC.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-LHC.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-LocalBuildInfo.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-NHC.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-PackageIndex.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-PreProcess-Unlit.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-PreProcess.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Program-Ar.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Program-Builtin.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Program-Db.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Program-HcPkg.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Program-Ld.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Program-Run.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Program-Script.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Program-Types.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Program.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Register.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Setup.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-SrcDist.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-UserHooks.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple-Utils.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Simple.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-System.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Text.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Verbosity.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Distribution-Version.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/mini_Language-Haskell-Extension.html -share/doc/ghc/html/libraries/Cabal-1.8.0.2/minus.gif -share/doc/ghc/html/libraries/Cabal-1.8.0.2/plus.gif +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Cabal.haddock +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Compat-ReadP.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Compiler.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-InstalledPackageInfo.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-License.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Make.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-ModuleName.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Package.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-PackageDescription-Check.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-PackageDescription-Configuration.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-PackageDescription-Parse.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-PackageDescription.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-ParseUtils.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-ReadE.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Build-Macros.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Build-PathsModule.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Build.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-BuildPaths.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Command.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Compiler.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Configure.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-GHC.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Haddock.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Hugs.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Install.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-InstallDirs.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-JHC.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-LHC.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-LocalBuildInfo.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-NHC.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-PackageIndex.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-PreProcess-Unlit.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-PreProcess.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Program-Ar.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Program-Builtin.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Program-Db.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Program-HcPkg.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Program-Ld.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Program-Run.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Program-Script.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Program-Types.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Program.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Register.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Setup.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-SrcDist.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-UserHooks.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple-Utils.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Simple.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-System.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Text.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Verbosity.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Distribution-Version.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/LICENSE +share/doc/ghc/html/libraries/Cabal-1.8.0.4/Language-Haskell-Extension.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-43.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-60.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-A.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-B.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-C.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-D.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-E.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-F.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-G.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-H.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-I.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-J.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-K.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-L.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-M.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-N.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-O.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-P.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-Q.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-R.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-S.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-T.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-U.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-V.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-W.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-X.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index-Y.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/doc-index.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/frames.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/haddock-util.js +share/doc/ghc/html/libraries/Cabal-1.8.0.4/haddock.css +share/doc/ghc/html/libraries/Cabal-1.8.0.4/haskell_icon.gif +share/doc/ghc/html/libraries/Cabal-1.8.0.4/index-frames.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/index.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Compat-ReadP.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Compiler.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-InstalledPackageInfo.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-License.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Make.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-ModuleName.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Package.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-PackageDescription-Check.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-PackageDescription-Configuration.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-PackageDescription-Parse.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-PackageDescription.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-ParseUtils.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-ReadE.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Build-Macros.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Build-PathsModule.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Build.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-BuildPaths.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Command.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Compiler.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Configure.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-GHC.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Haddock.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Hugs.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Install.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-InstallDirs.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-JHC.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-LHC.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-LocalBuildInfo.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-NHC.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-PackageIndex.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-PreProcess-Unlit.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-PreProcess.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Program-Ar.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Program-Builtin.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Program-Db.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Program-HcPkg.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Program-Ld.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Program-Run.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Program-Script.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Program-Types.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Program.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Register.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Setup.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-SrcDist.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-UserHooks.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple-Utils.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Simple.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-System.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Text.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Verbosity.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Distribution-Version.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/mini_Language-Haskell-Extension.html +share/doc/ghc/html/libraries/Cabal-1.8.0.4/minus.gif +share/doc/ghc/html/libraries/Cabal-1.8.0.4/plus.gif share/doc/ghc/html/libraries/array-0.3.0.0/Data-Array-IArray.html share/doc/ghc/html/libraries/array-0.3.0.0/Data-Array-IO-Internals.html share/doc/ghc/html/libraries/array-0.3.0.0/Data-Array-IO.html @@ -2398,277 +2383,277 @@ share/doc/ghc/html/libraries/array-0.3.0.0/mini_Data-Array.html share/doc/ghc/html/libraries/array-0.3.0.0/minus.gif share/doc/ghc/html/libraries/array-0.3.0.0/plus.gif share/doc/ghc/html/libraries/base-3.0.3.2/LICENSE -share/doc/ghc/html/libraries/base-4.2.0.0/Control-Applicative.html -share/doc/ghc/html/libraries/base-4.2.0.0/Control-Arrow.html -share/doc/ghc/html/libraries/base-4.2.0.0/Control-Category.html -share/doc/ghc/html/libraries/base-4.2.0.0/Control-Concurrent-Chan.html -share/doc/ghc/html/libraries/base-4.2.0.0/Control-Concurrent-MVar.html -share/doc/ghc/html/libraries/base-4.2.0.0/Control-Concurrent-QSem.html -share/doc/ghc/html/libraries/base-4.2.0.0/Control-Concurrent-QSemN.html -share/doc/ghc/html/libraries/base-4.2.0.0/Control-Concurrent-SampleVar.html -share/doc/ghc/html/libraries/base-4.2.0.0/Control-Concurrent.html -share/doc/ghc/html/libraries/base-4.2.0.0/Control-Exception-Base.html -share/doc/ghc/html/libraries/base-4.2.0.0/Control-Exception.html -share/doc/ghc/html/libraries/base-4.2.0.0/Control-Monad-Fix.html -share/doc/ghc/html/libraries/base-4.2.0.0/Control-Monad-Instances.html -share/doc/ghc/html/libraries/base-4.2.0.0/Control-Monad-ST-Lazy.html -share/doc/ghc/html/libraries/base-4.2.0.0/Control-Monad-ST-Strict.html -share/doc/ghc/html/libraries/base-4.2.0.0/Control-Monad-ST.html -share/doc/ghc/html/libraries/base-4.2.0.0/Control-Monad.html -share/doc/ghc/html/libraries/base-4.2.0.0/Control-OldException.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Bits.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Bool.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Char.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Complex.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Data.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Dynamic.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Either.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Eq.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Fixed.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Foldable.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Function.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Functor.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-HashTable.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-IORef.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Int.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Ix.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-List.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Maybe.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Monoid.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Ord.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Ratio.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-STRef-Lazy.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-STRef-Strict.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-STRef.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-String.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Traversable.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Tuple.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Typeable.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Unique.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Version.html -share/doc/ghc/html/libraries/base-4.2.0.0/Data-Word.html -share/doc/ghc/html/libraries/base-4.2.0.0/Debug-Trace.html -share/doc/ghc/html/libraries/base-4.2.0.0/Foreign-C-Error.html -share/doc/ghc/html/libraries/base-4.2.0.0/Foreign-C-String.html -share/doc/ghc/html/libraries/base-4.2.0.0/Foreign-C-Types.html -share/doc/ghc/html/libraries/base-4.2.0.0/Foreign-C.html -share/doc/ghc/html/libraries/base-4.2.0.0/Foreign-Concurrent.html -share/doc/ghc/html/libraries/base-4.2.0.0/Foreign-ForeignPtr.html -share/doc/ghc/html/libraries/base-4.2.0.0/Foreign-Marshal-Alloc.html -share/doc/ghc/html/libraries/base-4.2.0.0/Foreign-Marshal-Array.html -share/doc/ghc/html/libraries/base-4.2.0.0/Foreign-Marshal-Error.html -share/doc/ghc/html/libraries/base-4.2.0.0/Foreign-Marshal-Pool.html -share/doc/ghc/html/libraries/base-4.2.0.0/Foreign-Marshal-Utils.html -share/doc/ghc/html/libraries/base-4.2.0.0/Foreign-Marshal.html -share/doc/ghc/html/libraries/base-4.2.0.0/Foreign-Ptr.html -share/doc/ghc/html/libraries/base-4.2.0.0/Foreign-StablePtr.html -share/doc/ghc/html/libraries/base-4.2.0.0/Foreign-Storable.html -share/doc/ghc/html/libraries/base-4.2.0.0/Foreign.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-Conc.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-ConsoleHandler.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-Constants.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-Desugar.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-Environment.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-Exts.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-IO-Buffer.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-IO-BufferedIO.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-IO-Device.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-IO-Encoding-CodePage.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-IO-Encoding-Iconv.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-IO-Encoding-Latin1.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-IO-Encoding-Types.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-IO-Encoding-UTF16.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-IO-Encoding-UTF32.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-IO-Encoding-UTF8.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-IO-Encoding.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-IO-Handle-FD.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-IO-Handle.html -share/doc/ghc/html/libraries/base-4.2.0.0/GHC-PArr.html -share/doc/ghc/html/libraries/base-4.2.0.0/LICENSE -share/doc/ghc/html/libraries/base-4.2.0.0/Numeric.html -share/doc/ghc/html/libraries/base-4.2.0.0/Prelude.html -share/doc/ghc/html/libraries/base-4.2.0.0/System-CPUTime.html -share/doc/ghc/html/libraries/base-4.2.0.0/System-Console-GetOpt.html -share/doc/ghc/html/libraries/base-4.2.0.0/System-Environment.html -share/doc/ghc/html/libraries/base-4.2.0.0/System-Exit.html -share/doc/ghc/html/libraries/base-4.2.0.0/System-IO-Error.html -share/doc/ghc/html/libraries/base-4.2.0.0/System-IO-Unsafe.html -share/doc/ghc/html/libraries/base-4.2.0.0/System-IO.html -share/doc/ghc/html/libraries/base-4.2.0.0/System-Info.html -share/doc/ghc/html/libraries/base-4.2.0.0/System-Mem-StableName.html -share/doc/ghc/html/libraries/base-4.2.0.0/System-Mem-Weak.html -share/doc/ghc/html/libraries/base-4.2.0.0/System-Mem.html -share/doc/ghc/html/libraries/base-4.2.0.0/System-Posix-Types.html -share/doc/ghc/html/libraries/base-4.2.0.0/System-Timeout.html -share/doc/ghc/html/libraries/base-4.2.0.0/Text-ParserCombinators-ReadP.html -share/doc/ghc/html/libraries/base-4.2.0.0/Text-ParserCombinators-ReadPrec.html -share/doc/ghc/html/libraries/base-4.2.0.0/Text-Printf.html -share/doc/ghc/html/libraries/base-4.2.0.0/Text-Read-Lex.html -share/doc/ghc/html/libraries/base-4.2.0.0/Text-Read.html -share/doc/ghc/html/libraries/base-4.2.0.0/Text-Show-Functions.html -share/doc/ghc/html/libraries/base-4.2.0.0/Text-Show.html -share/doc/ghc/html/libraries/base-4.2.0.0/Unsafe-Coerce.html -share/doc/ghc/html/libraries/base-4.2.0.0/base.haddock -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-124.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-33.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-36.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-37.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-38.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-42.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-43.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-45.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-46.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-47.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-58.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-60.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-61.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-62.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-92.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-94.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-A.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-B.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-C.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-D.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-E.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-F.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-G.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-H.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-I.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-J.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-K.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-L.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-M.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-N.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-O.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-P.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-Q.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-R.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-S.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-T.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-U.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-V.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-W.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-X.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-Y.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index-Z.html -share/doc/ghc/html/libraries/base-4.2.0.0/doc-index.html -share/doc/ghc/html/libraries/base-4.2.0.0/frames.html -share/doc/ghc/html/libraries/base-4.2.0.0/haddock-util.js -share/doc/ghc/html/libraries/base-4.2.0.0/haddock.css -share/doc/ghc/html/libraries/base-4.2.0.0/haskell_icon.gif -share/doc/ghc/html/libraries/base-4.2.0.0/index-frames.html -share/doc/ghc/html/libraries/base-4.2.0.0/index.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-Applicative.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-Arrow.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-Category.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-Concurrent-Chan.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-Concurrent-MVar.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-Concurrent-QSem.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-Concurrent-QSemN.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-Concurrent-SampleVar.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-Concurrent.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-Exception-Base.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-Exception.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-Monad-Fix.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-Monad-Instances.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-Monad-ST-Lazy.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-Monad-ST-Strict.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-Monad-ST.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-Monad.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Control-OldException.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Bits.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Bool.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Char.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Complex.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Data.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Dynamic.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Either.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Eq.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Fixed.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Foldable.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Function.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Functor.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-HashTable.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-IORef.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Int.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Ix.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-List.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Maybe.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Monoid.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Ord.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Ratio.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-STRef-Lazy.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-STRef-Strict.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-STRef.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-String.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Traversable.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Tuple.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Typeable.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Unique.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Version.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Data-Word.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Debug-Trace.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Foreign-C-Error.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Foreign-C-String.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Foreign-C-Types.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Foreign-C.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Foreign-Concurrent.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Foreign-ForeignPtr.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Foreign-Marshal-Alloc.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Foreign-Marshal-Array.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Foreign-Marshal-Error.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Foreign-Marshal-Pool.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Foreign-Marshal-Utils.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Foreign-Marshal.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Foreign-Ptr.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Foreign-StablePtr.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Foreign-Storable.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Foreign.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-Conc.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-ConsoleHandler.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-Constants.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-Desugar.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-Environment.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-Exts.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-IO-Buffer.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-IO-BufferedIO.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-IO-Device.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-IO-Encoding-CodePage.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-IO-Encoding-Iconv.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-IO-Encoding-Latin1.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-IO-Encoding-Types.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-IO-Encoding-UTF16.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-IO-Encoding-UTF32.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-IO-Encoding-UTF8.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-IO-Encoding.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-IO-Handle-FD.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-IO-Handle.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_GHC-PArr.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Numeric.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Prelude.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_System-CPUTime.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_System-Console-GetOpt.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_System-Environment.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_System-Exit.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_System-IO-Error.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_System-IO-Unsafe.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_System-IO.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_System-Info.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_System-Mem-StableName.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_System-Mem-Weak.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_System-Mem.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_System-Posix-Types.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_System-Timeout.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Text-ParserCombinators-ReadP.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Text-ParserCombinators-ReadPrec.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Text-Printf.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Text-Read-Lex.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Text-Read.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Text-Show-Functions.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Text-Show.html -share/doc/ghc/html/libraries/base-4.2.0.0/mini_Unsafe-Coerce.html -share/doc/ghc/html/libraries/base-4.2.0.0/minus.gif -share/doc/ghc/html/libraries/base-4.2.0.0/plus.gif +share/doc/ghc/html/libraries/base-4.2.0.1/Control-Applicative.html +share/doc/ghc/html/libraries/base-4.2.0.1/Control-Arrow.html +share/doc/ghc/html/libraries/base-4.2.0.1/Control-Category.html +share/doc/ghc/html/libraries/base-4.2.0.1/Control-Concurrent-Chan.html +share/doc/ghc/html/libraries/base-4.2.0.1/Control-Concurrent-MVar.html +share/doc/ghc/html/libraries/base-4.2.0.1/Control-Concurrent-QSem.html +share/doc/ghc/html/libraries/base-4.2.0.1/Control-Concurrent-QSemN.html +share/doc/ghc/html/libraries/base-4.2.0.1/Control-Concurrent-SampleVar.html +share/doc/ghc/html/libraries/base-4.2.0.1/Control-Concurrent.html +share/doc/ghc/html/libraries/base-4.2.0.1/Control-Exception-Base.html +share/doc/ghc/html/libraries/base-4.2.0.1/Control-Exception.html +share/doc/ghc/html/libraries/base-4.2.0.1/Control-Monad-Fix.html +share/doc/ghc/html/libraries/base-4.2.0.1/Control-Monad-Instances.html +share/doc/ghc/html/libraries/base-4.2.0.1/Control-Monad-ST-Lazy.html +share/doc/ghc/html/libraries/base-4.2.0.1/Control-Monad-ST-Strict.html +share/doc/ghc/html/libraries/base-4.2.0.1/Control-Monad-ST.html +share/doc/ghc/html/libraries/base-4.2.0.1/Control-Monad.html +share/doc/ghc/html/libraries/base-4.2.0.1/Control-OldException.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Bits.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Bool.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Char.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Complex.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Data.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Dynamic.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Either.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Eq.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Fixed.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Foldable.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Function.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Functor.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-HashTable.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-IORef.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Int.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Ix.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-List.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Maybe.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Monoid.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Ord.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Ratio.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-STRef-Lazy.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-STRef-Strict.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-STRef.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-String.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Traversable.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Tuple.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Typeable.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Unique.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Version.html +share/doc/ghc/html/libraries/base-4.2.0.1/Data-Word.html +share/doc/ghc/html/libraries/base-4.2.0.1/Debug-Trace.html +share/doc/ghc/html/libraries/base-4.2.0.1/Foreign-C-Error.html +share/doc/ghc/html/libraries/base-4.2.0.1/Foreign-C-String.html +share/doc/ghc/html/libraries/base-4.2.0.1/Foreign-C-Types.html +share/doc/ghc/html/libraries/base-4.2.0.1/Foreign-C.html +share/doc/ghc/html/libraries/base-4.2.0.1/Foreign-Concurrent.html +share/doc/ghc/html/libraries/base-4.2.0.1/Foreign-ForeignPtr.html +share/doc/ghc/html/libraries/base-4.2.0.1/Foreign-Marshal-Alloc.html +share/doc/ghc/html/libraries/base-4.2.0.1/Foreign-Marshal-Array.html +share/doc/ghc/html/libraries/base-4.2.0.1/Foreign-Marshal-Error.html +share/doc/ghc/html/libraries/base-4.2.0.1/Foreign-Marshal-Pool.html +share/doc/ghc/html/libraries/base-4.2.0.1/Foreign-Marshal-Utils.html +share/doc/ghc/html/libraries/base-4.2.0.1/Foreign-Marshal.html +share/doc/ghc/html/libraries/base-4.2.0.1/Foreign-Ptr.html +share/doc/ghc/html/libraries/base-4.2.0.1/Foreign-StablePtr.html +share/doc/ghc/html/libraries/base-4.2.0.1/Foreign-Storable.html +share/doc/ghc/html/libraries/base-4.2.0.1/Foreign.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-Conc.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-ConsoleHandler.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-Constants.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-Desugar.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-Environment.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-Exts.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-IO-Buffer.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-IO-BufferedIO.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-IO-Device.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-IO-Encoding-CodePage.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-IO-Encoding-Iconv.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-IO-Encoding-Latin1.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-IO-Encoding-Types.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-IO-Encoding-UTF16.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-IO-Encoding-UTF32.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-IO-Encoding-UTF8.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-IO-Encoding.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-IO-Handle-FD.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-IO-Handle.html +share/doc/ghc/html/libraries/base-4.2.0.1/GHC-PArr.html +share/doc/ghc/html/libraries/base-4.2.0.1/LICENSE +share/doc/ghc/html/libraries/base-4.2.0.1/Numeric.html +share/doc/ghc/html/libraries/base-4.2.0.1/Prelude.html +share/doc/ghc/html/libraries/base-4.2.0.1/System-CPUTime.html +share/doc/ghc/html/libraries/base-4.2.0.1/System-Console-GetOpt.html +share/doc/ghc/html/libraries/base-4.2.0.1/System-Environment.html +share/doc/ghc/html/libraries/base-4.2.0.1/System-Exit.html +share/doc/ghc/html/libraries/base-4.2.0.1/System-IO-Error.html +share/doc/ghc/html/libraries/base-4.2.0.1/System-IO-Unsafe.html +share/doc/ghc/html/libraries/base-4.2.0.1/System-IO.html +share/doc/ghc/html/libraries/base-4.2.0.1/System-Info.html +share/doc/ghc/html/libraries/base-4.2.0.1/System-Mem-StableName.html +share/doc/ghc/html/libraries/base-4.2.0.1/System-Mem-Weak.html +share/doc/ghc/html/libraries/base-4.2.0.1/System-Mem.html +share/doc/ghc/html/libraries/base-4.2.0.1/System-Posix-Types.html +share/doc/ghc/html/libraries/base-4.2.0.1/System-Timeout.html +share/doc/ghc/html/libraries/base-4.2.0.1/Text-ParserCombinators-ReadP.html +share/doc/ghc/html/libraries/base-4.2.0.1/Text-ParserCombinators-ReadPrec.html +share/doc/ghc/html/libraries/base-4.2.0.1/Text-Printf.html +share/doc/ghc/html/libraries/base-4.2.0.1/Text-Read-Lex.html +share/doc/ghc/html/libraries/base-4.2.0.1/Text-Read.html +share/doc/ghc/html/libraries/base-4.2.0.1/Text-Show-Functions.html +share/doc/ghc/html/libraries/base-4.2.0.1/Text-Show.html +share/doc/ghc/html/libraries/base-4.2.0.1/Unsafe-Coerce.html +share/doc/ghc/html/libraries/base-4.2.0.1/base.haddock +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-124.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-33.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-36.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-37.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-38.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-42.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-43.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-45.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-46.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-47.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-58.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-60.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-61.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-62.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-92.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-94.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-A.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-B.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-C.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-D.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-E.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-F.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-G.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-H.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-I.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-J.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-K.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-L.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-M.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-N.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-O.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-P.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-Q.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-R.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-S.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-T.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-U.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-V.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-W.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-X.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-Y.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index-Z.html +share/doc/ghc/html/libraries/base-4.2.0.1/doc-index.html +share/doc/ghc/html/libraries/base-4.2.0.1/frames.html +share/doc/ghc/html/libraries/base-4.2.0.1/haddock-util.js +share/doc/ghc/html/libraries/base-4.2.0.1/haddock.css +share/doc/ghc/html/libraries/base-4.2.0.1/haskell_icon.gif +share/doc/ghc/html/libraries/base-4.2.0.1/index-frames.html +share/doc/ghc/html/libraries/base-4.2.0.1/index.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-Applicative.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-Arrow.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-Category.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-Concurrent-Chan.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-Concurrent-MVar.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-Concurrent-QSem.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-Concurrent-QSemN.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-Concurrent-SampleVar.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-Concurrent.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-Exception-Base.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-Exception.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-Monad-Fix.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-Monad-Instances.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-Monad-ST-Lazy.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-Monad-ST-Strict.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-Monad-ST.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-Monad.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Control-OldException.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Bits.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Bool.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Char.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Complex.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Data.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Dynamic.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Either.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Eq.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Fixed.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Foldable.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Function.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Functor.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-HashTable.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-IORef.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Int.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Ix.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-List.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Maybe.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Monoid.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Ord.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Ratio.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-STRef-Lazy.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-STRef-Strict.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-STRef.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-String.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Traversable.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Tuple.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Typeable.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Unique.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Version.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Data-Word.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Debug-Trace.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Foreign-C-Error.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Foreign-C-String.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Foreign-C-Types.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Foreign-C.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Foreign-Concurrent.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Foreign-ForeignPtr.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Foreign-Marshal-Alloc.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Foreign-Marshal-Array.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Foreign-Marshal-Error.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Foreign-Marshal-Pool.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Foreign-Marshal-Utils.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Foreign-Marshal.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Foreign-Ptr.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Foreign-StablePtr.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Foreign-Storable.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Foreign.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-Conc.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-ConsoleHandler.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-Constants.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-Desugar.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-Environment.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-Exts.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-IO-Buffer.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-IO-BufferedIO.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-IO-Device.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-IO-Encoding-CodePage.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-IO-Encoding-Iconv.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-IO-Encoding-Latin1.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-IO-Encoding-Types.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-IO-Encoding-UTF16.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-IO-Encoding-UTF32.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-IO-Encoding-UTF8.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-IO-Encoding.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-IO-Handle-FD.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-IO-Handle.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_GHC-PArr.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Numeric.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Prelude.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_System-CPUTime.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_System-Console-GetOpt.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_System-Environment.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_System-Exit.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_System-IO-Error.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_System-IO-Unsafe.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_System-IO.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_System-Info.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_System-Mem-StableName.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_System-Mem-Weak.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_System-Mem.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_System-Posix-Types.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_System-Timeout.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Text-ParserCombinators-ReadP.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Text-ParserCombinators-ReadPrec.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Text-Printf.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Text-Read-Lex.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Text-Read.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Text-Show-Functions.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Text-Show.html +share/doc/ghc/html/libraries/base-4.2.0.1/mini_Unsafe-Coerce.html +share/doc/ghc/html/libraries/base-4.2.0.1/minus.gif +share/doc/ghc/html/libraries/base-4.2.0.1/plus.gif 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/doc-index.html @@ -2681,27 +2666,27 @@ share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/index.html share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/mini_Distribution-InstalledPackageInfo-Binary.html 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/plus.gif -share/doc/ghc/html/libraries/bytestring-0.9.1.5/Data-ByteString-Char8.html -share/doc/ghc/html/libraries/bytestring-0.9.1.5/Data-ByteString-Lazy-Char8.html -share/doc/ghc/html/libraries/bytestring-0.9.1.5/Data-ByteString-Lazy.html -share/doc/ghc/html/libraries/bytestring-0.9.1.5/Data-ByteString-Unsafe.html -share/doc/ghc/html/libraries/bytestring-0.9.1.5/Data-ByteString.html -share/doc/ghc/html/libraries/bytestring-0.9.1.5/LICENSE -share/doc/ghc/html/libraries/bytestring-0.9.1.5/bytestring.haddock -share/doc/ghc/html/libraries/bytestring-0.9.1.5/doc-index.html -share/doc/ghc/html/libraries/bytestring-0.9.1.5/frames.html -share/doc/ghc/html/libraries/bytestring-0.9.1.5/haddock-util.js -share/doc/ghc/html/libraries/bytestring-0.9.1.5/haddock.css -share/doc/ghc/html/libraries/bytestring-0.9.1.5/haskell_icon.gif -share/doc/ghc/html/libraries/bytestring-0.9.1.5/index-frames.html -share/doc/ghc/html/libraries/bytestring-0.9.1.5/index.html -share/doc/ghc/html/libraries/bytestring-0.9.1.5/mini_Data-ByteString-Char8.html -share/doc/ghc/html/libraries/bytestring-0.9.1.5/mini_Data-ByteString-Lazy-Char8.html -share/doc/ghc/html/libraries/bytestring-0.9.1.5/mini_Data-ByteString-Lazy.html -share/doc/ghc/html/libraries/bytestring-0.9.1.5/mini_Data-ByteString-Unsafe.html -share/doc/ghc/html/libraries/bytestring-0.9.1.5/mini_Data-ByteString.html -share/doc/ghc/html/libraries/bytestring-0.9.1.5/minus.gif -share/doc/ghc/html/libraries/bytestring-0.9.1.5/plus.gif +share/doc/ghc/html/libraries/bytestring-0.9.1.6/Data-ByteString-Char8.html +share/doc/ghc/html/libraries/bytestring-0.9.1.6/Data-ByteString-Lazy-Char8.html +share/doc/ghc/html/libraries/bytestring-0.9.1.6/Data-ByteString-Lazy.html +share/doc/ghc/html/libraries/bytestring-0.9.1.6/Data-ByteString-Unsafe.html +share/doc/ghc/html/libraries/bytestring-0.9.1.6/Data-ByteString.html +share/doc/ghc/html/libraries/bytestring-0.9.1.6/LICENSE +share/doc/ghc/html/libraries/bytestring-0.9.1.6/bytestring.haddock +share/doc/ghc/html/libraries/bytestring-0.9.1.6/doc-index.html +share/doc/ghc/html/libraries/bytestring-0.9.1.6/frames.html +share/doc/ghc/html/libraries/bytestring-0.9.1.6/haddock-util.js +share/doc/ghc/html/libraries/bytestring-0.9.1.6/haddock.css +share/doc/ghc/html/libraries/bytestring-0.9.1.6/haskell_icon.gif +share/doc/ghc/html/libraries/bytestring-0.9.1.6/index-frames.html +share/doc/ghc/html/libraries/bytestring-0.9.1.6/index.html +share/doc/ghc/html/libraries/bytestring-0.9.1.6/mini_Data-ByteString-Char8.html +share/doc/ghc/html/libraries/bytestring-0.9.1.6/mini_Data-ByteString-Lazy-Char8.html +share/doc/ghc/html/libraries/bytestring-0.9.1.6/mini_Data-ByteString-Lazy.html +share/doc/ghc/html/libraries/bytestring-0.9.1.6/mini_Data-ByteString-Unsafe.html +share/doc/ghc/html/libraries/bytestring-0.9.1.6/mini_Data-ByteString.html +share/doc/ghc/html/libraries/bytestring-0.9.1.6/minus.gif +share/doc/ghc/html/libraries/bytestring-0.9.1.6/plus.gif share/doc/ghc/html/libraries/containers-0.3.0.0/Data-Graph.html share/doc/ghc/html/libraries/containers-0.3.0.0/Data-IntMap.html share/doc/ghc/html/libraries/containers-0.3.0.0/Data-IntSet.html @@ -2753,19 +2738,19 @@ share/doc/ghc/html/libraries/containers-0.3.0.0/mini_Data-Set.html share/doc/ghc/html/libraries/containers-0.3.0.0/mini_Data-Tree.html share/doc/ghc/html/libraries/containers-0.3.0.0/minus.gif share/doc/ghc/html/libraries/containers-0.3.0.0/plus.gif -share/doc/ghc/html/libraries/directory-1.0.1.0/LICENSE -share/doc/ghc/html/libraries/directory-1.0.1.0/System-Directory.html -share/doc/ghc/html/libraries/directory-1.0.1.0/directory.haddock -share/doc/ghc/html/libraries/directory-1.0.1.0/doc-index.html -share/doc/ghc/html/libraries/directory-1.0.1.0/frames.html -share/doc/ghc/html/libraries/directory-1.0.1.0/haddock-util.js -share/doc/ghc/html/libraries/directory-1.0.1.0/haddock.css -share/doc/ghc/html/libraries/directory-1.0.1.0/haskell_icon.gif -share/doc/ghc/html/libraries/directory-1.0.1.0/index-frames.html -share/doc/ghc/html/libraries/directory-1.0.1.0/index.html -share/doc/ghc/html/libraries/directory-1.0.1.0/mini_System-Directory.html -share/doc/ghc/html/libraries/directory-1.0.1.0/minus.gif -share/doc/ghc/html/libraries/directory-1.0.1.0/plus.gif +share/doc/ghc/html/libraries/directory-1.0.1.1/LICENSE +share/doc/ghc/html/libraries/directory-1.0.1.1/System-Directory.html +share/doc/ghc/html/libraries/directory-1.0.1.1/directory.haddock +share/doc/ghc/html/libraries/directory-1.0.1.1/doc-index.html +share/doc/ghc/html/libraries/directory-1.0.1.1/frames.html +share/doc/ghc/html/libraries/directory-1.0.1.1/haddock-util.js +share/doc/ghc/html/libraries/directory-1.0.1.1/haddock.css +share/doc/ghc/html/libraries/directory-1.0.1.1/haskell_icon.gif +share/doc/ghc/html/libraries/directory-1.0.1.1/index-frames.html +share/doc/ghc/html/libraries/directory-1.0.1.1/index.html +share/doc/ghc/html/libraries/directory-1.0.1.1/mini_System-Directory.html +share/doc/ghc/html/libraries/directory-1.0.1.1/minus.gif +share/doc/ghc/html/libraries/directory-1.0.1.1/plus.gif share/doc/ghc/html/libraries/doc-index-124.html share/doc/ghc/html/libraries/doc-index-33.html share/doc/ghc/html/libraries/doc-index-36.html @@ -3016,23 +3001,23 @@ share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.1/index.html share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.1/mini_Control-Exception-Extensible.html share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.1/minus.gif share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.1/plus.gif -share/doc/ghc/html/libraries/filepath-1.1.0.3/LICENSE -share/doc/ghc/html/libraries/filepath-1.1.0.3/System-FilePath-Posix.html -share/doc/ghc/html/libraries/filepath-1.1.0.3/System-FilePath-Windows.html -share/doc/ghc/html/libraries/filepath-1.1.0.3/System-FilePath.html -share/doc/ghc/html/libraries/filepath-1.1.0.3/doc-index.html -share/doc/ghc/html/libraries/filepath-1.1.0.3/filepath.haddock -share/doc/ghc/html/libraries/filepath-1.1.0.3/frames.html -share/doc/ghc/html/libraries/filepath-1.1.0.3/haddock-util.js -share/doc/ghc/html/libraries/filepath-1.1.0.3/haddock.css -share/doc/ghc/html/libraries/filepath-1.1.0.3/haskell_icon.gif -share/doc/ghc/html/libraries/filepath-1.1.0.3/index-frames.html -share/doc/ghc/html/libraries/filepath-1.1.0.3/index.html -share/doc/ghc/html/libraries/filepath-1.1.0.3/mini_System-FilePath-Posix.html -share/doc/ghc/html/libraries/filepath-1.1.0.3/mini_System-FilePath-Windows.html -share/doc/ghc/html/libraries/filepath-1.1.0.3/mini_System-FilePath.html -share/doc/ghc/html/libraries/filepath-1.1.0.3/minus.gif -share/doc/ghc/html/libraries/filepath-1.1.0.3/plus.gif +share/doc/ghc/html/libraries/filepath-1.1.0.4/LICENSE +share/doc/ghc/html/libraries/filepath-1.1.0.4/System-FilePath-Posix.html +share/doc/ghc/html/libraries/filepath-1.1.0.4/System-FilePath-Windows.html +share/doc/ghc/html/libraries/filepath-1.1.0.4/System-FilePath.html +share/doc/ghc/html/libraries/filepath-1.1.0.4/doc-index.html +share/doc/ghc/html/libraries/filepath-1.1.0.4/filepath.haddock +share/doc/ghc/html/libraries/filepath-1.1.0.4/frames.html +share/doc/ghc/html/libraries/filepath-1.1.0.4/haddock-util.js +share/doc/ghc/html/libraries/filepath-1.1.0.4/haddock.css +share/doc/ghc/html/libraries/filepath-1.1.0.4/haskell_icon.gif +share/doc/ghc/html/libraries/filepath-1.1.0.4/index-frames.html +share/doc/ghc/html/libraries/filepath-1.1.0.4/index.html +share/doc/ghc/html/libraries/filepath-1.1.0.4/mini_System-FilePath-Posix.html +share/doc/ghc/html/libraries/filepath-1.1.0.4/mini_System-FilePath-Windows.html +share/doc/ghc/html/libraries/filepath-1.1.0.4/mini_System-FilePath.html +share/doc/ghc/html/libraries/filepath-1.1.0.4/minus.gif +share/doc/ghc/html/libraries/filepath-1.1.0.4/plus.gif share/doc/ghc/html/libraries/frames.html share/doc/ghc/html/libraries/gen_contents_index share/doc/ghc/html/libraries/${PKGNAME}/Alpha-CodeGen.html @@ -4029,41 +4014,41 @@ share/doc/ghc/html/libraries/haskell98-1.0.1.1/mini_Word.html share/doc/ghc/html/libraries/haskell98-1.0.1.1/minus.gif share/doc/ghc/html/libraries/haskell98-1.0.1.1/plus.gif share/doc/ghc/html/libraries/haskell_icon.gif -share/doc/ghc/html/libraries/hpc-0.5.0.4/LICENSE -share/doc/ghc/html/libraries/hpc-0.5.0.4/Trace-Hpc-Mix.html -share/doc/ghc/html/libraries/hpc-0.5.0.4/Trace-Hpc-Reflect.html -share/doc/ghc/html/libraries/hpc-0.5.0.4/Trace-Hpc-Tix.html -share/doc/ghc/html/libraries/hpc-0.5.0.4/Trace-Hpc-Util.html -share/doc/ghc/html/libraries/hpc-0.5.0.4/doc-index.html -share/doc/ghc/html/libraries/hpc-0.5.0.4/frames.html -share/doc/ghc/html/libraries/hpc-0.5.0.4/haddock-util.js -share/doc/ghc/html/libraries/hpc-0.5.0.4/haddock.css -share/doc/ghc/html/libraries/hpc-0.5.0.4/haskell_icon.gif -share/doc/ghc/html/libraries/hpc-0.5.0.4/hpc.haddock -share/doc/ghc/html/libraries/hpc-0.5.0.4/index-frames.html -share/doc/ghc/html/libraries/hpc-0.5.0.4/index.html -share/doc/ghc/html/libraries/hpc-0.5.0.4/mini_Trace-Hpc-Mix.html -share/doc/ghc/html/libraries/hpc-0.5.0.4/mini_Trace-Hpc-Reflect.html -share/doc/ghc/html/libraries/hpc-0.5.0.4/mini_Trace-Hpc-Tix.html -share/doc/ghc/html/libraries/hpc-0.5.0.4/mini_Trace-Hpc-Util.html -share/doc/ghc/html/libraries/hpc-0.5.0.4/minus.gif -share/doc/ghc/html/libraries/hpc-0.5.0.4/plus.gif +share/doc/ghc/html/libraries/hpc-0.5.0.5/LICENSE +share/doc/ghc/html/libraries/hpc-0.5.0.5/Trace-Hpc-Mix.html +share/doc/ghc/html/libraries/hpc-0.5.0.5/Trace-Hpc-Reflect.html +share/doc/ghc/html/libraries/hpc-0.5.0.5/Trace-Hpc-Tix.html +share/doc/ghc/html/libraries/hpc-0.5.0.5/Trace-Hpc-Util.html +share/doc/ghc/html/libraries/hpc-0.5.0.5/doc-index.html +share/doc/ghc/html/libraries/hpc-0.5.0.5/frames.html +share/doc/ghc/html/libraries/hpc-0.5.0.5/haddock-util.js +share/doc/ghc/html/libraries/hpc-0.5.0.5/haddock.css +share/doc/ghc/html/libraries/hpc-0.5.0.5/haskell_icon.gif +share/doc/ghc/html/libraries/hpc-0.5.0.5/hpc.haddock +share/doc/ghc/html/libraries/hpc-0.5.0.5/index-frames.html +share/doc/ghc/html/libraries/hpc-0.5.0.5/index.html +share/doc/ghc/html/libraries/hpc-0.5.0.5/mini_Trace-Hpc-Mix.html +share/doc/ghc/html/libraries/hpc-0.5.0.5/mini_Trace-Hpc-Reflect.html +share/doc/ghc/html/libraries/hpc-0.5.0.5/mini_Trace-Hpc-Tix.html +share/doc/ghc/html/libraries/hpc-0.5.0.5/mini_Trace-Hpc-Util.html +share/doc/ghc/html/libraries/hpc-0.5.0.5/minus.gif +share/doc/ghc/html/libraries/hpc-0.5.0.5/plus.gif 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.0/GHC-Integer.html -share/doc/ghc/html/libraries/integer-gmp-0.2.0.0/LICENSE -share/doc/ghc/html/libraries/integer-gmp-0.2.0.0/doc-index.html -share/doc/ghc/html/libraries/integer-gmp-0.2.0.0/frames.html -share/doc/ghc/html/libraries/integer-gmp-0.2.0.0/haddock-util.js -share/doc/ghc/html/libraries/integer-gmp-0.2.0.0/haddock.css -share/doc/ghc/html/libraries/integer-gmp-0.2.0.0/haskell_icon.gif -share/doc/ghc/html/libraries/integer-gmp-0.2.0.0/index-frames.html -share/doc/ghc/html/libraries/integer-gmp-0.2.0.0/index.html -share/doc/ghc/html/libraries/integer-gmp-0.2.0.0/integer-gmp.haddock -share/doc/ghc/html/libraries/integer-gmp-0.2.0.0/mini_GHC-Integer.html -share/doc/ghc/html/libraries/integer-gmp-0.2.0.0/minus.gif -share/doc/ghc/html/libraries/integer-gmp-0.2.0.0/plus.gif +share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/GHC-Integer.html +share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/LICENSE +share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/doc-index.html +share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/frames.html +share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/haddock-util.js +share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/haddock.css +share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/haskell_icon.gif +share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/index-frames.html +share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/index.html +share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/integer-gmp.haddock +share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/mini_GHC-Integer.html +share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/minus.gif +share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/plus.gif share/doc/ghc/html/libraries/minus.gif share/doc/ghc/html/libraries/old-locale-1.0.0.2/LICENSE share/doc/ghc/html/libraries/old-locale-1.0.0.2/System-Locale.html @@ -4078,19 +4063,19 @@ 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/old-locale.haddock share/doc/ghc/html/libraries/old-locale-1.0.0.2/plus.gif -share/doc/ghc/html/libraries/old-time-1.0.0.3/LICENSE -share/doc/ghc/html/libraries/old-time-1.0.0.3/System-Time.html -share/doc/ghc/html/libraries/old-time-1.0.0.3/doc-index.html -share/doc/ghc/html/libraries/old-time-1.0.0.3/frames.html -share/doc/ghc/html/libraries/old-time-1.0.0.3/haddock-util.js -share/doc/ghc/html/libraries/old-time-1.0.0.3/haddock.css -share/doc/ghc/html/libraries/old-time-1.0.0.3/haskell_icon.gif -share/doc/ghc/html/libraries/old-time-1.0.0.3/index-frames.html -share/doc/ghc/html/libraries/old-time-1.0.0.3/index.html -share/doc/ghc/html/libraries/old-time-1.0.0.3/mini_System-Time.html -share/doc/ghc/html/libraries/old-time-1.0.0.3/minus.gif -share/doc/ghc/html/libraries/old-time-1.0.0.3/old-time.haddock -share/doc/ghc/html/libraries/old-time-1.0.0.3/plus.gif +share/doc/ghc/html/libraries/old-time-1.0.0.4/LICENSE +share/doc/ghc/html/libraries/old-time-1.0.0.4/System-Time.html +share/doc/ghc/html/libraries/old-time-1.0.0.4/doc-index.html +share/doc/ghc/html/libraries/old-time-1.0.0.4/frames.html +share/doc/ghc/html/libraries/old-time-1.0.0.4/haddock-util.js +share/doc/ghc/html/libraries/old-time-1.0.0.4/haddock.css +share/doc/ghc/html/libraries/old-time-1.0.0.4/haskell_icon.gif +share/doc/ghc/html/libraries/old-time-1.0.0.4/index-frames.html +share/doc/ghc/html/libraries/old-time-1.0.0.4/index.html +share/doc/ghc/html/libraries/old-time-1.0.0.4/mini_System-Time.html +share/doc/ghc/html/libraries/old-time-1.0.0.4/minus.gif +share/doc/ghc/html/libraries/old-time-1.0.0.4/old-time.haddock +share/doc/ghc/html/libraries/old-time-1.0.0.4/plus.gif share/doc/ghc/html/libraries/plus.gif share/doc/ghc/html/libraries/pretty-1.0.1.1/LICENSE share/doc/ghc/html/libraries/pretty-1.0.1.1/Text-PrettyPrint-HughesPJ.html @@ -4178,55 +4163,55 @@ share/doc/ghc/html/libraries/syb-0.1.0.2/mini_Data-Generics.html share/doc/ghc/html/libraries/syb-0.1.0.2/minus.gif share/doc/ghc/html/libraries/syb-0.1.0.2/plus.gif share/doc/ghc/html/libraries/syb-0.1.0.2/syb.haddock -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/LICENSE -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/Language-Haskell-TH-Lib.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/Language-Haskell-TH-Ppr.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/Language-Haskell-TH-PprLib.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/Language-Haskell-TH-Quote.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/Language-Haskell-TH-Syntax-Internals.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/Language-Haskell-TH-Syntax.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/Language-Haskell-TH.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-36.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-60.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-A.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-B.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-C.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-D.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-E.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-F.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-G.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-H.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-I.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-K.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-L.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-M.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-N.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-O.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-P.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-Q.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-R.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-S.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-T.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-U.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-V.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index-W.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/doc-index.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/frames.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/haddock-util.js -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/haddock.css -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/haskell_icon.gif -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/index-frames.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/index.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/mini_Language-Haskell-TH-Lib.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/mini_Language-Haskell-TH-Ppr.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/mini_Language-Haskell-TH-PprLib.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/mini_Language-Haskell-TH-Quote.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/mini_Language-Haskell-TH-Syntax-Internals.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/mini_Language-Haskell-TH-Syntax.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/mini_Language-Haskell-TH.html -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/minus.gif -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/plus.gif -share/doc/ghc/html/libraries/template-haskell-2.4.0.0/template-haskell.haddock +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/LICENSE +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/Language-Haskell-TH-Lib.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/Language-Haskell-TH-Ppr.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/Language-Haskell-TH-PprLib.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/Language-Haskell-TH-Quote.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/Language-Haskell-TH-Syntax-Internals.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/Language-Haskell-TH-Syntax.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/Language-Haskell-TH.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-36.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-60.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-A.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-B.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-C.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-D.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-E.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-F.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-G.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-H.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-I.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-K.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-L.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-M.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-N.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-O.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-P.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-Q.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-R.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-S.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-T.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-U.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-V.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index-W.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/doc-index.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/frames.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/haddock-util.js +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/haddock.css +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/haskell_icon.gif +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/index-frames.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/index.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/mini_Language-Haskell-TH-Lib.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/mini_Language-Haskell-TH-Ppr.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/mini_Language-Haskell-TH-PprLib.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/mini_Language-Haskell-TH-Quote.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/mini_Language-Haskell-TH-Syntax-Internals.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/mini_Language-Haskell-TH-Syntax.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/mini_Language-Haskell-TH.html +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/minus.gif +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/plus.gif +share/doc/ghc/html/libraries/template-haskell-2.4.0.1/template-haskell.haddock share/doc/ghc/html/libraries/time-1.1.4/Data-Time-Calendar-Easter.html share/doc/ghc/html/libraries/time-1.1.4/Data-Time-Calendar-Julian.html share/doc/ghc/html/libraries/time-1.1.4/Data-Time-Calendar-MonthDay.html @@ -4262,105 +4247,82 @@ share/doc/ghc/html/libraries/time-1.1.4/mini_Data-Time.html share/doc/ghc/html/libraries/time-1.1.4/minus.gif share/doc/ghc/html/libraries/time-1.1.4/plus.gif share/doc/ghc/html/libraries/time-1.1.4/time.haddock -share/doc/ghc/html/libraries/unix-2.4.0.0/LICENSE -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-Directory.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-DynamicLinker-Module.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-DynamicLinker-Prim.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-DynamicLinker.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-Env.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-Error.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-Files.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-IO.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-Process-Internals.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-Process.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-Resource.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-Semaphore.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-SharedMem.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-Signals-Exts.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-Signals.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-Temp.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-Terminal.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-Time.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-Unistd.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix-User.html -share/doc/ghc/html/libraries/unix-2.4.0.0/System-Posix.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-A.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-B.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-C.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-D.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-E.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-F.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-G.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-H.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-I.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-J.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-K.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-L.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-M.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-N.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-O.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-P.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-Q.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-R.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-S.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-T.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-U.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-V.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index-W.html -share/doc/ghc/html/libraries/unix-2.4.0.0/doc-index.html -share/doc/ghc/html/libraries/unix-2.4.0.0/frames.html -share/doc/ghc/html/libraries/unix-2.4.0.0/haddock-util.js -share/doc/ghc/html/libraries/unix-2.4.0.0/haddock.css -share/doc/ghc/html/libraries/unix-2.4.0.0/haskell_icon.gif -share/doc/ghc/html/libraries/unix-2.4.0.0/index-frames.html -share/doc/ghc/html/libraries/unix-2.4.0.0/index.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-Directory.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-DynamicLinker-Module.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-DynamicLinker-Prim.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-DynamicLinker.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-Env.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-Error.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-Files.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-IO.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-Process-Internals.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-Process.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-Resource.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-Semaphore.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-SharedMem.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-Signals-Exts.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-Signals.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-Temp.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-Terminal.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-Time.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-Unistd.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix-User.html -share/doc/ghc/html/libraries/unix-2.4.0.0/mini_System-Posix.html -share/doc/ghc/html/libraries/unix-2.4.0.0/minus.gif -share/doc/ghc/html/libraries/unix-2.4.0.0/plus.gif -share/doc/ghc/html/libraries/unix-2.4.0.0/unix.haddock -share/doc/ghc/html/libraries/utf8-string-0.3.4/Codec-Binary-UTF8-Generic.html -share/doc/ghc/html/libraries/utf8-string-0.3.4/Codec-Binary-UTF8-String.html -share/doc/ghc/html/libraries/utf8-string-0.3.4/Data-ByteString-Lazy-UTF8.html -share/doc/ghc/html/libraries/utf8-string-0.3.4/Data-ByteString-UTF8.html -share/doc/ghc/html/libraries/utf8-string-0.3.4/Data-String-UTF8.html -share/doc/ghc/html/libraries/utf8-string-0.3.4/LICENSE -share/doc/ghc/html/libraries/utf8-string-0.3.4/System-IO-UTF8.html -share/doc/ghc/html/libraries/utf8-string-0.3.4/doc-index.html -share/doc/ghc/html/libraries/utf8-string-0.3.4/frames.html -share/doc/ghc/html/libraries/utf8-string-0.3.4/haddock-util.js -share/doc/ghc/html/libraries/utf8-string-0.3.4/haddock.css -share/doc/ghc/html/libraries/utf8-string-0.3.4/haskell_icon.gif -share/doc/ghc/html/libraries/utf8-string-0.3.4/index-frames.html -share/doc/ghc/html/libraries/utf8-string-0.3.4/index.html -share/doc/ghc/html/libraries/utf8-string-0.3.4/mini_Codec-Binary-UTF8-Generic.html -share/doc/ghc/html/libraries/utf8-string-0.3.4/mini_Codec-Binary-UTF8-String.html -share/doc/ghc/html/libraries/utf8-string-0.3.4/mini_Data-ByteString-Lazy-UTF8.html -share/doc/ghc/html/libraries/utf8-string-0.3.4/mini_Data-ByteString-UTF8.html -share/doc/ghc/html/libraries/utf8-string-0.3.4/mini_Data-String-UTF8.html -share/doc/ghc/html/libraries/utf8-string-0.3.4/mini_System-IO-UTF8.html -share/doc/ghc/html/libraries/utf8-string-0.3.4/minus.gif -share/doc/ghc/html/libraries/utf8-string-0.3.4/plus.gif -share/doc/ghc/html/libraries/utf8-string-0.3.4/utf8-string.haddock +share/doc/ghc/html/libraries/unix-2.4.0.1/LICENSE +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-Directory.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-DynamicLinker-Module.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-DynamicLinker-Prim.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-DynamicLinker.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-Env.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-Error.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-Files.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-IO.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-Process-Internals.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-Process.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-Resource.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-Semaphore.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-SharedMem.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-Signals-Exts.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-Signals.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-Temp.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-Terminal.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-Time.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-Unistd.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix-User.html +share/doc/ghc/html/libraries/unix-2.4.0.1/System-Posix.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-A.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-B.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-C.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-D.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-E.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-F.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-G.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-H.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-I.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-J.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-K.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-L.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-M.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-N.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-O.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-P.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-Q.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-R.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-S.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-T.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-U.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-V.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index-W.html +share/doc/ghc/html/libraries/unix-2.4.0.1/doc-index.html +share/doc/ghc/html/libraries/unix-2.4.0.1/frames.html +share/doc/ghc/html/libraries/unix-2.4.0.1/haddock-util.js +share/doc/ghc/html/libraries/unix-2.4.0.1/haddock.css +share/doc/ghc/html/libraries/unix-2.4.0.1/haskell_icon.gif +share/doc/ghc/html/libraries/unix-2.4.0.1/index-frames.html +share/doc/ghc/html/libraries/unix-2.4.0.1/index.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-Directory.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-DynamicLinker-Module.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-DynamicLinker-Prim.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-DynamicLinker.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-Env.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-Error.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-Files.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-IO.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-Process-Internals.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-Process.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-Resource.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-Semaphore.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-SharedMem.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-Signals-Exts.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-Signals.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-Temp.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-Terminal.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-Time.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-Unistd.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix-User.html +share/doc/ghc/html/libraries/unix-2.4.0.1/mini_System-Posix.html +share/doc/ghc/html/libraries/unix-2.4.0.1/minus.gif +share/doc/ghc/html/libraries/unix-2.4.0.1/plus.gif +share/doc/ghc/html/libraries/unix-2.4.0.1/unix.haddock 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 @@ -4420,6 +4382,7 @@ 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-6-12-1.html +share/doc/ghc/html/users_guide/release-6-12-2.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 diff --git a/distinfo b/distinfo index a2faeb6..87f06b0 100644 --- a/distinfo +++ b/distinfo @@ -1,19 +1,10 @@ $NetBSD: distinfo,v 1.22 2008/07/07 14:58:00 kristerw Exp $ -SHA1 (ghc-6.12.1-boot-i386-unknown-freebsd.tar.bz2) = 47ff6791b08c78c66b9f8029bffb6618d8a0210a -RMD160 (ghc-6.12.1-boot-i386-unknown-freebsd.tar.bz2) = 6a447f357ba8433016eafc569f7dbc0e50e8154d -Size (ghc-6.12.1-boot-i386-unknown-freebsd.tar.bz2) = 18580036 bytes -SHA1 (ghc-6.12.1-boot-i386-unknown-netbsd.tar.bz2) = fccf63be43d3c12b276ea273939b1db5f0e7dfcd -RMD160 (ghc-6.12.1-boot-i386-unknown-netbsd.tar.bz2) = f502fec7c702ade51701669ae3daf133af5126e1 -Size (ghc-6.12.1-boot-i386-unknown-netbsd.tar.bz2) = 18554365 bytes -SHA1 (ghc-6.12.1-boot-powerpc-apple-darwin.tar.bz2) = e0e4d34a64e4635c76047fb1052ab30b2c9701e0 -RMD160 (ghc-6.12.1-boot-powerpc-apple-darwin.tar.bz2) = afbad3416a0b2df5291023f5ea74ee9a35dbde7e -Size (ghc-6.12.1-boot-powerpc-apple-darwin.tar.bz2) = 18651776 bytes -SHA1 (ghc-6.12.1-src.tar.bz2) = dc36df842c931917f322c7fd86e19a4711ba34ea -RMD160 (ghc-6.12.1-src.tar.bz2) = c5e067f739813421cb07ce6326b2cbe2e14fbdf6 -Size (ghc-6.12.1-src.tar.bz2) = 22543105 bytes -SHA1 (patch-aa) = 61a7c503a9d8fd0e06d2f43926e3568f1ae1efb2 -SHA1 (patch-ab) = 68c78447f458958a8cfdd316991444fbdae5bc31 +SHA1 (ghc-6.12.2-boot-powerpc-apple-darwin.tar.bz2) = 894eb868e19865836858acf87a77bafbab1ac60c +RMD160 (ghc-6.12.2-boot-powerpc-apple-darwin.tar.bz2) = acd20c65c489ef9b72ecc34723729f8845754a70 +Size (ghc-6.12.2-boot-powerpc-apple-darwin.tar.bz2) = 19658673 bytes +SHA1 (ghc-6.12.2-src.tar.bz2) = 421967729beab8a5051b8b7c216240bfcb879c84 +RMD160 (ghc-6.12.2-src.tar.bz2) = ad114022420fbb313dc56f1c5285d1cef4c88f2f +Size (ghc-6.12.2-src.tar.bz2) = 34158695 bytes SHA1 (patch-af) = 81ae37eeaca5992868f6955b99113aaae010df22 SHA1 (patch-ah) = 5470ab2e1bb746ef3009e5f02ac0b28b8e9d9688 -SHA1 (patch-ak) = de67817c6e310c28e8012790bf0feb43d729dd30 diff --git a/patches/patch-aa b/patches/patch-aa deleted file mode 100644 index 14b0424..0000000 --- a/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD$ - ---- rts/ghc.mk.orig 2009-12-11 03:11:33.000000000 +0900 -+++ rts/ghc.mk -@@ -19,8 +19,8 @@ rts_dist_HC = $(GHC_STAGE1) - # merge GhcLibWays and GhcRTSWays but strip out duplicates - rts_WAYS = $(GhcLibWays) $(filter-out $(GhcLibWays),$(GhcRTSWays)) - --ALL_RTS_LIBS = $(foreach way,$(rts_WAYS),rts/dist/build/libHSrts$($(way)_libsuf)) \ -- rts/dist/build/libHSrtsmain.a -+ALL_RTS_LIBS = rts/dist/build/libHSrtsmain.a $(foreach way,$(rts_WAYS),rts/dist/build/libHSrts$($(way)_libsuf)) -+ - all_rts : $(ALL_RTS_LIBS) - - # ----------------------------------------------------------------------------- diff --git a/patches/patch-ab b/patches/patch-ab deleted file mode 100644 index de5a53a..0000000 --- a/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD$ - ---- rts/posix/Select.c.orig 2009-12-11 03:11:32.000000000 +0900 -+++ rts/posix/Select.c -@@ -32,6 +32,8 @@ - #include - #endif - -+#include -+ - #if !defined(THREADED_RTS) - /* last timestamp */ - lnat timestamp = 0; diff --git a/patches/patch-ak b/patches/patch-ak deleted file mode 100644 index d5a5c44..0000000 --- a/patches/patch-ak +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD$ - ---- libraries/integer-gmp/gmp/config.mk.in.orig 2009-12-11 03:25:53.000000000 +0900 -+++ libraries/integer-gmp/gmp/config.mk.in -@@ -5,3 +5,5 @@ endif - ifeq "$(HaveFrameworkGMP)" "" - HaveFrameworkGMP = @HaveFrameworkGMP@ - endif -+ -+libraries/integer-gmp_CC_OPTS += @CPPFLAGS@ @LDFLAGS@ -- 2.40.0