Skip to content

Instantly share code, notes, and snippets.

@hololeap
Created December 4, 2019 19:35
Show Gist options
  • Save hololeap/a8905766e60e8d35feaeafdbadfbff36 to your computer and use it in GitHub Desktop.
Save hololeap/a8905766e60e8d35feaeafdbadfbff36 to your computer and use it in GitHub Desktop.
makePackages.log
+ set -euo pipefail
+ '[' 0 -ne 1 ']'
+ echo 'usage: utils/makePackages.sh [link|copy]'
usage: utils/makePackages.sh [link|copy]
+ echo ''
+ echo 'build a standalone GHC package from the GHC sources'
build a standalone GHC package from the GHC sources
+ '[' link = copy ']'
+ echo 'populating source tree with symbolic links to upstream files'
populating source tree with symbolic links to upstream files
+ LINK=1
+ SOURCE=utils/makePackages.sh
+ '[' -h utils/makePackages.sh ']'
+++ dirname utils/makePackages.sh
++ cd -P utils
++ pwd
+ SOURCEDIR=/home/kinetik/haskell/ghcjs/utils
+ PKGINPUT=/home/kinetik/haskell/ghcjs/utils/pkg-input
+ PKGCACHE=/home/kinetik/haskell/ghcjs/utils/pkg-cache
+ GHCJSROOT=/home/kinetik/haskell/ghcjs/utils/..
+ TARGET=/home/kinetik/haskell/ghcjs/utils/../lib
+ GHCSRC=/home/kinetik/haskell/ghcjs/utils/../ghc
+++ basename utils/makePackages.sh
++ mktemp -d /tmp/makePackages.sh.XXXXXXXXXXXX
+ WORKDIR=/tmp/makePackages.sh.lC5eNcd3zuOI
++ cabal --numeric-version
+ CABALVER=2.4.0.0
+ [[ 2. != \1\. ]]
+ [[ 2. != \2\. ]]
+ CMDPREFIX=
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc
+ '[' '!' -f ./configure ']'
+ '[' '!' -f ./compiler/ghc.cabal ']'
+ echo 'configuring GHC tree'
configuring GHC tree
+ ./configure
checking for gfind... no
checking for find... /usr/bin/find
checking for sort... /usr/bin/sort
checking for GHC Git commit id... inferred fd6cbeab075e4bcb10f442bd26257ecebc646cff
checking for ghc... /usr/bin/ghc
checking version of ghc... 8.6.5
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
Build platform inferred as: x86_64-unknown-linux
Host platform inferred as: x86_64-unknown-linux
Target platform inferred as: x86_64-unknown-linux
GHC build : x86_64-unknown-linux
GHC host : x86_64-unknown-linux
GHC target : x86_64-unknown-linux
LLVM target: x86_64-unknown-linux
checking for path to top of build tree... /home/kinetik/haskell/ghcjs/ghc
checking for -windres... no
checking for windres... no
checking for -dllwrap... no
checking for dllwrap... no
checking for -objdump... no
checking for objdump... objdump
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to run the C preprocessor... gcc -E
checking for gcc option to accept ISO C99... none needed
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO C99... none needed
checking for -ld.lld... no
checking for ld.lld... ld.lld
checking whether C compiler supports -fuse-ld=lld... yes
checking whether ld is GNU ld... YES
checking whether ld understands --build-id... yes
checking whether ld understands -no_compact_unwind... no
checking whether ld understands -filelist... no
checking for -nm... no
checking for nm... nm
checking for ranlib... ranlib
checking for -strip... no
checking for strip... strip
checking for -libtool... no
checking for libtool... libtool
checking for -clang... no
checking for clang... clang
checking for llc-6.0... no
checking for llc... llc
checking llc is version 6.0... no
checking for opt-6.0... no
checking for opt... opt
checking opt is version 6.0... no
configure: Creating links for in-tree file handling routines.
'utils/lndir/fs.c' => 'utils/fs/fs.c'
'utils/lndir/fs.h' => 'utils/fs/fs.h'
'utils/unlit/fs.c' => 'utils/fs/fs.c'
'utils/unlit/fs.h' => 'utils/fs/fs.h'
'rts/fs.c' => 'utils/fs/fs.c'
'rts/fs.h' => 'utils/fs/fs.h'
'libraries/base/include/fs.h' => 'utils/fs/fs.h'
'libraries/base/cbits/fs.c' => 'utils/fs/fs.c'
configure: Routines in place. Packages can now be build normally.
checking whether #! works in shell scripts... yes
checking for perl... /usr/bin/perl
checking version of gcc... 9.2.0
checking whether GCC supports -no-pie... yes
checking for extra options to pass gcc when compiling via C... -fwrapv -fno-builtin
checking whether C compiler is clang... no
checking whether C compiler has an LLVM back end... no
checking Setting up CFLAGS, LDFLAGS, IGNORE_LINKER_LD_FLAGS and CPPFLAGS... done
checking Setting up CONF_CC_OPTS_STAGE0, CONF_GCC_LINKER_OPTS_STAGE0, CONF_LD_LINKER_OPTS_STAGE0 and CONF_CPP_OPTS_STAGE0... done
checking Setting up CONF_CC_OPTS_STAGE1, CONF_GCC_LINKER_OPTS_STAGE1, CONF_LD_LINKER_OPTS_STAGE1 and CONF_CPP_OPTS_STAGE1... done
checking Setting up CONF_CC_OPTS_STAGE2, CONF_GCC_LINKER_OPTS_STAGE2, CONF_LD_LINKER_OPTS_STAGE2 and CONF_CPP_OPTS_STAGE2... done
checking for .subsections_via_symbols... no
checking whether your assembler supports .ident directive... yes
checking for GNU non-executable stack support... yes
checking for a working context diff... diff -U 1
checking for a BSD-compatible install... /usr/bin/install -c
checking for -ar... no
checking for ar... ar
checking whether ar is GNU ar... yes
checking for ar arguments... q
checking whether ar supports @file... yes
checking for ranlib... (cached) ranlib
checking whether ln -s works... yes
checking for gsed... no
checking for sed... /bin/sed
checking for time... no
checking for gnutar... no
checking for gtar... no
checking for tar... /bin/tar
checking for bzip2... /bin/bzip2
checking for gzip... /bin/gzip
checking for pxz... no
checking for xz... /usr/bin/xz
checking for gpatch... no
checking for patch... /usr/bin/patch
checking for dtrace... /usr/bin/dtrace
checking for HsColour... /usr/bin/HsColour
checking for sphinx-build... /usr/bin/sphinx-build
checking for version of sphinx-build... 1.7.5
checking for xelatex... no
checking for ghc-pkg matching /usr/bin/ghc... /usr/bin/ghc-pkg
checking for happy... /usr/bin/happy
checking for version of happy... 1.19.12
checking for alex... /usr/bin/alex
checking for version of alex... 3.2.4
checking for ANSI C header files... (cached) yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nlist.h usability... yes
checking nlist.h presence... yes
checking for nlist.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/timerfd.h usability... yes
checking sys/timerfd.h presence... yes
checking for sys/timerfd.h... yes
checking sys/timers.h usability... no
checking sys/timers.h presence... no
checking for sys/timers.h... no
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking winsock.h usability... no
checking winsock.h presence... no
checking for winsock.h... no
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for sys/cpuset.h... no
checking whether time.h and sys/time.h may both be included... yes
checking for long long... yes
checking size of char... 1
checking for char... yes
checking alignment of char... 1
checking size of double... 8
checking for double... yes
checking alignment of double... 8
checking size of float... 4
checking for float... yes
checking alignment of float... 4
checking size of int... 4
checking for int... yes
checking alignment of int... 4
checking size of long... 8
checking for long... yes
checking alignment of long... 8
checking size of long long... 8
checking for long long... (cached) yes
checking alignment of long long... 8
checking size of short... 2
checking for short... yes
checking alignment of short... 2
checking size of unsigned char... 1
checking for unsigned char... yes
checking alignment of unsigned char... 1
checking size of unsigned int... 4
checking for unsigned int... yes
checking alignment of unsigned int... 4
checking size of unsigned long... 8
checking for unsigned long... yes
checking alignment of unsigned long... 8
checking size of unsigned long long... 8
checking for unsigned long long... yes
checking alignment of unsigned long long... 8
checking size of unsigned short... 2
checking for unsigned short... yes
checking alignment of unsigned short... 2
checking size of void *... 8
checking for void *... yes
checking alignment of void *... 8
checking size of int8_t... 1
checking for int8_t... yes
checking alignment of int8_t... 1
checking size of uint8_t... 1
checking for uint8_t... yes
checking alignment of uint8_t... 1
checking size of int16_t... 2
checking for int16_t... yes
checking alignment of int16_t... 2
checking size of uint16_t... 2
checking for uint16_t... yes
checking alignment of uint16_t... 2
checking size of int32_t... 4
checking for int32_t... yes
checking alignment of int32_t... 4
checking size of uint32_t... 4
checking for uint32_t... yes
checking alignment of uint32_t... 4
checking size of int64_t... 8
checking for int64_t... yes
checking alignment of int64_t... 8
checking size of uint64_t... 8
checking for uint64_t... yes
checking alignment of uint64_t... 8
checking for WinExec... no
checking for GetModuleFileName... no
checking for getclock... no
checking for getrusage... yes
checking for gettimeofday... yes
checking for setitimer... yes
checking for siginterrupt... yes
checking for sysconf... yes
checking for times... yes
checking for ctime_r... yes
checking for sched_setaffinity... yes
checking for setlocale... yes
checking whether ctime_r is declared... yes
checking for closedir in -lmingwex... no
checking for atan in -lm... yes
checking for dlopen in -ldl... yes
checking for dlopen in -ldl... (cached) yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking whether float word order is big endian... no
checking for nlist in -lelf... yes
checking leading underscore in symbol names... no
checking whether __attribute__((visibility("hidden"))) is supported... yes
checking for clock_gettime in -lrt... yes
checking for clock_gettime in -lrt... (cached) yes
checking for clock_gettime... yes
checking for timer_settime... yes
checking for timer_create... yes
checking for a working timer_create(CLOCK_REALTIME)... yes
checking for printf$LDBLStub... no
checking whether -lpthread is needed for pthreads... checking for pthread_create... no
checking for pthread_create in -lpthread... yes
yes
checking for pthread_setname_np in -lpthread... yes
checking for pthread_setname_np... yes
checking sys/eventfd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking for eventfd... yes
checking for __thread support... yes
checking whether MAP_NORESERVE is declared... yes
checking whether MADV_FREE is declared... yes
checking whether MADV_DONTNEED is declared... yes
checking numa.h usability... yes
checking numa.h presence... yes
checking for numa.h... yes
checking numaif.h usability... yes
checking numaif.h presence... yes
checking for numaif.h... yes
checking for numa_available in -lnuma... yes
configure: creating ./config.status
config.status: creating hadrian/cfg/system.config
config.status: creating mk/config.mk
config.status: creating mk/install.mk
config.status: creating mk/project.mk
config.status: creating rts/rts.cabal
config.status: creating compiler/ghc.cabal
config.status: creating ghc/ghc-bin.cabal
config.status: creating utils/runghc/runghc.cabal
config.status: creating utils/gen-dll/gen-dll.cabal
config.status: creating libraries/ghc-boot/ghc-boot.cabal
config.status: creating libraries/ghc-boot-th/ghc-boot-th.cabal
config.status: creating libraries/ghci/ghci.cabal
config.status: creating libraries/ghc-heap/ghc-heap.cabal
config.status: creating settings
config.status: creating docs/users_guide/ghc_config.py
config.status: creating docs/index.html
config.status: creating libraries/prologue.txt
config.status: creating distrib/configure.ac
config.status: creating mk/config.h
----------------------------------------------------------------------
Configure completed successfully.
Building GHC version : 8.6.5
Git commit id : fd6cbeab075e4bcb10f442bd26257ecebc646cff
Build platform : x86_64-unknown-linux
Host platform : x86_64-unknown-linux
Target platform : x86_64-unknown-linux
Bootstrapping using : /usr/bin/ghc
which is version : 8.6.5
Using (for bootstrapping) : x86_64-pc-linux-gnu-gcc
Using gcc : gcc
which is version : 9.2.0
Building a cross compiler : NO
Unregisterised : NO
hs-cpp : gcc
hs-cpp-flags : -E -undef -traditional
ar : ar
ld : ld.lld
nm : nm
libtool : libtool
objdump : objdump
ranlib : ranlib
windres :
dllwrap :
genlib :
Happy : /usr/bin/happy (1.19.12)
Alex : /usr/bin/alex (3.2.4)
Perl : /usr/bin/perl
sphinx-build : /usr/bin/sphinx-build
xelatex :
Using LLVM tools
clang : clang
llc :
opt :
HsColour : /usr/bin/HsColour
Tools to build Sphinx HTML documentation available: YES
Tools to build Sphinx PDF documentation available: NO
----------------------------------------------------------------------
For a standard build of GHC (fully optimised with profiling), type (g)make.
To make changes to the default build configuration, copy the file
mk/build.mk.sample to mk/build.mk, and edit the settings in there.
For more information on how to configure your GHC build, see
http://ghc.haskell.org/trac/ghc/wiki/Building
+ '[' '!' -f ./libraries/time/lib/include/HsTimeConfig.h ']'
+ echo 'configuring time package'
configuring time package
+ cd libraries/time
+ ./configure
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for clock_gettime... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether altzone is declared... no
configure: creating ./config.status
config.status: creating lib/include/HsTimeConfig.h
+ '[' '!' -f ./inplace/bin/genprimopcode ']'
+ mkdir -p inplace/bin
+ cd utils/genprimopcode
+ cabal build --builddir=dist
Warning: The build command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-build command
or the legacy v1-build alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Resolving dependencies...
Configuring genprimopcode-0.1...
Preprocessing executable 'genprimopcode' for genprimopcode-0.1..
Building executable 'genprimopcode' for genprimopcode-0.1..
[1 of 5] Compiling ParserM ( ParserM.hs, dist/build/genprimopcode/genprimopcode-tmp/ParserM.o )
[2 of 5] Compiling Lexer ( dist/build/genprimopcode/genprimopcode-tmp/Lexer.hs, dist/build/genprimopcode/genprimopcode-tmp/Lexer.o )
[3 of 5] Compiling Syntax ( Syntax.hs, dist/build/genprimopcode/genprimopcode-tmp/Syntax.o )
[4 of 5] Compiling Parser ( dist/build/genprimopcode/genprimopcode-tmp/Parser.hs, dist/build/genprimopcode/genprimopcode-tmp/Parser.o )
[5 of 5] Compiling Main ( Main.hs, dist/build/genprimopcode/genprimopcode-tmp/Main.o )
Linking dist/build/genprimopcode/genprimopcode ...
+ gnucp dist/build/genprimopcode/genprimopcode ../../inplace/bin
+ hash gcp
+ cp dist/build/genprimopcode/genprimopcode ../../inplace/bin
+ echo 'processing cache'
processing cache
+ cd /home/kinetik/haskell/ghcjs/utils/pkg-cache/ghc
+ shopt -s globstar
+ for CACHED in ./**/*
+ '[' -f ./compiler ']'
+ for CACHED in ./**/*
+ '[' -f ./compiler/stage2 ']'
+ for CACHED in ./**/*
+ '[' -f ./compiler/stage2/build ']'
+ for CACHED in ./**/*
+ '[' -f ./compiler/stage2/build/Config.hs ']'
+ '[' -f /home/kinetik/haskell/ghcjs/utils/../ghc/./compiler/stage2/build/Config.hs ']'
+ mkdir -p /home/kinetik/haskell/ghcjs/utils/../ghc/./compiler/stage2/build
+ gnucp ./compiler/stage2/build/Config.hs /home/kinetik/haskell/ghcjs/utils/../ghc/./compiler/stage2/build/Config.hs
+ hash gcp
+ cp ./compiler/stage2/build/Config.hs /home/kinetik/haskell/ghcjs/utils/../ghc/./compiler/stage2/build/Config.hs
+ for CACHED in ./**/*
+ '[' -f ./includes ']'
+ for CACHED in ./**/*
+ '[' -f ./includes/dist-derivedconstants ']'
+ for CACHED in ./**/*
+ '[' -f ./includes/dist-derivedconstants/header ']'
+ for CACHED in ./**/*
+ '[' -f ./includes/dist-derivedconstants/header/GHCConstantsHaskellExports.hs ']'
+ '[' -f /home/kinetik/haskell/ghcjs/utils/../ghc/./includes/dist-derivedconstants/header/GHCConstantsHaskellExports.hs ']'
+ mkdir -p /home/kinetik/haskell/ghcjs/utils/../ghc/./includes/dist-derivedconstants/header
+ gnucp ./includes/dist-derivedconstants/header/GHCConstantsHaskellExports.hs /home/kinetik/haskell/ghcjs/utils/../ghc/./includes/dist-derivedconstants/header/GHCConstantsHaskellExports.hs
+ hash gcp
+ cp ./includes/dist-derivedconstants/header/GHCConstantsHaskellExports.hs /home/kinetik/haskell/ghcjs/utils/../ghc/./includes/dist-derivedconstants/header/GHCConstantsHaskellExports.hs
+ for CACHED in ./**/*
+ '[' -f ./includes/dist-derivedconstants/header/GHCConstantsHaskellType.hs ']'
+ '[' -f /home/kinetik/haskell/ghcjs/utils/../ghc/./includes/dist-derivedconstants/header/GHCConstantsHaskellType.hs ']'
+ mkdir -p /home/kinetik/haskell/ghcjs/utils/../ghc/./includes/dist-derivedconstants/header
+ gnucp ./includes/dist-derivedconstants/header/GHCConstantsHaskellType.hs /home/kinetik/haskell/ghcjs/utils/../ghc/./includes/dist-derivedconstants/header/GHCConstantsHaskellType.hs
+ hash gcp
+ cp ./includes/dist-derivedconstants/header/GHCConstantsHaskellType.hs /home/kinetik/haskell/ghcjs/utils/../ghc/./includes/dist-derivedconstants/header/GHCConstantsHaskellType.hs
+ for CACHED in ./**/*
+ '[' -f ./includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs ']'
+ '[' -f /home/kinetik/haskell/ghcjs/utils/../ghc/./includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs ']'
+ mkdir -p /home/kinetik/haskell/ghcjs/utils/../ghc/./includes/dist-derivedconstants/header
+ gnucp ./includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs /home/kinetik/haskell/ghcjs/utils/../ghc/./includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs
+ hash gcp
+ cp ./includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs /home/kinetik/haskell/ghcjs/utils/../ghc/./includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs
+ for CACHED in ./**/*
+ '[' -f ./includes/ghcplatform.h ']'
+ '[' -f /home/kinetik/haskell/ghcjs/utils/../ghc/./includes/ghcplatform.h ']'
+ mkdir -p /home/kinetik/haskell/ghcjs/utils/../ghc/./includes
+ gnucp ./includes/ghcplatform.h /home/kinetik/haskell/ghcjs/utils/../ghc/./includes/ghcplatform.h
+ hash gcp
+ cp ./includes/ghcplatform.h /home/kinetik/haskell/ghcjs/utils/../ghc/./includes/ghcplatform.h
+ cd /home/kinetik/haskell/ghcjs/utils/../lib
+ TARGET=/home/kinetik/haskell/ghcjs/lib
+ rm -rf boot/pkg
+ mkdir -p boot/pkg
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist base ''
+ PKG=base
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/base
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/base
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/base
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/base.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/base
+ echo 'copying package (source distribution): base'
copying package (source distribution): base
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/base
+ rm -f 'dist-install/base-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for base-4.12.0.0...
Source tarball created: dist-install/base-4.12.0.0.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/base/dist-install/base-4.12.0.0.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/base
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/base/dist-install/base-4.12.0.0.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/base/dist-install/base-4.12.0.0.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/base/dist-install/base-4.12.0.0.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/base.patch ']'
+ echo 'patching package: base'
patching package: base
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/upstream/pkg/base
+ cd /home/kinetik/haskell/ghcjs/lib/upstream/pkg/base
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/base/dist-install/base-4.12.0.0.tar.gz
+ apply_patch /home/kinetik/haskell/ghcjs/lib/boot/pkg/base /home/kinetik/haskell/ghcjs/lib/patches/base.patch
+ DEST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/base
+ PATCH=/home/kinetik/haskell/ghcjs/lib/patches/base.patch
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/base
+ patch -p3
patching file base.cabal
patching file GHC/Conc/IO.hs
patching file GHC/Conc/Windows.hs
patching file GHC/Conc.hs
patching file GHC/Event/Manager.hs
patching file GHC/Event/Thread.hs
patching file GHC/Event/TimerManager.hs
patching file GHC/Event.hs
patching file GHC/IO/Encoding/CodePage/API.hs
patching file GHC/IO/Encoding.hs
patching file GHC/IO/FD.hs
patching file GHC/Stack/CCS.hsc
patching file GHC/Stats.hsc
patching file GHC/TopHandler.hs
patching file GHC/Windows.hs
patching file System/CPUTime.hsc
patching file System/Environment/ExecutablePath.hsc
patching file System/Posix/Internals.hs
patching file System/Timeout.hs
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist array ''
+ PKG=array
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/array
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/array
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/array
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/array.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/array
+ echo 'copying package (source distribution): array'
copying package (source distribution): array
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/array
+ rm -f 'dist-install/array-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for array-0.5.3.0...
Source tarball created: dist-install/array-0.5.3.0.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/array/dist-install/array-0.5.3.0.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/array
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/array/dist-install/array-0.5.3.0.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/array/dist-install/array-0.5.3.0.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/array/dist-install/array-0.5.3.0.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/array.patch ']'
+ echo 'no patch for package: array'
no patch for package: array
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist binary ''
+ PKG=binary
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/binary
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/binary
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/binary
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/binary.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/binary
+ echo 'copying package (source distribution): binary'
copying package (source distribution): binary
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/binary
+ rm -f 'dist-install/binary-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Distribution quality warnings:
'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit
and not just imposing longer compile times on your users.
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for binary-0.8.6.0...
Source tarball created: dist-install/binary-0.8.6.0.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/binary/dist-install/binary-0.8.6.0.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/binary
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/binary/dist-install/binary-0.8.6.0.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/binary/dist-install/binary-0.8.6.0.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/binary/dist-install/binary-0.8.6.0.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/binary.patch ']'
+ echo 'no patch for package: binary'
no patch for package: binary
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist bytestring ''
+ PKG=bytestring
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/bytestring
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/bytestring
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/bytestring
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/bytestring.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/bytestring
+ echo 'copying package (source distribution): bytestring'
copying package (source distribution): bytestring
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/bytestring
+ rm -f 'dist-install/bytestring-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Distribution quality warnings:
'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit
and not just imposing longer compile times on your users.
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for bytestring-0.10.8.2...
Source tarball created: dist-install/bytestring-0.10.8.2.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/bytestring/dist-install/bytestring-0.10.8.2.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/bytestring
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/bytestring/dist-install/bytestring-0.10.8.2.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/bytestring/dist-install/bytestring-0.10.8.2.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/bytestring/dist-install/bytestring-0.10.8.2.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/bytestring.patch ']'
+ echo 'no patch for package: bytestring'
no patch for package: bytestring
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist containers ''
+ PKG=containers
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/containers
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/containers
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/containers
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/containers.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/containers
+ echo 'copying package (source distribution): containers'
copying package (source distribution): containers
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/containers
+ rm -f 'dist-install/containers-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Distribution quality warnings:
'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit
and not just imposing longer compile times on your users.
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for containers-0.6.0.1...
Source tarball created: dist-install/containers-0.6.0.1.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/containers/dist-install/containers-0.6.0.1.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/containers
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/containers/dist-install/containers-0.6.0.1.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/containers/dist-install/containers-0.6.0.1.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/containers/dist-install/containers-0.6.0.1.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/containers.patch ']'
+ echo 'no patch for package: containers'
no patch for package: containers
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist deepseq ''
+ PKG=deepseq
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/deepseq
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/deepseq
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/deepseq
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/deepseq.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/deepseq
+ echo 'copying package (source distribution): deepseq'
copying package (source distribution): deepseq
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/deepseq
+ rm -f 'dist-install/deepseq-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for deepseq-1.4.4.0...
Source tarball created: dist-install/deepseq-1.4.4.0.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/deepseq/dist-install/deepseq-1.4.4.0.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/deepseq
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/deepseq/dist-install/deepseq-1.4.4.0.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/deepseq/dist-install/deepseq-1.4.4.0.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/deepseq/dist-install/deepseq-1.4.4.0.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/deepseq.patch ']'
+ echo 'no patch for package: deepseq'
no patch for package: deepseq
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist directory ''
+ PKG=directory
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/directory
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/directory
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/directory
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/directory.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/directory
+ echo 'copying package (source distribution): directory'
copying package (source distribution): directory
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/directory
+ rm -f 'dist-install/directory-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for directory-1.3.3.0...
Source tarball created: dist-install/directory-1.3.3.0.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/directory/dist-install/directory-1.3.3.0.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/directory
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/directory/dist-install/directory-1.3.3.0.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/directory/dist-install/directory-1.3.3.0.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/directory/dist-install/directory-1.3.3.0.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/directory.patch ']'
+ echo 'patching package: directory'
patching package: directory
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/upstream/pkg/directory
+ cd /home/kinetik/haskell/ghcjs/lib/upstream/pkg/directory
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/directory/dist-install/directory-1.3.3.0.tar.gz
+ apply_patch /home/kinetik/haskell/ghcjs/lib/boot/pkg/directory /home/kinetik/haskell/ghcjs/lib/patches/directory.patch
+ DEST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/directory
+ PATCH=/home/kinetik/haskell/ghcjs/lib/patches/directory.patch
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/directory
+ patch -p3
patching file directory.cabal
patching file System/Directory/Internal/Config.hs
patching file System/Directory/Internal/GHCJS.hs
patching file System/Directory/Internal.hs
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist filepath ''
+ PKG=filepath
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/filepath
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/filepath
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/filepath
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/filepath.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/filepath
+ echo 'copying package (source distribution): filepath'
copying package (source distribution): filepath
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/filepath
+ rm -f 'dist-install/filepath-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Distribution quality warnings:
'ghc-options: -main-is' is not portable.
Packages relying on Cabal 1.12 or later should specify a specific version of
the Cabal spec of the form 'cabal-version: x.y'. Use 'cabal-version: 1.18'.
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for filepath-1.4.2.1...
Source tarball created: dist-install/filepath-1.4.2.1.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/filepath/dist-install/filepath-1.4.2.1.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/filepath
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/filepath/dist-install/filepath-1.4.2.1.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/filepath/dist-install/filepath-1.4.2.1.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/filepath/dist-install/filepath-1.4.2.1.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/filepath.patch ']'
+ echo 'patching package: filepath'
patching package: filepath
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/upstream/pkg/filepath
+ cd /home/kinetik/haskell/ghcjs/lib/upstream/pkg/filepath
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/filepath/dist-install/filepath-1.4.2.1.tar.gz
+ apply_patch /home/kinetik/haskell/ghcjs/lib/boot/pkg/filepath /home/kinetik/haskell/ghcjs/lib/patches/filepath.patch
+ DEST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/filepath
+ PATCH=/home/kinetik/haskell/ghcjs/lib/patches/filepath.patch
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/filepath
+ patch -p3
patching file filepath.cabal
patching file prologue.txt
patching file System/FilePath/Current.hs
patching file System/FilePath/Internal.hs
patching file travis.hs
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist ghc-boot ''
+ PKG=ghc-boot
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-boot
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-boot
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/ghc-boot
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/ghc-boot.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-boot
+ echo 'copying package (source distribution): ghc-boot'
copying package (source distribution): ghc-boot
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-boot
+ rm -f 'dist-install/ghc-boot-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Distribution quality warnings:
Packages relying on Cabal 1.12 or later should specify a specific version of
the Cabal spec of the form 'cabal-version: x.y'. Use 'cabal-version: 1.22'.
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for ghc-boot-8.6.5...
Source tarball created: dist-install/ghc-boot-8.6.5.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-boot/dist-install/ghc-boot-8.6.5.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-boot
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-boot/dist-install/ghc-boot-8.6.5.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-boot/dist-install/ghc-boot-8.6.5.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-boot/dist-install/ghc-boot-8.6.5.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/ghc-boot.patch ']'
+ echo 'no patch for package: ghc-boot'
no patch for package: ghc-boot
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist ghc-heap ''
+ PKG=ghc-heap
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-heap
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-heap
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/ghc-heap
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/ghc-heap.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-heap
+ echo 'copying package (source distribution): ghc-heap'
copying package (source distribution): ghc-heap
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-heap
+ rm -f 'dist-install/ghc-heap-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for ghc-heap-8.6.5...
Source tarball created: dist-install/ghc-heap-8.6.5.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-heap/dist-install/ghc-heap-8.6.5.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-heap
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-heap/dist-install/ghc-heap-8.6.5.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-heap/dist-install/ghc-heap-8.6.5.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-heap/dist-install/ghc-heap-8.6.5.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/ghc-heap.patch ']'
+ echo 'no patch for package: ghc-heap'
no patch for package: ghc-heap
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist ghc-compact ''
+ PKG=ghc-compact
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-compact
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-compact
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/ghc-compact
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/ghc-compact.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-compact
+ echo 'copying package (source distribution): ghc-compact'
copying package (source distribution): ghc-compact
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-compact
+ rm -f 'dist-install/ghc-compact-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for ghc-compact-0.1.0.0...
Source tarball created: dist-install/ghc-compact-0.1.0.0.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-compact/dist-install/ghc-compact-0.1.0.0.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-compact
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-compact/dist-install/ghc-compact-0.1.0.0.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-compact/dist-install/ghc-compact-0.1.0.0.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-compact/dist-install/ghc-compact-0.1.0.0.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/ghc-compact.patch ']'
+ echo 'no patch for package: ghc-compact'
no patch for package: ghc-compact
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist ghc-boot-th ''
+ PKG=ghc-boot-th
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-boot-th
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-boot-th
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/ghc-boot-th
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/ghc-boot-th.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-boot-th
+ echo 'copying package (source distribution): ghc-boot-th'
copying package (source distribution): ghc-boot-th
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-boot-th
+ rm -f 'dist-install/ghc-boot-th-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for ghc-boot-th-8.6.5...
Source tarball created: dist-install/ghc-boot-th-8.6.5.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-boot-th/dist-install/ghc-boot-th-8.6.5.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-boot-th
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-boot-th/dist-install/ghc-boot-th-8.6.5.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-boot-th/dist-install/ghc-boot-th-8.6.5.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-boot-th/dist-install/ghc-boot-th-8.6.5.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/ghc-boot-th.patch ']'
+ echo 'no patch for package: ghc-boot-th'
no patch for package: ghc-boot-th
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist ghci ''
+ PKG=ghci
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/ghci
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/ghci
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/ghci.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/ghci
+ echo 'copying package (source distribution): ghci'
copying package (source distribution): ghci
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci
+ rm -f 'dist-install/ghci-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for ghci-8.6.5...
Source tarball created: dist-install/ghci-8.6.5.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci/dist-install/ghci-8.6.5.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/ghci
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci/dist-install/ghci-8.6.5.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci/dist-install/ghci-8.6.5.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci/dist-install/ghci-8.6.5.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/ghci.patch ']'
+ echo 'no patch for package: ghci'
no patch for package: ghci
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist integer-gmp ''
+ PKG=integer-gmp
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/integer-gmp
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/integer-gmp
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/integer-gmp
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/integer-gmp.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/integer-gmp
+ echo 'copying package (source distribution): integer-gmp'
copying package (source distribution): integer-gmp
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/integer-gmp
+ rm -f 'dist-install/integer-gmp-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for integer-gmp-1.0.2.0...
Source tarball created: dist-install/integer-gmp-1.0.2.0.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/integer-gmp/dist-install/integer-gmp-1.0.2.0.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/integer-gmp
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/integer-gmp/dist-install/integer-gmp-1.0.2.0.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/integer-gmp/dist-install/integer-gmp-1.0.2.0.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/integer-gmp/dist-install/integer-gmp-1.0.2.0.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/integer-gmp.patch ']'
+ echo 'patching package: integer-gmp'
patching package: integer-gmp
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/upstream/pkg/integer-gmp
+ cd /home/kinetik/haskell/ghcjs/lib/upstream/pkg/integer-gmp
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/integer-gmp/dist-install/integer-gmp-1.0.2.0.tar.gz
+ apply_patch /home/kinetik/haskell/ghcjs/lib/boot/pkg/integer-gmp /home/kinetik/haskell/ghcjs/lib/patches/integer-gmp.patch
+ DEST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/integer-gmp
+ PATCH=/home/kinetik/haskell/ghcjs/lib/patches/integer-gmp.patch
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/integer-gmp
+ patch -p3
patching file integer-gmp.buildinfo.in
patching file integer-gmp.cabal
patching file jsbits/ghcjsbn.js
patching file src/GHC/Integer/GMP/Internals.hs
patching file src/GHC/Integer/Logarithms.hs
patching file src/GHC/Integer/Type.hs
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist integer-simple ''
+ PKG=integer-simple
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/integer-simple
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/integer-simple
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/integer-simple
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/integer-simple.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/integer-simple
+ echo 'copying package (source distribution): integer-simple'
copying package (source distribution): integer-simple
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/integer-simple
+ rm -f 'dist-install/integer-simple-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Distribution quality warnings:
No 'category' field.
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for integer-simple-0.1.1.1...
Source tarball created: dist-install/integer-simple-0.1.1.1.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/integer-simple/dist-install/integer-simple-0.1.1.1.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/integer-simple
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/integer-simple/dist-install/integer-simple-0.1.1.1.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/integer-simple/dist-install/integer-simple-0.1.1.1.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/integer-simple/dist-install/integer-simple-0.1.1.1.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/integer-simple.patch ']'
+ echo 'no patch for package: integer-simple'
no patch for package: integer-simple
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist parallel ''
+ PKG=parallel
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/parallel
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/parallel
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/parallel
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/parallel.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/parallel
+ echo 'copying package (source distribution): parallel'
copying package (source distribution): parallel
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/parallel
+ rm -f 'dist-install/parallel-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for parallel-3.2.2.0...
Source tarball created: dist-install/parallel-3.2.2.0.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/parallel/dist-install/parallel-3.2.2.0.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/parallel
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/parallel/dist-install/parallel-3.2.2.0.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/parallel/dist-install/parallel-3.2.2.0.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/parallel/dist-install/parallel-3.2.2.0.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/parallel.patch ']'
+ echo 'no patch for package: parallel'
no patch for package: parallel
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist pretty ''
+ PKG=pretty
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/pretty
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/pretty
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/pretty
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/pretty.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/pretty
+ echo 'copying package (source distribution): pretty'
copying package (source distribution): pretty
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/pretty
+ rm -f 'dist-install/pretty-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Distribution quality warnings:
'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit
and not just imposing longer compile times on your users.
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for pretty-1.1.3.6...
Source tarball created: dist-install/pretty-1.1.3.6.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/pretty/dist-install/pretty-1.1.3.6.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/pretty
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/pretty/dist-install/pretty-1.1.3.6.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/pretty/dist-install/pretty-1.1.3.6.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/pretty/dist-install/pretty-1.1.3.6.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/pretty.patch ']'
+ echo 'no patch for package: pretty'
no patch for package: pretty
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist process ''
+ PKG=process
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/process
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/process
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/process
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/process.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/process
+ echo 'copying package (source distribution): process'
copying package (source distribution): process
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/process
+ rm -f 'dist-install/process-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for process-1.6.5.0...
Source tarball created: dist-install/process-1.6.5.0.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/process/dist-install/process-1.6.5.0.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/process
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/process/dist-install/process-1.6.5.0.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/process/dist-install/process-1.6.5.0.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/process/dist-install/process-1.6.5.0.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/process.patch ']'
+ echo 'patching package: process'
patching package: process
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/upstream/pkg/process
+ cd /home/kinetik/haskell/ghcjs/lib/upstream/pkg/process
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/process/dist-install/process-1.6.5.0.tar.gz
+ apply_patch /home/kinetik/haskell/ghcjs/lib/boot/pkg/process /home/kinetik/haskell/ghcjs/lib/patches/process.patch
+ DEST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/process
+ PATCH=/home/kinetik/haskell/ghcjs/lib/patches/process.patch
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/process
+ patch -p3
patching file process.cabal
Hunk #1 succeeded at 78 (offset -2 lines).
patching file System/Process/Common.hs
patching file System/Process/Internals.hs
patching file System/Process.hs
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist stm ''
+ PKG=stm
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/stm
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/stm
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/stm
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/stm.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/stm
+ echo 'copying package (source distribution): stm'
copying package (source distribution): stm
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/stm
+ rm -f 'dist-install/stm-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for stm-2.5.0.0...
Source tarball created: dist-install/stm-2.5.0.0.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/stm/dist-install/stm-2.5.0.0.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/stm
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/stm/dist-install/stm-2.5.0.0.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/stm/dist-install/stm-2.5.0.0.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/stm/dist-install/stm-2.5.0.0.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/stm.patch ']'
+ echo 'no patch for package: stm'
no patch for package: stm
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist template-haskell ''
+ PKG=template-haskell
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/template-haskell
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/template-haskell
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/template-haskell.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/template-haskell
+ echo 'copying package (source distribution): template-haskell'
copying package (source distribution): template-haskell
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell
+ rm -f 'dist-install/template-haskell-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for template-haskell-2.14.0.0...
Source tarball created: dist-install/template-haskell-2.14.0.0.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell/dist-install/template-haskell-2.14.0.0.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/template-haskell
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell/dist-install/template-haskell-2.14.0.0.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell/dist-install/template-haskell-2.14.0.0.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell/dist-install/template-haskell-2.14.0.0.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/template-haskell.patch ']'
+ echo 'patching package: template-haskell'
patching package: template-haskell
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/upstream/pkg/template-haskell
+ cd /home/kinetik/haskell/ghcjs/lib/upstream/pkg/template-haskell
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell/dist-install/template-haskell-2.14.0.0.tar.gz
+ apply_patch /home/kinetik/haskell/ghcjs/lib/boot/pkg/template-haskell /home/kinetik/haskell/ghcjs/lib/patches/template-haskell.patch
+ DEST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/template-haskell
+ PATCH=/home/kinetik/haskell/ghcjs/lib/patches/template-haskell.patch
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/template-haskell
+ patch -p3
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist mtl ''
+ PKG=mtl
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/mtl
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/mtl
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/mtl
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/mtl.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/mtl
+ echo 'copying package (source distribution): mtl'
copying package (source distribution): mtl
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/mtl
+ rm -f 'dist-install/mtl-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for mtl-2.2.2...
Source tarball created: dist-install/mtl-2.2.2.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/mtl/dist-install/mtl-2.2.2.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/mtl
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/mtl/dist-install/mtl-2.2.2.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/mtl/dist-install/mtl-2.2.2.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/mtl/dist-install/mtl-2.2.2.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/mtl.patch ']'
+ echo 'no patch for package: mtl'
no patch for package: mtl
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist parsec ''
+ PKG=parsec
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/parsec
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/parsec
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/parsec
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/parsec.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/parsec
+ echo 'copying package (source distribution): parsec'
copying package (source distribution): parsec
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/parsec
+ rm -f 'dist-install/parsec-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for parsec-3.1.13.0...
Source tarball created: dist-install/parsec-3.1.13.0.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/parsec/dist-install/parsec-3.1.13.0.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/parsec
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/parsec/dist-install/parsec-3.1.13.0.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/parsec/dist-install/parsec-3.1.13.0.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/parsec/dist-install/parsec-3.1.13.0.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/parsec.patch ']'
+ echo 'no patch for package: parsec'
no patch for package: parsec
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist text ''
+ PKG=text
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/text
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/text
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/text
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/text.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/text
+ echo 'copying package (source distribution): text'
copying package (source distribution): text
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/text
+ rm -f 'dist-install/text-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Distribution quality warnings:
'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit
and not just imposing longer compile times on your users.
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for text-1.2.3.1...
Source tarball created: dist-install/text-1.2.3.1.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/text/dist-install/text-1.2.3.1.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/text
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/text/dist-install/text-1.2.3.1.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/text/dist-install/text-1.2.3.1.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/text/dist-install/text-1.2.3.1.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/text.patch ']'
+ echo 'no patch for package: text'
no patch for package: text
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist time ''
+ PKG=time
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/time
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/time
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/time
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/time.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/time
+ echo 'copying package (source distribution): time'
copying package (source distribution): time
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/time
+ rm -f 'dist-install/time-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Distribution quality warnings:
The 'description' field should be longer than the 'synopsis' field. It's
useful to provide an informative 'description' to allow Haskell programmers
who have never heard about your package to understand the purpose of your
package. The 'description' field content is typically shown by tooling (e.g.
'cabal info', Haddock, Hackage) below the 'synopsis' which serves as a
headline. Please refer to
<https://www.haskell.org/cabal/users-guide/developing-packages.html#package-properties>
for more details.
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for time-1.8.0.2...
Source tarball created: dist-install/time-1.8.0.2.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/time/dist-install/time-1.8.0.2.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/time
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/time/dist-install/time-1.8.0.2.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/time/dist-install/time-1.8.0.2.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/time/dist-install/time-1.8.0.2.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/time.patch ']'
+ echo 'patching package: time'
patching package: time
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/upstream/pkg/time
+ cd /home/kinetik/haskell/ghcjs/lib/upstream/pkg/time
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/time/dist-install/time-1.8.0.2.tar.gz
+ apply_patch /home/kinetik/haskell/ghcjs/lib/boot/pkg/time /home/kinetik/haskell/ghcjs/lib/patches/time.patch
+ DEST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/time
+ PATCH=/home/kinetik/haskell/ghcjs/lib/patches/time.patch
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/time
+ patch -p3
patching file lib/Data/Time/Clock/Internal/CTimespec.hsc
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist transformers ''
+ PKG=transformers
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/transformers
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/transformers
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/transformers
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/transformers.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/transformers
+ echo 'copying package (source distribution): transformers'
copying package (source distribution): transformers
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/transformers
+ rm -f 'dist-install/transformers-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for transformers-0.5.6.2...
Source tarball created: dist-install/transformers-0.5.6.2.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/transformers/dist-install/transformers-0.5.6.2.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/transformers
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/transformers/dist-install/transformers-0.5.6.2.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/transformers/dist-install/transformers-0.5.6.2.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/transformers/dist-install/transformers-0.5.6.2.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/transformers.patch ']'
+ echo 'no patch for package: transformers'
no patch for package: transformers
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist unix ''
+ PKG=unix
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/unix
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/unix
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/unix
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/unix.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/unix
+ echo 'copying package (source distribution): unix'
copying package (source distribution): unix
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/unix
+ rm -f 'dist-install/unix-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for unix-2.7.2.2...
Source tarball created: dist-install/unix-2.7.2.2.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/unix/dist-install/unix-2.7.2.2.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/unix
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/unix/dist-install/unix-2.7.2.2.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/unix/dist-install/unix-2.7.2.2.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/unix/dist-install/unix-2.7.2.2.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/unix.patch ']'
+ echo 'patching package: unix'
patching package: unix
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/upstream/pkg/unix
+ cd /home/kinetik/haskell/ghcjs/lib/upstream/pkg/unix
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/unix/dist-install/unix-2.7.2.2.tar.gz
+ apply_patch /home/kinetik/haskell/ghcjs/lib/boot/pkg/unix /home/kinetik/haskell/ghcjs/lib/patches/unix.patch
+ DEST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/unix
+ PATCH=/home/kinetik/haskell/ghcjs/lib/patches/unix.patch
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/unix
+ patch -p3
patching file System/Posix/Files/Common.hsc
patching file System/Posix/IO/Common.hsc
patching file System/Posix/Process/Internals.hs
patching file System/Posix/Signals.hsc
+ for PKG in base array binary bytestring containers deepseq directory filepath ghc-boot ghc-heap ghc-compact ghc-boot-th ghci integer-gmp integer-simple parallel pretty process stm template-haskell mtl parsec text time transformers unix Win32
+ copy_patch_boot_package_sdist Win32 ''
+ PKG=Win32
+ SRCPREFIX=
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/Win32
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/Win32
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/Win32
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/Win32.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/Win32
+ echo 'copying package (source distribution): Win32'
copying package (source distribution): Win32
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/Win32
+ rm -f 'dist-install/Win32-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Win32.cabal:16:2: Tabs used as indentation at 16:2, 17:2
Warning: Win32.cabal:16:2: Tabs used as indentation at 16:2, 17:2
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for Win32-2.6.1.0...
Source tarball created: dist-install/Win32-2.6.1.0.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/Win32/dist-install/Win32-2.6.1.0.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/Win32
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/Win32/dist-install/Win32-2.6.1.0.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/Win32/dist-install/Win32-2.6.1.0.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/Win32/dist-install/Win32-2.6.1.0.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/Win32.patch ']'
+ echo 'patching package: Win32'
patching package: Win32
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/upstream/pkg/Win32
+ cd /home/kinetik/haskell/ghcjs/lib/upstream/pkg/Win32
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/Win32/dist-install/Win32-2.6.1.0.tar.gz
+ apply_patch /home/kinetik/haskell/ghcjs/lib/boot/pkg/Win32 /home/kinetik/haskell/ghcjs/lib/patches/Win32.patch
+ DEST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/Win32
+ PATCH=/home/kinetik/haskell/ghcjs/lib/patches/Win32.patch
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/Win32
+ patch -p3
+ copy_patch_boot_package_sdist Cabal Cabal/
+ PKG=Cabal
+ SRCPREFIX=Cabal/
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/Cabal/Cabal
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/Cabal
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/Cabal
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/Cabal.patch
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/Cabal
+ echo 'copying package (source distribution): Cabal'
copying package (source distribution): Cabal
+ cd /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/Cabal/Cabal
+ rm -f 'dist-install/Cabal-*.tar.gz'
+ cabal sdist --builddir=dist-install
Warning: The sdist command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-sdist command
or the legacy v1-sdist alias as new-style projects will become the default in
the next version of cabal-install. Please file a bug if you cannot replicate a
working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for Cabal-2.4.0.1...
Source tarball created: dist-install/Cabal-2.4.0.1.tar.gz
+ for SRCDISTTMP in $PKGSRC/dist-install/$PKG-*.tar.gz
+ SRCDIST=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/Cabal/Cabal/dist-install/Cabal-2.4.0.1.tar.gz
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/Cabal
+ echo 'unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/Cabal/Cabal/dist-install/Cabal-2.4.0.1.tar.gz'
unpacking sources: /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/Cabal/Cabal/dist-install/Cabal-2.4.0.1.tar.gz
+ tar --strip 1 -xzf /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/Cabal/Cabal/dist-install/Cabal-2.4.0.1.tar.gz
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/Cabal.patch ']'
+ echo 'no patch for package: Cabal'
no patch for package: Cabal
+ copy_patch_boot_package_list ghc-prim 'changelog.md cbits/ GHC/ ghc-prim.cabal LICENSE Setup.hs tests/'
+ PKG=ghc-prim
+ LIST='changelog.md cbits/ GHC/ ghc-prim.cabal LICENSE Setup.hs tests/'
+ PKGSRC=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim
+ PKGDST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-prim
+ PKGORIG=/home/kinetik/haskell/ghcjs/lib/upstream/pkg/ghc-prim
+ PKGPATCH=/home/kinetik/haskell/ghcjs/lib/patches/ghc-prim.patch
+ echo 'copying package (file list): ghc-prim'
copying package (file list): ghc-prim
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-prim
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-prim
+ for FILE in $LIST
+ gnucp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/changelog.md .
+ hash gcp
+ cp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/changelog.md .
+ for FILE in $LIST
+ gnucp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/cbits/ .
+ hash gcp
+ cp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/cbits/ .
+ for FILE in $LIST
+ gnucp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/GHC/ .
+ hash gcp
+ cp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/GHC/ .
+ for FILE in $LIST
+ gnucp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/ghc-prim.cabal .
+ hash gcp
+ cp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/ghc-prim.cabal .
+ for FILE in $LIST
+ gnucp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/LICENSE .
+ hash gcp
+ cp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/LICENSE .
+ for FILE in $LIST
+ gnucp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/Setup.hs .
+ hash gcp
+ cp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/Setup.hs .
+ for FILE in $LIST
+ gnucp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/tests/ .
+ hash gcp
+ cp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/tests/ .
+ '[' -f /home/kinetik/haskell/ghcjs/lib/patches/ghc-prim.patch ']'
+ echo 'patching package: ghc-prim'
patching package: ghc-prim
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/upstream/pkg/ghc-prim
+ cd /home/kinetik/haskell/ghcjs/lib/upstream/pkg/ghc-prim
+ for FILE in $LIST
+ cp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/changelog.md .
+ for FILE in $LIST
+ cp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/cbits/ .
+ for FILE in $LIST
+ cp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/GHC/ .
+ for FILE in $LIST
+ cp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/ghc-prim.cabal .
+ for FILE in $LIST
+ cp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/LICENSE .
+ for FILE in $LIST
+ cp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/Setup.hs .
+ for FILE in $LIST
+ cp -a /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghc-prim/tests/ .
+ apply_patch /home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-prim /home/kinetik/haskell/ghcjs/lib/patches/ghc-prim.patch
+ DEST=/home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-prim
+ PATCH=/home/kinetik/haskell/ghcjs/lib/patches/ghc-prim.patch
+ cd /home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc-prim
+ patch -p3
patching file ghc-prim.cabal
patching file Setup.hs
+ cd boot/pkg
+ mkdir -p ghcjs-prim
+ cd ghcjs-prim
+ for DIR in cbits GHCJS
+ copy_dir /home/kinetik/haskell/ghcjs/lib/ghcjs-prim cbits
+ SRCPATH=/home/kinetik/haskell/ghcjs/lib/ghcjs-prim
+ DIR=cbits
+ '[' 1 -ne 0 ']'
+ rm -f cbits
+ gnuln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-prim/cbits cbits
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-prim/cbits cbits
+ for DIR in cbits GHCJS
+ copy_dir /home/kinetik/haskell/ghcjs/lib/ghcjs-prim GHCJS
+ SRCPATH=/home/kinetik/haskell/ghcjs/lib/ghcjs-prim
+ DIR=GHCJS
+ '[' 1 -ne 0 ']'
+ rm -f GHCJS
+ gnuln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-prim/GHCJS GHCJS
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-prim/GHCJS GHCJS
+ for FILE in ghcjs-prim.cabal LICENSE Setup.hs
+ copy_file /home/kinetik/haskell/ghcjs/lib/ghcjs-prim ghcjs-prim.cabal
+ SRCPATH=/home/kinetik/haskell/ghcjs/lib/ghcjs-prim
+ FILE=ghcjs-prim.cabal
+ '[' 1 -ne 0 ']'
+ rm -f ghcjs-prim.cabal
+ gnuln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-prim/ghcjs-prim.cabal ghcjs-prim.cabal
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-prim/ghcjs-prim.cabal ghcjs-prim.cabal
+ for FILE in ghcjs-prim.cabal LICENSE Setup.hs
+ copy_file /home/kinetik/haskell/ghcjs/lib/ghcjs-prim LICENSE
+ SRCPATH=/home/kinetik/haskell/ghcjs/lib/ghcjs-prim
+ FILE=LICENSE
+ '[' 1 -ne 0 ']'
+ rm -f LICENSE
+ gnuln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-prim/LICENSE LICENSE
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-prim/LICENSE LICENSE
+ for FILE in ghcjs-prim.cabal LICENSE Setup.hs
+ copy_file /home/kinetik/haskell/ghcjs/lib/ghcjs-prim Setup.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/lib/ghcjs-prim
+ FILE=Setup.hs
+ '[' 1 -ne 0 ']'
+ rm -f Setup.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-prim/Setup.hs Setup.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-prim/Setup.hs Setup.hs
+ mkdir -p ghcjs-th
+ cd ghcjs-th
+ for DIR in GHCJS
+ copy_dir /home/kinetik/haskell/ghcjs/lib/ghcjs-th GHCJS
+ SRCPATH=/home/kinetik/haskell/ghcjs/lib/ghcjs-th
+ DIR=GHCJS
+ '[' 1 -ne 0 ']'
+ rm -f GHCJS
+ gnuln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-th/GHCJS GHCJS
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-th/GHCJS GHCJS
+ for FILE in ghcjs-th.cabal LICENSE Setup.hs
+ copy_file /home/kinetik/haskell/ghcjs/lib/ghcjs-th ghcjs-th.cabal
+ SRCPATH=/home/kinetik/haskell/ghcjs/lib/ghcjs-th
+ FILE=ghcjs-th.cabal
+ '[' 1 -ne 0 ']'
+ rm -f ghcjs-th.cabal
+ gnuln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-th/ghcjs-th.cabal ghcjs-th.cabal
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-th/ghcjs-th.cabal ghcjs-th.cabal
+ for FILE in ghcjs-th.cabal LICENSE Setup.hs
+ copy_file /home/kinetik/haskell/ghcjs/lib/ghcjs-th LICENSE
+ SRCPATH=/home/kinetik/haskell/ghcjs/lib/ghcjs-th
+ FILE=LICENSE
+ '[' 1 -ne 0 ']'
+ rm -f LICENSE
+ gnuln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-th/LICENSE LICENSE
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-th/LICENSE LICENSE
+ for FILE in ghcjs-th.cabal LICENSE Setup.hs
+ copy_file /home/kinetik/haskell/ghcjs/lib/ghcjs-th Setup.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/lib/ghcjs-th
+ FILE=Setup.hs
+ '[' 1 -ne 0 ']'
+ rm -f Setup.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-th/Setup.hs Setup.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/lib/ghcjs-th/Setup.hs Setup.hs
+ mkdir -p ghc
+ cd ghc
+ for FILE in LICENSE
+ copy_file /home/kinetik/haskell/ghcjs/lib/ghc LICENSE
+ SRCPATH=/home/kinetik/haskell/ghcjs/lib/ghc
+ FILE=LICENSE
+ '[' 1 -ne 0 ']'
+ rm -f LICENSE
+ gnuln -rs /home/kinetik/haskell/ghcjs/lib/ghc/LICENSE LICENSE
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/lib/ghc/LICENSE LICENSE
+ for DIR in main
+ copy_dir /home/kinetik/haskell/ghcjs/lib/ghc main
+ SRCPATH=/home/kinetik/haskell/ghcjs/lib/ghc
+ DIR=main
+ '[' 1 -ne 0 ']'
+ rm -f main
+ gnuln -rs /home/kinetik/haskell/ghcjs/lib/ghc/main main
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/lib/ghc/main main
++ awk '$1 == "version:" { print $2 }'
+ UPSTREAMGHC=8.6.5
+ echo /home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc
/home/kinetik/haskell/ghcjs/lib/boot/pkg/ghc
+ echo 'upstream GHC version: 8.6.5'
upstream GHC version: 8.6.5
+ sed s/@GhcVersion@/8.6.5/g /home/kinetik/haskell/ghcjs/lib/ghc/ghc.cabal.in
+ tar -cvf /home/kinetik/haskell/ghcjs/lib/boot/ghcjs-node.tar ghcjs-node/package.json ghcjs-node/LICENSE ghcjs-node/README.markdown ghcjs-node/node_modules
ghcjs-node/package.json
ghcjs-node/LICENSE
ghcjs-node/README.markdown
ghcjs-node/node_modules/
ghcjs-node/node_modules/.bin/
ghcjs-node/node_modules/.bin/acorn
ghcjs-node/node_modules/.bin/escodegen
ghcjs-node/node_modules/.bin/esgenerate
ghcjs-node/node_modules/.bin/esparse
ghcjs-node/node_modules/.bin/esvalidate
ghcjs-node/node_modules/.bin/har-validator
ghcjs-node/node_modules/.bin/sshpk-conv
ghcjs-node/node_modules/.bin/sshpk-sign
ghcjs-node/node_modules/.bin/sshpk-verify
ghcjs-node/node_modules/.bin/uuid
ghcjs-node/node_modules/abab/
ghcjs-node/node_modules/abab/CHANGELOG.md
ghcjs-node/node_modules/abab/README.md
ghcjs-node/node_modules/abab/index.js
ghcjs-node/node_modules/abab/lib/
ghcjs-node/node_modules/abab/lib/atob.js
ghcjs-node/node_modules/abab/lib/btoa.js
ghcjs-node/node_modules/abab/package.json
ghcjs-node/node_modules/accepts/
ghcjs-node/node_modules/accepts/HISTORY.md
ghcjs-node/node_modules/accepts/LICENSE
ghcjs-node/node_modules/accepts/README.md
ghcjs-node/node_modules/accepts/index.js
ghcjs-node/node_modules/accepts/package.json
ghcjs-node/node_modules/acorn-globals/
ghcjs-node/node_modules/acorn-globals/LICENSE
ghcjs-node/node_modules/acorn-globals/README.md
ghcjs-node/node_modules/acorn-globals/index.js
ghcjs-node/node_modules/acorn-globals/package.json
ghcjs-node/node_modules/acorn/
ghcjs-node/node_modules/acorn/.npmignore
ghcjs-node/node_modules/acorn/AUTHORS
ghcjs-node/node_modules/acorn/CHANGELOG.md
ghcjs-node/node_modules/acorn/LICENSE
ghcjs-node/node_modules/acorn/README.md
ghcjs-node/node_modules/acorn/bin/
ghcjs-node/node_modules/acorn/bin/acorn
ghcjs-node/node_modules/acorn/dist/
ghcjs-node/node_modules/acorn/dist/.keep
ghcjs-node/node_modules/acorn/dist/acorn.es.js
ghcjs-node/node_modules/acorn/dist/acorn.js
ghcjs-node/node_modules/acorn/dist/acorn_loose.es.js
ghcjs-node/node_modules/acorn/dist/acorn_loose.js
ghcjs-node/node_modules/acorn/dist/walk.es.js
ghcjs-node/node_modules/acorn/dist/walk.js
ghcjs-node/node_modules/acorn/package.json
ghcjs-node/node_modules/acorn/src/
ghcjs-node/node_modules/acorn/src/bin/
ghcjs-node/node_modules/acorn/src/bin/acorn.js
ghcjs-node/node_modules/acorn/src/expression.js
ghcjs-node/node_modules/acorn/src/identifier.js
ghcjs-node/node_modules/acorn/src/index.js
ghcjs-node/node_modules/acorn/src/location.js
ghcjs-node/node_modules/acorn/src/locutil.js
ghcjs-node/node_modules/acorn/src/loose/
ghcjs-node/node_modules/acorn/src/loose/expression.js
ghcjs-node/node_modules/acorn/src/loose/index.js
ghcjs-node/node_modules/acorn/src/loose/parseutil.js
ghcjs-node/node_modules/acorn/src/loose/state.js
ghcjs-node/node_modules/acorn/src/loose/statement.js
ghcjs-node/node_modules/acorn/src/loose/tokenize.js
ghcjs-node/node_modules/acorn/src/lval.js
ghcjs-node/node_modules/acorn/src/node.js
ghcjs-node/node_modules/acorn/src/options.js
ghcjs-node/node_modules/acorn/src/parseutil.js
ghcjs-node/node_modules/acorn/src/state.js
ghcjs-node/node_modules/acorn/src/statement.js
ghcjs-node/node_modules/acorn/src/tokencontext.js
ghcjs-node/node_modules/acorn/src/tokenize.js
ghcjs-node/node_modules/acorn/src/tokentype.js
ghcjs-node/node_modules/acorn/src/util.js
ghcjs-node/node_modules/acorn/src/walk/
ghcjs-node/node_modules/acorn/src/walk/index.js
ghcjs-node/node_modules/acorn/src/whitespace.js
ghcjs-node/node_modules/after/
ghcjs-node/node_modules/after/.npmignore
ghcjs-node/node_modules/after/.travis.yml
ghcjs-node/node_modules/after/LICENCE
ghcjs-node/node_modules/after/README.md
ghcjs-node/node_modules/after/index.js
ghcjs-node/node_modules/after/package.json
ghcjs-node/node_modules/after/test/
ghcjs-node/node_modules/after/test/after-test.js
ghcjs-node/node_modules/amdefine/
ghcjs-node/node_modules/amdefine/LICENSE
ghcjs-node/node_modules/amdefine/README.md
ghcjs-node/node_modules/amdefine/amdefine.js
ghcjs-node/node_modules/amdefine/intercept.js
ghcjs-node/node_modules/amdefine/package.json
ghcjs-node/node_modules/ansi-regex/
ghcjs-node/node_modules/ansi-regex/index.js
ghcjs-node/node_modules/ansi-regex/license
ghcjs-node/node_modules/ansi-regex/package.json
ghcjs-node/node_modules/ansi-regex/readme.md
ghcjs-node/node_modules/ansi-styles/
ghcjs-node/node_modules/ansi-styles/index.js
ghcjs-node/node_modules/ansi-styles/license
ghcjs-node/node_modules/ansi-styles/package.json
ghcjs-node/node_modules/ansi-styles/readme.md
ghcjs-node/node_modules/array-equal/
ghcjs-node/node_modules/array-equal/.npmignore
ghcjs-node/node_modules/array-equal/LICENSE
ghcjs-node/node_modules/array-equal/README.md
ghcjs-node/node_modules/array-equal/component.json
ghcjs-node/node_modules/array-equal/index.js
ghcjs-node/node_modules/array-equal/package.json
ghcjs-node/node_modules/arraybuffer.slice/
ghcjs-node/node_modules/arraybuffer.slice/.npmignore
ghcjs-node/node_modules/arraybuffer.slice/Makefile
ghcjs-node/node_modules/arraybuffer.slice/README.md
ghcjs-node/node_modules/arraybuffer.slice/index.js
ghcjs-node/node_modules/arraybuffer.slice/package.json
ghcjs-node/node_modules/arraybuffer.slice/test/
ghcjs-node/node_modules/arraybuffer.slice/test/slice-buffer.js
ghcjs-node/node_modules/asn1/
ghcjs-node/node_modules/asn1/.npmignore
ghcjs-node/node_modules/asn1/.travis.yml
ghcjs-node/node_modules/asn1/LICENSE
ghcjs-node/node_modules/asn1/README.md
ghcjs-node/node_modules/asn1/lib/
ghcjs-node/node_modules/asn1/lib/ber/
ghcjs-node/node_modules/asn1/lib/ber/errors.js
ghcjs-node/node_modules/asn1/lib/ber/index.js
ghcjs-node/node_modules/asn1/lib/ber/reader.js
ghcjs-node/node_modules/asn1/lib/ber/types.js
ghcjs-node/node_modules/asn1/lib/ber/writer.js
ghcjs-node/node_modules/asn1/lib/index.js
ghcjs-node/node_modules/asn1/package.json
ghcjs-node/node_modules/asn1/tst/
ghcjs-node/node_modules/asn1/tst/ber/
ghcjs-node/node_modules/asn1/tst/ber/reader.test.js
ghcjs-node/node_modules/asn1/tst/ber/writer.test.js
ghcjs-node/node_modules/assert-plus/
ghcjs-node/node_modules/assert-plus/AUTHORS
ghcjs-node/node_modules/assert-plus/CHANGES.md
ghcjs-node/node_modules/assert-plus/README.md
ghcjs-node/node_modules/assert-plus/assert.js
ghcjs-node/node_modules/assert-plus/package.json
ghcjs-node/node_modules/asynckit/
ghcjs-node/node_modules/asynckit/LICENSE
ghcjs-node/node_modules/asynckit/README.md
ghcjs-node/node_modules/asynckit/bench.js
ghcjs-node/node_modules/asynckit/index.js
ghcjs-node/node_modules/asynckit/lib/
ghcjs-node/node_modules/asynckit/lib/abort.js
ghcjs-node/node_modules/asynckit/lib/async.js
ghcjs-node/node_modules/asynckit/lib/defer.js
ghcjs-node/node_modules/asynckit/lib/iterate.js
ghcjs-node/node_modules/asynckit/lib/readable_asynckit.js
ghcjs-node/node_modules/asynckit/lib/readable_parallel.js
ghcjs-node/node_modules/asynckit/lib/readable_serial.js
ghcjs-node/node_modules/asynckit/lib/readable_serial_ordered.js
ghcjs-node/node_modules/asynckit/lib/state.js
ghcjs-node/node_modules/asynckit/lib/streamify.js
ghcjs-node/node_modules/asynckit/lib/terminator.js
ghcjs-node/node_modules/asynckit/package.json
ghcjs-node/node_modules/asynckit/parallel.js
ghcjs-node/node_modules/asynckit/serial.js
ghcjs-node/node_modules/asynckit/serialOrdered.js
ghcjs-node/node_modules/asynckit/stream.js
ghcjs-node/node_modules/aws-sign2/
ghcjs-node/node_modules/aws-sign2/LICENSE
ghcjs-node/node_modules/aws-sign2/README.md
ghcjs-node/node_modules/aws-sign2/index.js
ghcjs-node/node_modules/aws-sign2/package.json
ghcjs-node/node_modules/aws4/
ghcjs-node/node_modules/aws4/.npmignore
ghcjs-node/node_modules/aws4/.tern-port
ghcjs-node/node_modules/aws4/.travis.yml
ghcjs-node/node_modules/aws4/LICENSE
ghcjs-node/node_modules/aws4/README.md
ghcjs-node/node_modules/aws4/aws4.js
ghcjs-node/node_modules/aws4/lru.js
ghcjs-node/node_modules/aws4/package.json
ghcjs-node/node_modules/backo2/
ghcjs-node/node_modules/backo2/.npmignore
ghcjs-node/node_modules/backo2/History.md
ghcjs-node/node_modules/backo2/Makefile
ghcjs-node/node_modules/backo2/Readme.md
ghcjs-node/node_modules/backo2/component.json
ghcjs-node/node_modules/backo2/index.js
ghcjs-node/node_modules/backo2/package.json
ghcjs-node/node_modules/backo2/test/
ghcjs-node/node_modules/backo2/test/index.js
ghcjs-node/node_modules/base64-arraybuffer/
ghcjs-node/node_modules/base64-arraybuffer/.npmignore
ghcjs-node/node_modules/base64-arraybuffer/.travis.yml
ghcjs-node/node_modules/base64-arraybuffer/LICENSE-MIT
ghcjs-node/node_modules/base64-arraybuffer/README.md
ghcjs-node/node_modules/base64-arraybuffer/lib/
ghcjs-node/node_modules/base64-arraybuffer/lib/base64-arraybuffer.js
ghcjs-node/node_modules/base64-arraybuffer/package.json
ghcjs-node/node_modules/base64id/
ghcjs-node/node_modules/base64id/.npmignore
ghcjs-node/node_modules/base64id/LICENSE
ghcjs-node/node_modules/base64id/README.md
ghcjs-node/node_modules/base64id/lib/
ghcjs-node/node_modules/base64id/lib/base64id.js
ghcjs-node/node_modules/base64id/package.json
ghcjs-node/node_modules/bcrypt-pbkdf/
ghcjs-node/node_modules/bcrypt-pbkdf/README.md
ghcjs-node/node_modules/bcrypt-pbkdf/index.js
ghcjs-node/node_modules/bcrypt-pbkdf/package.json
ghcjs-node/node_modules/better-assert/
ghcjs-node/node_modules/better-assert/.npmignore
ghcjs-node/node_modules/better-assert/History.md
ghcjs-node/node_modules/better-assert/Makefile
ghcjs-node/node_modules/better-assert/Readme.md
ghcjs-node/node_modules/better-assert/example.js
ghcjs-node/node_modules/better-assert/index.js
ghcjs-node/node_modules/better-assert/package.json
ghcjs-node/node_modules/blob/
ghcjs-node/node_modules/blob/.npmignore
ghcjs-node/node_modules/blob/.zuul.yml
ghcjs-node/node_modules/blob/Makefile
ghcjs-node/node_modules/blob/README.md
ghcjs-node/node_modules/blob/index.js
ghcjs-node/node_modules/blob/package.json
ghcjs-node/node_modules/blob/test/
ghcjs-node/node_modules/blob/test/index.js
ghcjs-node/node_modules/boom/
ghcjs-node/node_modules/boom/.npmignore
ghcjs-node/node_modules/boom/.travis.yml
ghcjs-node/node_modules/boom/CONTRIBUTING.md
ghcjs-node/node_modules/boom/LICENSE
ghcjs-node/node_modules/boom/README.md
ghcjs-node/node_modules/boom/images/
ghcjs-node/node_modules/boom/images/boom.png
ghcjs-node/node_modules/boom/lib/
ghcjs-node/node_modules/boom/lib/index.js
ghcjs-node/node_modules/boom/package.json
ghcjs-node/node_modules/boom/test/
ghcjs-node/node_modules/boom/test/index.js
ghcjs-node/node_modules/callsite/
ghcjs-node/node_modules/callsite/.npmignore
ghcjs-node/node_modules/callsite/History.md
ghcjs-node/node_modules/callsite/Makefile
ghcjs-node/node_modules/callsite/Readme.md
ghcjs-node/node_modules/callsite/index.js
ghcjs-node/node_modules/callsite/package.json
ghcjs-node/node_modules/caseless/
ghcjs-node/node_modules/caseless/LICENSE
ghcjs-node/node_modules/caseless/README.md
ghcjs-node/node_modules/caseless/index.js
ghcjs-node/node_modules/caseless/package.json
ghcjs-node/node_modules/caseless/test.js
ghcjs-node/node_modules/chalk/
ghcjs-node/node_modules/chalk/index.js
ghcjs-node/node_modules/chalk/license
ghcjs-node/node_modules/chalk/package.json
ghcjs-node/node_modules/chalk/readme.md
ghcjs-node/node_modules/combined-stream/
ghcjs-node/node_modules/combined-stream/License
ghcjs-node/node_modules/combined-stream/Readme.md
ghcjs-node/node_modules/combined-stream/lib/
ghcjs-node/node_modules/combined-stream/lib/combined_stream.js
ghcjs-node/node_modules/combined-stream/package.json
ghcjs-node/node_modules/commander/
ghcjs-node/node_modules/commander/History.md
ghcjs-node/node_modules/commander/LICENSE
ghcjs-node/node_modules/commander/Readme.md
ghcjs-node/node_modules/commander/index.js
ghcjs-node/node_modules/commander/package.json
ghcjs-node/node_modules/component-bind/
ghcjs-node/node_modules/component-bind/.npmignore
ghcjs-node/node_modules/component-bind/History.md
ghcjs-node/node_modules/component-bind/Makefile
ghcjs-node/node_modules/component-bind/Readme.md
ghcjs-node/node_modules/component-bind/component.json
ghcjs-node/node_modules/component-bind/index.js
ghcjs-node/node_modules/component-bind/package.json
ghcjs-node/node_modules/component-emitter/
ghcjs-node/node_modules/component-emitter/.npmignore
ghcjs-node/node_modules/component-emitter/.travis.yml
ghcjs-node/node_modules/component-emitter/History.md
ghcjs-node/node_modules/component-emitter/Makefile
ghcjs-node/node_modules/component-emitter/Readme.md
ghcjs-node/node_modules/component-emitter/bower.json
ghcjs-node/node_modules/component-emitter/component.json
ghcjs-node/node_modules/component-emitter/index.js
ghcjs-node/node_modules/component-emitter/package.json
ghcjs-node/node_modules/component-inherit/
ghcjs-node/node_modules/component-inherit/.npmignore
ghcjs-node/node_modules/component-inherit/History.md
ghcjs-node/node_modules/component-inherit/Makefile
ghcjs-node/node_modules/component-inherit/Readme.md
ghcjs-node/node_modules/component-inherit/component.json
ghcjs-node/node_modules/component-inherit/index.js
ghcjs-node/node_modules/component-inherit/package.json
ghcjs-node/node_modules/component-inherit/test/
ghcjs-node/node_modules/component-inherit/test/inherit.js
ghcjs-node/node_modules/content-type-parser/
ghcjs-node/node_modules/content-type-parser/LICENSE.txt
ghcjs-node/node_modules/content-type-parser/README.md
ghcjs-node/node_modules/content-type-parser/lib/
ghcjs-node/node_modules/content-type-parser/lib/content-type-parser.js
ghcjs-node/node_modules/content-type-parser/package.json
ghcjs-node/node_modules/cookie/
ghcjs-node/node_modules/cookie/HISTORY.md
ghcjs-node/node_modules/cookie/LICENSE
ghcjs-node/node_modules/cookie/README.md
ghcjs-node/node_modules/cookie/index.js
ghcjs-node/node_modules/cookie/package.json
ghcjs-node/node_modules/cryptiles/
ghcjs-node/node_modules/cryptiles/.npmignore
ghcjs-node/node_modules/cryptiles/.travis.yml
ghcjs-node/node_modules/cryptiles/LICENSE
ghcjs-node/node_modules/cryptiles/README.md
ghcjs-node/node_modules/cryptiles/lib/
ghcjs-node/node_modules/cryptiles/lib/index.js
ghcjs-node/node_modules/cryptiles/package.json
ghcjs-node/node_modules/cryptiles/test/
ghcjs-node/node_modules/cryptiles/test/index.js
ghcjs-node/node_modules/cssom/
ghcjs-node/node_modules/cssom/LICENSE.txt
ghcjs-node/node_modules/cssom/README.mdown
ghcjs-node/node_modules/cssom/lib/
ghcjs-node/node_modules/cssom/lib/CSSDocumentRule.js
ghcjs-node/node_modules/cssom/lib/CSSFontFaceRule.js
ghcjs-node/node_modules/cssom/lib/CSSHostRule.js
ghcjs-node/node_modules/cssom/lib/CSSImportRule.js
ghcjs-node/node_modules/cssom/lib/CSSKeyframeRule.js
ghcjs-node/node_modules/cssom/lib/CSSKeyframesRule.js
ghcjs-node/node_modules/cssom/lib/CSSMediaRule.js
ghcjs-node/node_modules/cssom/lib/CSSOM.js
ghcjs-node/node_modules/cssom/lib/CSSRule.js
ghcjs-node/node_modules/cssom/lib/CSSStyleDeclaration.js
ghcjs-node/node_modules/cssom/lib/CSSStyleRule.js
ghcjs-node/node_modules/cssom/lib/CSSStyleSheet.js
ghcjs-node/node_modules/cssom/lib/CSSValue.js
ghcjs-node/node_modules/cssom/lib/CSSValueExpression.js
ghcjs-node/node_modules/cssom/lib/MatcherList.js
ghcjs-node/node_modules/cssom/lib/MediaList.js
ghcjs-node/node_modules/cssom/lib/Parser.js
ghcjs-node/node_modules/cssom/lib/StyleSheet.js
ghcjs-node/node_modules/cssom/lib/clone.js
ghcjs-node/node_modules/cssom/lib/index.js
ghcjs-node/node_modules/cssom/lib/parse.js
ghcjs-node/node_modules/cssom/lib/snapshot.js
ghcjs-node/node_modules/cssom/package.json
ghcjs-node/node_modules/cssstyle/
ghcjs-node/node_modules/cssstyle/.npmignore
ghcjs-node/node_modules/cssstyle/MIT-LICENSE.txt
ghcjs-node/node_modules/cssstyle/README.md
ghcjs-node/node_modules/cssstyle/lib/
ghcjs-node/node_modules/cssstyle/lib/CSSStyleDeclaration.js
ghcjs-node/node_modules/cssstyle/lib/parsers.js
ghcjs-node/node_modules/cssstyle/lib/properties.js
ghcjs-node/node_modules/cssstyle/lib/properties/
ghcjs-node/node_modules/cssstyle/lib/properties/alignmentBaseline.js
ghcjs-node/node_modules/cssstyle/lib/properties/azimuth.js
ghcjs-node/node_modules/cssstyle/lib/properties/background.js
ghcjs-node/node_modules/cssstyle/lib/properties/backgroundAttachment.js
ghcjs-node/node_modules/cssstyle/lib/properties/backgroundClip.js
ghcjs-node/node_modules/cssstyle/lib/properties/backgroundColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/backgroundImage.js
ghcjs-node/node_modules/cssstyle/lib/properties/backgroundOrigin.js
ghcjs-node/node_modules/cssstyle/lib/properties/backgroundPosition.js
ghcjs-node/node_modules/cssstyle/lib/properties/backgroundPositionX.js
ghcjs-node/node_modules/cssstyle/lib/properties/backgroundPositionY.js
ghcjs-node/node_modules/cssstyle/lib/properties/backgroundRepeat.js
ghcjs-node/node_modules/cssstyle/lib/properties/backgroundRepeatX.js
ghcjs-node/node_modules/cssstyle/lib/properties/backgroundRepeatY.js
ghcjs-node/node_modules/cssstyle/lib/properties/backgroundSize.js
ghcjs-node/node_modules/cssstyle/lib/properties/baselineShift.js
ghcjs-node/node_modules/cssstyle/lib/properties/border.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderBottom.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderBottomColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderBottomLeftRadius.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderBottomRightRadius.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderBottomStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderBottomWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderCollapse.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderImage.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderImageOutset.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderImageRepeat.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderImageSlice.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderImageSource.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderImageWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderLeft.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderLeftColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderLeftStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderLeftWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderRadius.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderRight.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderRightColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderRightStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderRightWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderSpacing.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderTop.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderTopColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderTopLeftRadius.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderTopRightRadius.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderTopStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderTopWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/borderWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/bottom.js
ghcjs-node/node_modules/cssstyle/lib/properties/boxShadow.js
ghcjs-node/node_modules/cssstyle/lib/properties/boxSizing.js
ghcjs-node/node_modules/cssstyle/lib/properties/captionSide.js
ghcjs-node/node_modules/cssstyle/lib/properties/clear.js
ghcjs-node/node_modules/cssstyle/lib/properties/clip.js
ghcjs-node/node_modules/cssstyle/lib/properties/color.js
ghcjs-node/node_modules/cssstyle/lib/properties/colorInterpolation.js
ghcjs-node/node_modules/cssstyle/lib/properties/colorInterpolationFilters.js
ghcjs-node/node_modules/cssstyle/lib/properties/colorProfile.js
ghcjs-node/node_modules/cssstyle/lib/properties/colorRendering.js
ghcjs-node/node_modules/cssstyle/lib/properties/content.js
ghcjs-node/node_modules/cssstyle/lib/properties/counterIncrement.js
ghcjs-node/node_modules/cssstyle/lib/properties/counterReset.js
ghcjs-node/node_modules/cssstyle/lib/properties/cssFloat.js
ghcjs-node/node_modules/cssstyle/lib/properties/cue.js
ghcjs-node/node_modules/cssstyle/lib/properties/cueAfter.js
ghcjs-node/node_modules/cssstyle/lib/properties/cueBefore.js
ghcjs-node/node_modules/cssstyle/lib/properties/cursor.js
ghcjs-node/node_modules/cssstyle/lib/properties/direction.js
ghcjs-node/node_modules/cssstyle/lib/properties/display.js
ghcjs-node/node_modules/cssstyle/lib/properties/dominantBaseline.js
ghcjs-node/node_modules/cssstyle/lib/properties/elevation.js
ghcjs-node/node_modules/cssstyle/lib/properties/emptyCells.js
ghcjs-node/node_modules/cssstyle/lib/properties/enableBackground.js
ghcjs-node/node_modules/cssstyle/lib/properties/fill.js
ghcjs-node/node_modules/cssstyle/lib/properties/fillOpacity.js
ghcjs-node/node_modules/cssstyle/lib/properties/fillRule.js
ghcjs-node/node_modules/cssstyle/lib/properties/filter.js
ghcjs-node/node_modules/cssstyle/lib/properties/floodColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/floodOpacity.js
ghcjs-node/node_modules/cssstyle/lib/properties/font.js
ghcjs-node/node_modules/cssstyle/lib/properties/fontFamily.js
ghcjs-node/node_modules/cssstyle/lib/properties/fontSize.js
ghcjs-node/node_modules/cssstyle/lib/properties/fontSizeAdjust.js
ghcjs-node/node_modules/cssstyle/lib/properties/fontStretch.js
ghcjs-node/node_modules/cssstyle/lib/properties/fontStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/fontVariant.js
ghcjs-node/node_modules/cssstyle/lib/properties/fontWeight.js
ghcjs-node/node_modules/cssstyle/lib/properties/glyphOrientationHorizontal.js
ghcjs-node/node_modules/cssstyle/lib/properties/glyphOrientationVertical.js
ghcjs-node/node_modules/cssstyle/lib/properties/height.js
ghcjs-node/node_modules/cssstyle/lib/properties/imageRendering.js
ghcjs-node/node_modules/cssstyle/lib/properties/kerning.js
ghcjs-node/node_modules/cssstyle/lib/properties/left.js
ghcjs-node/node_modules/cssstyle/lib/properties/letterSpacing.js
ghcjs-node/node_modules/cssstyle/lib/properties/lightingColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/lineHeight.js
ghcjs-node/node_modules/cssstyle/lib/properties/listStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/listStyleImage.js
ghcjs-node/node_modules/cssstyle/lib/properties/listStylePosition.js
ghcjs-node/node_modules/cssstyle/lib/properties/listStyleType.js
ghcjs-node/node_modules/cssstyle/lib/properties/margin.js
ghcjs-node/node_modules/cssstyle/lib/properties/marginBottom.js
ghcjs-node/node_modules/cssstyle/lib/properties/marginLeft.js
ghcjs-node/node_modules/cssstyle/lib/properties/marginRight.js
ghcjs-node/node_modules/cssstyle/lib/properties/marginTop.js
ghcjs-node/node_modules/cssstyle/lib/properties/marker.js
ghcjs-node/node_modules/cssstyle/lib/properties/markerEnd.js
ghcjs-node/node_modules/cssstyle/lib/properties/markerMid.js
ghcjs-node/node_modules/cssstyle/lib/properties/markerOffset.js
ghcjs-node/node_modules/cssstyle/lib/properties/markerStart.js
ghcjs-node/node_modules/cssstyle/lib/properties/marks.js
ghcjs-node/node_modules/cssstyle/lib/properties/mask.js
ghcjs-node/node_modules/cssstyle/lib/properties/maxHeight.js
ghcjs-node/node_modules/cssstyle/lib/properties/maxWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/minHeight.js
ghcjs-node/node_modules/cssstyle/lib/properties/minWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/opacity.js
ghcjs-node/node_modules/cssstyle/lib/properties/orphans.js
ghcjs-node/node_modules/cssstyle/lib/properties/outline.js
ghcjs-node/node_modules/cssstyle/lib/properties/outlineColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/outlineOffset.js
ghcjs-node/node_modules/cssstyle/lib/properties/outlineStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/outlineWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/overflow.js
ghcjs-node/node_modules/cssstyle/lib/properties/overflowX.js
ghcjs-node/node_modules/cssstyle/lib/properties/overflowY.js
ghcjs-node/node_modules/cssstyle/lib/properties/padding.js
ghcjs-node/node_modules/cssstyle/lib/properties/paddingBottom.js
ghcjs-node/node_modules/cssstyle/lib/properties/paddingLeft.js
ghcjs-node/node_modules/cssstyle/lib/properties/paddingRight.js
ghcjs-node/node_modules/cssstyle/lib/properties/paddingTop.js
ghcjs-node/node_modules/cssstyle/lib/properties/page.js
ghcjs-node/node_modules/cssstyle/lib/properties/pageBreakAfter.js
ghcjs-node/node_modules/cssstyle/lib/properties/pageBreakBefore.js
ghcjs-node/node_modules/cssstyle/lib/properties/pageBreakInside.js
ghcjs-node/node_modules/cssstyle/lib/properties/pause.js
ghcjs-node/node_modules/cssstyle/lib/properties/pauseAfter.js
ghcjs-node/node_modules/cssstyle/lib/properties/pauseBefore.js
ghcjs-node/node_modules/cssstyle/lib/properties/pitch.js
ghcjs-node/node_modules/cssstyle/lib/properties/pitchRange.js
ghcjs-node/node_modules/cssstyle/lib/properties/playDuring.js
ghcjs-node/node_modules/cssstyle/lib/properties/pointerEvents.js
ghcjs-node/node_modules/cssstyle/lib/properties/position.js
ghcjs-node/node_modules/cssstyle/lib/properties/quotes.js
ghcjs-node/node_modules/cssstyle/lib/properties/resize.js
ghcjs-node/node_modules/cssstyle/lib/properties/richness.js
ghcjs-node/node_modules/cssstyle/lib/properties/right.js
ghcjs-node/node_modules/cssstyle/lib/properties/shapeRendering.js
ghcjs-node/node_modules/cssstyle/lib/properties/size.js
ghcjs-node/node_modules/cssstyle/lib/properties/speak.js
ghcjs-node/node_modules/cssstyle/lib/properties/speakHeader.js
ghcjs-node/node_modules/cssstyle/lib/properties/speakNumeral.js
ghcjs-node/node_modules/cssstyle/lib/properties/speakPunctuation.js
ghcjs-node/node_modules/cssstyle/lib/properties/speechRate.js
ghcjs-node/node_modules/cssstyle/lib/properties/src.js
ghcjs-node/node_modules/cssstyle/lib/properties/stopColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/stopOpacity.js
ghcjs-node/node_modules/cssstyle/lib/properties/stress.js
ghcjs-node/node_modules/cssstyle/lib/properties/stroke.js
ghcjs-node/node_modules/cssstyle/lib/properties/strokeDasharray.js
ghcjs-node/node_modules/cssstyle/lib/properties/strokeDashoffset.js
ghcjs-node/node_modules/cssstyle/lib/properties/strokeLinecap.js
ghcjs-node/node_modules/cssstyle/lib/properties/strokeLinejoin.js
ghcjs-node/node_modules/cssstyle/lib/properties/strokeMiterlimit.js
ghcjs-node/node_modules/cssstyle/lib/properties/strokeOpacity.js
ghcjs-node/node_modules/cssstyle/lib/properties/strokeWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/tableLayout.js
ghcjs-node/node_modules/cssstyle/lib/properties/textAlign.js
ghcjs-node/node_modules/cssstyle/lib/properties/textAnchor.js
ghcjs-node/node_modules/cssstyle/lib/properties/textDecoration.js
ghcjs-node/node_modules/cssstyle/lib/properties/textIndent.js
ghcjs-node/node_modules/cssstyle/lib/properties/textLineThrough.js
ghcjs-node/node_modules/cssstyle/lib/properties/textLineThroughColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/textLineThroughMode.js
ghcjs-node/node_modules/cssstyle/lib/properties/textLineThroughStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/textLineThroughWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/textOverflow.js
ghcjs-node/node_modules/cssstyle/lib/properties/textOverline.js
ghcjs-node/node_modules/cssstyle/lib/properties/textOverlineColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/textOverlineMode.js
ghcjs-node/node_modules/cssstyle/lib/properties/textOverlineStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/textOverlineWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/textRendering.js
ghcjs-node/node_modules/cssstyle/lib/properties/textShadow.js
ghcjs-node/node_modules/cssstyle/lib/properties/textTransform.js
ghcjs-node/node_modules/cssstyle/lib/properties/textUnderline.js
ghcjs-node/node_modules/cssstyle/lib/properties/textUnderlineColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/textUnderlineMode.js
ghcjs-node/node_modules/cssstyle/lib/properties/textUnderlineStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/textUnderlineWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/top.js
ghcjs-node/node_modules/cssstyle/lib/properties/unicodeBidi.js
ghcjs-node/node_modules/cssstyle/lib/properties/unicodeRange.js
ghcjs-node/node_modules/cssstyle/lib/properties/vectorEffect.js
ghcjs-node/node_modules/cssstyle/lib/properties/verticalAlign.js
ghcjs-node/node_modules/cssstyle/lib/properties/visibility.js
ghcjs-node/node_modules/cssstyle/lib/properties/voiceFamily.js
ghcjs-node/node_modules/cssstyle/lib/properties/volume.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitAnimation.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitAnimationDelay.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitAnimationDirection.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitAnimationDuration.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitAnimationFillMode.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitAnimationIterationCount.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitAnimationName.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitAnimationPlayState.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitAnimationTimingFunction.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitAppearance.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitAspectRatio.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBackfaceVisibility.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBackgroundClip.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBackgroundComposite.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBackgroundOrigin.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBackgroundSize.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderAfter.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderAfterColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderAfterStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderAfterWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderBefore.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderBeforeColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderBeforeStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderBeforeWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderEnd.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderEndColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderEndStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderEndWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderFit.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderHorizontalSpacing.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderImage.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderRadius.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderStart.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderStartColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderStartStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderStartWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBorderVerticalSpacing.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBoxAlign.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBoxDirection.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBoxFlex.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBoxFlexGroup.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBoxLines.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBoxOrdinalGroup.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBoxOrient.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBoxPack.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBoxReflect.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitBoxShadow.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitColorCorrection.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitColumnAxis.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitColumnBreakAfter.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitColumnBreakBefore.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitColumnBreakInside.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitColumnCount.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitColumnGap.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitColumnRule.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitColumnRuleColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitColumnRuleStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitColumnRuleWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitColumnSpan.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitColumnWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitColumns.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitFilter.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitFlexAlign.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitFlexDirection.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitFlexFlow.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitFlexItemAlign.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitFlexLinePack.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitFlexOrder.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitFlexPack.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitFlexWrap.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitFlowFrom.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitFlowInto.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitFontFeatureSettings.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitFontKerning.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitFontSizeDelta.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitFontSmoothing.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitFontVariantLigatures.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitHighlight.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitHyphenateCharacter.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitHyphenateLimitAfter.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitHyphenateLimitBefore.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitHyphenateLimitLines.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitHyphens.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitLineAlign.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitLineBoxContain.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitLineBreak.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitLineClamp.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitLineGrid.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitLineSnap.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitLocale.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitLogicalHeight.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitLogicalWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMarginAfter.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMarginAfterCollapse.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMarginBefore.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMarginBeforeCollapse.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMarginBottomCollapse.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMarginCollapse.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMarginEnd.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMarginStart.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMarginTopCollapse.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMarquee.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMarqueeDirection.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMarqueeIncrement.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMarqueeRepetition.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMarqueeSpeed.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMarqueeStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMask.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskAttachment.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskBoxImage.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskBoxImageOutset.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskBoxImageRepeat.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskBoxImageSlice.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskBoxImageSource.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskBoxImageWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskClip.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskComposite.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskImage.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskOrigin.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskPosition.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskPositionX.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskPositionY.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskRepeat.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskRepeatX.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskRepeatY.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaskSize.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMatchNearestMailBlockquoteColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaxLogicalHeight.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMaxLogicalWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMinLogicalHeight.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitMinLogicalWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitNbspMode.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitOverflowScrolling.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitPaddingAfter.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitPaddingBefore.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitPaddingEnd.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitPaddingStart.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitPerspective.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitPerspectiveOrigin.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitPerspectiveOriginX.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitPerspectiveOriginY.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitPrintColorAdjust.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitRegionBreakAfter.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitRegionBreakBefore.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitRegionBreakInside.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitRegionOverflow.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitRtlOrdering.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitSvgShadow.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTapHighlightColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTextCombine.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTextDecorationsInEffect.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTextEmphasis.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTextEmphasisColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTextEmphasisPosition.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTextEmphasisStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTextFillColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTextOrientation.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTextSecurity.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTextSizeAdjust.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTextStroke.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTextStrokeColor.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTextStrokeWidth.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTransform.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTransformOrigin.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTransformOriginX.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTransformOriginY.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTransformOriginZ.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTransformStyle.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTransition.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTransitionDelay.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTransitionDuration.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTransitionProperty.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitTransitionTimingFunction.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitUserDrag.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitUserModify.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitUserSelect.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitWrap.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitWrapFlow.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitWrapMargin.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitWrapPadding.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitWrapShapeInside.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitWrapShapeOutside.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitWrapThrough.js
ghcjs-node/node_modules/cssstyle/lib/properties/webkitWritingMode.js
ghcjs-node/node_modules/cssstyle/lib/properties/whiteSpace.js
ghcjs-node/node_modules/cssstyle/lib/properties/widows.js
ghcjs-node/node_modules/cssstyle/lib/properties/width.js
ghcjs-node/node_modules/cssstyle/lib/properties/wordBreak.js
ghcjs-node/node_modules/cssstyle/lib/properties/wordSpacing.js
ghcjs-node/node_modules/cssstyle/lib/properties/wordWrap.js
ghcjs-node/node_modules/cssstyle/lib/properties/writingMode.js
ghcjs-node/node_modules/cssstyle/lib/properties/zIndex.js
ghcjs-node/node_modules/cssstyle/lib/properties/zoom.js
ghcjs-node/node_modules/cssstyle/package.json
ghcjs-node/node_modules/cssstyle/scripts/
ghcjs-node/node_modules/cssstyle/scripts/generate_properties.js
ghcjs-node/node_modules/cssstyle/scripts/run_tests.sh
ghcjs-node/node_modules/cssstyle/tests/
ghcjs-node/node_modules/cssstyle/tests/tests.js
ghcjs-node/node_modules/dashdash/
ghcjs-node/node_modules/dashdash/CHANGES.md
ghcjs-node/node_modules/dashdash/LICENSE.txt
ghcjs-node/node_modules/dashdash/README.md
ghcjs-node/node_modules/dashdash/etc/
ghcjs-node/node_modules/dashdash/etc/dashdash.bash_completion.in
ghcjs-node/node_modules/dashdash/lib/
ghcjs-node/node_modules/dashdash/lib/dashdash.js
ghcjs-node/node_modules/dashdash/node_modules/
ghcjs-node/node_modules/dashdash/node_modules/assert-plus/
ghcjs-node/node_modules/dashdash/node_modules/assert-plus/AUTHORS
ghcjs-node/node_modules/dashdash/node_modules/assert-plus/CHANGES.md
ghcjs-node/node_modules/dashdash/node_modules/assert-plus/README.md
ghcjs-node/node_modules/dashdash/node_modules/assert-plus/assert.js
ghcjs-node/node_modules/dashdash/node_modules/assert-plus/package.json
ghcjs-node/node_modules/dashdash/package.json
ghcjs-node/node_modules/debug/
ghcjs-node/node_modules/debug/.jshintrc
ghcjs-node/node_modules/debug/.npmignore
ghcjs-node/node_modules/debug/CHANGELOG.md
ghcjs-node/node_modules/debug/LICENSE
ghcjs-node/node_modules/debug/Makefile
ghcjs-node/node_modules/debug/Readme.md
ghcjs-node/node_modules/debug/bower.json
ghcjs-node/node_modules/debug/browser.js
ghcjs-node/node_modules/debug/component.json
ghcjs-node/node_modules/debug/debug.js
ghcjs-node/node_modules/debug/index.js
ghcjs-node/node_modules/debug/node.js
ghcjs-node/node_modules/debug/package.json
ghcjs-node/node_modules/deep-is/
ghcjs-node/node_modules/deep-is/.npmignore
ghcjs-node/node_modules/deep-is/.travis.yml
ghcjs-node/node_modules/deep-is/LICENSE
ghcjs-node/node_modules/deep-is/README.markdown
ghcjs-node/node_modules/deep-is/example/
ghcjs-node/node_modules/deep-is/example/cmp.js
ghcjs-node/node_modules/deep-is/index.js
ghcjs-node/node_modules/deep-is/package.json
ghcjs-node/node_modules/deep-is/test/
ghcjs-node/node_modules/deep-is/test/NaN.js
ghcjs-node/node_modules/deep-is/test/cmp.js
ghcjs-node/node_modules/deep-is/test/neg-vs-pos-0.js
ghcjs-node/node_modules/delayed-stream/
ghcjs-node/node_modules/delayed-stream/.npmignore
ghcjs-node/node_modules/delayed-stream/License
ghcjs-node/node_modules/delayed-stream/Makefile
ghcjs-node/node_modules/delayed-stream/Readme.md
ghcjs-node/node_modules/delayed-stream/lib/
ghcjs-node/node_modules/delayed-stream/lib/delayed_stream.js
ghcjs-node/node_modules/delayed-stream/package.json
ghcjs-node/node_modules/ecc-jsbn/
ghcjs-node/node_modules/ecc-jsbn/.npmignore
ghcjs-node/node_modules/ecc-jsbn/LICENSE
ghcjs-node/node_modules/ecc-jsbn/README.md
ghcjs-node/node_modules/ecc-jsbn/index.js
ghcjs-node/node_modules/ecc-jsbn/lib/
ghcjs-node/node_modules/ecc-jsbn/lib/LICENSE-jsbn
ghcjs-node/node_modules/ecc-jsbn/lib/ec.js
ghcjs-node/node_modules/ecc-jsbn/lib/sec.js
ghcjs-node/node_modules/ecc-jsbn/package.json
ghcjs-node/node_modules/ecc-jsbn/test.js
ghcjs-node/node_modules/engine.io-client/
ghcjs-node/node_modules/engine.io-client/History.md
ghcjs-node/node_modules/engine.io-client/LICENSE
ghcjs-node/node_modules/engine.io-client/README.md
ghcjs-node/node_modules/engine.io-client/engine.io.js
ghcjs-node/node_modules/engine.io-client/index.js
ghcjs-node/node_modules/engine.io-client/lib/
ghcjs-node/node_modules/engine.io-client/lib/index.js
ghcjs-node/node_modules/engine.io-client/lib/socket.js
ghcjs-node/node_modules/engine.io-client/lib/transport.js
ghcjs-node/node_modules/engine.io-client/lib/transports/
ghcjs-node/node_modules/engine.io-client/lib/transports/index.js
ghcjs-node/node_modules/engine.io-client/lib/transports/polling-jsonp.js
ghcjs-node/node_modules/engine.io-client/lib/transports/polling-xhr.js
ghcjs-node/node_modules/engine.io-client/lib/transports/polling.js
ghcjs-node/node_modules/engine.io-client/lib/transports/websocket.js
ghcjs-node/node_modules/engine.io-client/lib/xmlhttprequest.js
ghcjs-node/node_modules/engine.io-client/node_modules/
ghcjs-node/node_modules/engine.io-client/node_modules/component-emitter/
ghcjs-node/node_modules/engine.io-client/node_modules/component-emitter/History.md
ghcjs-node/node_modules/engine.io-client/node_modules/component-emitter/LICENSE
ghcjs-node/node_modules/engine.io-client/node_modules/component-emitter/Readme.md
ghcjs-node/node_modules/engine.io-client/node_modules/component-emitter/index.js
ghcjs-node/node_modules/engine.io-client/node_modules/component-emitter/package.json
ghcjs-node/node_modules/engine.io-client/package.json
ghcjs-node/node_modules/engine.io-parser/
ghcjs-node/node_modules/engine.io-parser/History.md
ghcjs-node/node_modules/engine.io-parser/LICENSE
ghcjs-node/node_modules/engine.io-parser/Readme.md
ghcjs-node/node_modules/engine.io-parser/index.js
ghcjs-node/node_modules/engine.io-parser/lib/
ghcjs-node/node_modules/engine.io-parser/lib/browser.js
ghcjs-node/node_modules/engine.io-parser/lib/index.js
ghcjs-node/node_modules/engine.io-parser/lib/keys.js
ghcjs-node/node_modules/engine.io-parser/package.json
ghcjs-node/node_modules/engine.io/
ghcjs-node/node_modules/engine.io/History.md
ghcjs-node/node_modules/engine.io/LICENSE
ghcjs-node/node_modules/engine.io/README.md
ghcjs-node/node_modules/engine.io/index.js
ghcjs-node/node_modules/engine.io/lib/
ghcjs-node/node_modules/engine.io/lib/engine.io.js
ghcjs-node/node_modules/engine.io/lib/server.js
ghcjs-node/node_modules/engine.io/lib/socket.js
ghcjs-node/node_modules/engine.io/lib/transport.js
ghcjs-node/node_modules/engine.io/lib/transports/
ghcjs-node/node_modules/engine.io/lib/transports/index.js
ghcjs-node/node_modules/engine.io/lib/transports/polling-jsonp.js
ghcjs-node/node_modules/engine.io/lib/transports/polling-xhr.js
ghcjs-node/node_modules/engine.io/lib/transports/polling.js
ghcjs-node/node_modules/engine.io/lib/transports/websocket.js
ghcjs-node/node_modules/engine.io/package.json
ghcjs-node/node_modules/escape-string-regexp/
ghcjs-node/node_modules/escape-string-regexp/index.js
ghcjs-node/node_modules/escape-string-regexp/license
ghcjs-node/node_modules/escape-string-regexp/package.json
ghcjs-node/node_modules/escape-string-regexp/readme.md
ghcjs-node/node_modules/escodegen/
ghcjs-node/node_modules/escodegen/LICENSE.BSD
ghcjs-node/node_modules/escodegen/LICENSE.source-map
ghcjs-node/node_modules/escodegen/README.md
ghcjs-node/node_modules/escodegen/bin/
ghcjs-node/node_modules/escodegen/bin/escodegen.js
ghcjs-node/node_modules/escodegen/bin/esgenerate.js
ghcjs-node/node_modules/escodegen/escodegen.js
ghcjs-node/node_modules/escodegen/package.json
ghcjs-node/node_modules/esprima/
ghcjs-node/node_modules/esprima/ChangeLog
ghcjs-node/node_modules/esprima/LICENSE.BSD
ghcjs-node/node_modules/esprima/README.md
ghcjs-node/node_modules/esprima/bin/
ghcjs-node/node_modules/esprima/bin/esparse.js
ghcjs-node/node_modules/esprima/bin/esvalidate.js
ghcjs-node/node_modules/esprima/esprima.js
ghcjs-node/node_modules/esprima/package.json
ghcjs-node/node_modules/estraverse/
ghcjs-node/node_modules/estraverse/.editorconfig
ghcjs-node/node_modules/estraverse/.jshintrc
ghcjs-node/node_modules/estraverse/LICENSE.BSD
ghcjs-node/node_modules/estraverse/README.md
ghcjs-node/node_modules/estraverse/estraverse.js
ghcjs-node/node_modules/estraverse/gulpfile.js
ghcjs-node/node_modules/estraverse/package.json
ghcjs-node/node_modules/esutils/
ghcjs-node/node_modules/esutils/LICENSE.BSD
ghcjs-node/node_modules/esutils/README.md
ghcjs-node/node_modules/esutils/lib/
ghcjs-node/node_modules/esutils/lib/ast.js
ghcjs-node/node_modules/esutils/lib/code.js
ghcjs-node/node_modules/esutils/lib/keyword.js
ghcjs-node/node_modules/esutils/lib/utils.js
ghcjs-node/node_modules/esutils/package.json
ghcjs-node/node_modules/extend/
ghcjs-node/node_modules/extend/.eslintrc
ghcjs-node/node_modules/extend/.jscs.json
ghcjs-node/node_modules/extend/.npmignore
ghcjs-node/node_modules/extend/.travis.yml
ghcjs-node/node_modules/extend/CHANGELOG.md
ghcjs-node/node_modules/extend/LICENSE
ghcjs-node/node_modules/extend/README.md
ghcjs-node/node_modules/extend/component.json
ghcjs-node/node_modules/extend/index.js
ghcjs-node/node_modules/extend/package.json
ghcjs-node/node_modules/extsprintf/
ghcjs-node/node_modules/extsprintf/.gitmodules
ghcjs-node/node_modules/extsprintf/LICENSE
ghcjs-node/node_modules/extsprintf/Makefile
ghcjs-node/node_modules/extsprintf/Makefile.deps
ghcjs-node/node_modules/extsprintf/Makefile.targ
ghcjs-node/node_modules/extsprintf/README.md
ghcjs-node/node_modules/extsprintf/examples/
ghcjs-node/node_modules/extsprintf/examples/simple.js
ghcjs-node/node_modules/extsprintf/jsl.node.conf
ghcjs-node/node_modules/extsprintf/lib/
ghcjs-node/node_modules/extsprintf/lib/extsprintf.js
ghcjs-node/node_modules/extsprintf/package.json
ghcjs-node/node_modules/fast-levenshtein/
ghcjs-node/node_modules/fast-levenshtein/LICENSE.md
ghcjs-node/node_modules/fast-levenshtein/README.md
ghcjs-node/node_modules/fast-levenshtein/levenshtein.js
ghcjs-node/node_modules/fast-levenshtein/package.json
ghcjs-node/node_modules/forever-agent/
ghcjs-node/node_modules/forever-agent/LICENSE
ghcjs-node/node_modules/forever-agent/README.md
ghcjs-node/node_modules/forever-agent/index.js
ghcjs-node/node_modules/forever-agent/package.json
ghcjs-node/node_modules/form-data/
ghcjs-node/node_modules/form-data/License
ghcjs-node/node_modules/form-data/README.md
ghcjs-node/node_modules/form-data/lib/
ghcjs-node/node_modules/form-data/lib/browser.js
ghcjs-node/node_modules/form-data/lib/form_data.js
ghcjs-node/node_modules/form-data/lib/populate.js
ghcjs-node/node_modules/form-data/package.json
ghcjs-node/node_modules/generate-function/
ghcjs-node/node_modules/generate-function/.npmignore
ghcjs-node/node_modules/generate-function/.travis.yml
ghcjs-node/node_modules/generate-function/README.md
ghcjs-node/node_modules/generate-function/example.js
ghcjs-node/node_modules/generate-function/index.js
ghcjs-node/node_modules/generate-function/package.json
ghcjs-node/node_modules/generate-function/test.js
ghcjs-node/node_modules/generate-object-property/
ghcjs-node/node_modules/generate-object-property/.npmignore
ghcjs-node/node_modules/generate-object-property/.travis.yml
ghcjs-node/node_modules/generate-object-property/LICENSE
ghcjs-node/node_modules/generate-object-property/README.md
ghcjs-node/node_modules/generate-object-property/index.js
ghcjs-node/node_modules/generate-object-property/package.json
ghcjs-node/node_modules/generate-object-property/test.js
ghcjs-node/node_modules/getpass/
ghcjs-node/node_modules/getpass/.npmignore
ghcjs-node/node_modules/getpass/.travis.yml
ghcjs-node/node_modules/getpass/LICENSE
ghcjs-node/node_modules/getpass/README.md
ghcjs-node/node_modules/getpass/lib/
ghcjs-node/node_modules/getpass/lib/index.js
ghcjs-node/node_modules/getpass/node_modules/
ghcjs-node/node_modules/getpass/node_modules/assert-plus/
ghcjs-node/node_modules/getpass/node_modules/assert-plus/AUTHORS
ghcjs-node/node_modules/getpass/node_modules/assert-plus/CHANGES.md
ghcjs-node/node_modules/getpass/node_modules/assert-plus/README.md
ghcjs-node/node_modules/getpass/node_modules/assert-plus/assert.js
ghcjs-node/node_modules/getpass/node_modules/assert-plus/package.json
ghcjs-node/node_modules/getpass/package.json
ghcjs-node/node_modules/graceful-readlink/
ghcjs-node/node_modules/graceful-readlink/.npmignore
ghcjs-node/node_modules/graceful-readlink/.travis.yml
ghcjs-node/node_modules/graceful-readlink/LICENSE
ghcjs-node/node_modules/graceful-readlink/README.md
ghcjs-node/node_modules/graceful-readlink/index.js
ghcjs-node/node_modules/graceful-readlink/package.json
ghcjs-node/node_modules/har-validator/
ghcjs-node/node_modules/har-validator/LICENSE
ghcjs-node/node_modules/har-validator/README.md
ghcjs-node/node_modules/har-validator/bin/
ghcjs-node/node_modules/har-validator/bin/har-validator
ghcjs-node/node_modules/har-validator/lib/
ghcjs-node/node_modules/har-validator/lib/async.js
ghcjs-node/node_modules/har-validator/lib/error.js
ghcjs-node/node_modules/har-validator/lib/index.js
ghcjs-node/node_modules/har-validator/lib/runner.js
ghcjs-node/node_modules/har-validator/lib/schemas/
ghcjs-node/node_modules/har-validator/lib/schemas/cache.json
ghcjs-node/node_modules/har-validator/lib/schemas/cacheEntry.json
ghcjs-node/node_modules/har-validator/lib/schemas/content.json
ghcjs-node/node_modules/har-validator/lib/schemas/cookie.json
ghcjs-node/node_modules/har-validator/lib/schemas/creator.json
ghcjs-node/node_modules/har-validator/lib/schemas/entry.json
ghcjs-node/node_modules/har-validator/lib/schemas/har.json
ghcjs-node/node_modules/har-validator/lib/schemas/index.js
ghcjs-node/node_modules/har-validator/lib/schemas/log.json
ghcjs-node/node_modules/har-validator/lib/schemas/page.json
ghcjs-node/node_modules/har-validator/lib/schemas/pageTimings.json
ghcjs-node/node_modules/har-validator/lib/schemas/postData.json
ghcjs-node/node_modules/har-validator/lib/schemas/record.json
ghcjs-node/node_modules/har-validator/lib/schemas/request.json
ghcjs-node/node_modules/har-validator/lib/schemas/response.json
ghcjs-node/node_modules/har-validator/lib/schemas/timings.json
ghcjs-node/node_modules/har-validator/package.json
ghcjs-node/node_modules/has-ansi/
ghcjs-node/node_modules/has-ansi/index.js
ghcjs-node/node_modules/has-ansi/license
ghcjs-node/node_modules/has-ansi/package.json
ghcjs-node/node_modules/has-ansi/readme.md
ghcjs-node/node_modules/has-binary/
ghcjs-node/node_modules/has-binary/.npmignore
ghcjs-node/node_modules/has-binary/History.md
ghcjs-node/node_modules/has-binary/LICENSE
ghcjs-node/node_modules/has-binary/Makefile
ghcjs-node/node_modules/has-binary/README.md
ghcjs-node/node_modules/has-binary/index.js
ghcjs-node/node_modules/has-binary/package.json
ghcjs-node/node_modules/has-binary/test.js
ghcjs-node/node_modules/has-cors/
ghcjs-node/node_modules/has-cors/.npmignore
ghcjs-node/node_modules/has-cors/History.md
ghcjs-node/node_modules/has-cors/Makefile
ghcjs-node/node_modules/has-cors/Readme.md
ghcjs-node/node_modules/has-cors/component.json
ghcjs-node/node_modules/has-cors/index.js
ghcjs-node/node_modules/has-cors/package.json
ghcjs-node/node_modules/has-cors/test.js
ghcjs-node/node_modules/hawk/
ghcjs-node/node_modules/hawk/.npmignore
ghcjs-node/node_modules/hawk/.travis.yml
ghcjs-node/node_modules/hawk/LICENSE
ghcjs-node/node_modules/hawk/README.md
ghcjs-node/node_modules/hawk/bower.json
ghcjs-node/node_modules/hawk/component.json
ghcjs-node/node_modules/hawk/dist/
ghcjs-node/node_modules/hawk/dist/client.js
ghcjs-node/node_modules/hawk/example/
ghcjs-node/node_modules/hawk/example/usage.js
ghcjs-node/node_modules/hawk/images/
ghcjs-node/node_modules/hawk/images/hawk.png
ghcjs-node/node_modules/hawk/images/logo.png
ghcjs-node/node_modules/hawk/lib/
ghcjs-node/node_modules/hawk/lib/browser.js
ghcjs-node/node_modules/hawk/lib/client.js
ghcjs-node/node_modules/hawk/lib/crypto.js
ghcjs-node/node_modules/hawk/lib/index.js
ghcjs-node/node_modules/hawk/lib/server.js
ghcjs-node/node_modules/hawk/lib/utils.js
ghcjs-node/node_modules/hawk/package.json
ghcjs-node/node_modules/hawk/test/
ghcjs-node/node_modules/hawk/test/browser.js
ghcjs-node/node_modules/hawk/test/client.js
ghcjs-node/node_modules/hawk/test/crypto.js
ghcjs-node/node_modules/hawk/test/index.js
ghcjs-node/node_modules/hawk/test/readme.js
ghcjs-node/node_modules/hawk/test/server.js
ghcjs-node/node_modules/hawk/test/uri.js
ghcjs-node/node_modules/hawk/test/utils.js
ghcjs-node/node_modules/hoek/
ghcjs-node/node_modules/hoek/.npmignore
ghcjs-node/node_modules/hoek/.travis.yml
ghcjs-node/node_modules/hoek/CONTRIBUTING.md
ghcjs-node/node_modules/hoek/LICENSE
ghcjs-node/node_modules/hoek/README.md
ghcjs-node/node_modules/hoek/images/
ghcjs-node/node_modules/hoek/images/hoek.png
ghcjs-node/node_modules/hoek/lib/
ghcjs-node/node_modules/hoek/lib/escape.js
ghcjs-node/node_modules/hoek/lib/index.js
ghcjs-node/node_modules/hoek/package.json
ghcjs-node/node_modules/hoek/test/
ghcjs-node/node_modules/hoek/test/escaper.js
ghcjs-node/node_modules/hoek/test/index.js
ghcjs-node/node_modules/hoek/test/modules/
ghcjs-node/node_modules/hoek/test/modules/ignore.txt
ghcjs-node/node_modules/hoek/test/modules/test1.js
ghcjs-node/node_modules/hoek/test/modules/test2.js
ghcjs-node/node_modules/hoek/test/modules/test3.js
ghcjs-node/node_modules/html-encoding-sniffer/
ghcjs-node/node_modules/html-encoding-sniffer/LICENSE.txt
ghcjs-node/node_modules/html-encoding-sniffer/README.md
ghcjs-node/node_modules/html-encoding-sniffer/lib/
ghcjs-node/node_modules/html-encoding-sniffer/lib/html-encoding-sniffer.js
ghcjs-node/node_modules/html-encoding-sniffer/package.json
ghcjs-node/node_modules/http-signature/
ghcjs-node/node_modules/http-signature/.dir-locals.el
ghcjs-node/node_modules/http-signature/.npmignore
ghcjs-node/node_modules/http-signature/CHANGES.md
ghcjs-node/node_modules/http-signature/LICENSE
ghcjs-node/node_modules/http-signature/README.md
ghcjs-node/node_modules/http-signature/http_signing.md
ghcjs-node/node_modules/http-signature/lib/
ghcjs-node/node_modules/http-signature/lib/index.js
ghcjs-node/node_modules/http-signature/lib/parser.js
ghcjs-node/node_modules/http-signature/lib/signer.js
ghcjs-node/node_modules/http-signature/lib/utils.js
ghcjs-node/node_modules/http-signature/lib/verify.js
ghcjs-node/node_modules/http-signature/package.json
ghcjs-node/node_modules/iconv-lite/
ghcjs-node/node_modules/iconv-lite/.npmignore
ghcjs-node/node_modules/iconv-lite/.travis.yml
ghcjs-node/node_modules/iconv-lite/Changelog.md
ghcjs-node/node_modules/iconv-lite/LICENSE
ghcjs-node/node_modules/iconv-lite/README.md
ghcjs-node/node_modules/iconv-lite/encodings/
ghcjs-node/node_modules/iconv-lite/encodings/dbcs-codec.js
ghcjs-node/node_modules/iconv-lite/encodings/dbcs-data.js
ghcjs-node/node_modules/iconv-lite/encodings/index.js
ghcjs-node/node_modules/iconv-lite/encodings/internal.js
ghcjs-node/node_modules/iconv-lite/encodings/sbcs-codec.js
ghcjs-node/node_modules/iconv-lite/encodings/sbcs-data-generated.js
ghcjs-node/node_modules/iconv-lite/encodings/sbcs-data.js
ghcjs-node/node_modules/iconv-lite/encodings/tables/
ghcjs-node/node_modules/iconv-lite/encodings/tables/big5-added.json
ghcjs-node/node_modules/iconv-lite/encodings/tables/cp936.json
ghcjs-node/node_modules/iconv-lite/encodings/tables/cp949.json
ghcjs-node/node_modules/iconv-lite/encodings/tables/cp950.json
ghcjs-node/node_modules/iconv-lite/encodings/tables/eucjp.json
ghcjs-node/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json
ghcjs-node/node_modules/iconv-lite/encodings/tables/gbk-added.json
ghcjs-node/node_modules/iconv-lite/encodings/tables/shiftjis.json
ghcjs-node/node_modules/iconv-lite/encodings/utf16.js
ghcjs-node/node_modules/iconv-lite/encodings/utf7.js
ghcjs-node/node_modules/iconv-lite/lib/
ghcjs-node/node_modules/iconv-lite/lib/bom-handling.js
ghcjs-node/node_modules/iconv-lite/lib/extend-node.js
ghcjs-node/node_modules/iconv-lite/lib/index.js
ghcjs-node/node_modules/iconv-lite/lib/streams.js
ghcjs-node/node_modules/iconv-lite/package.json
ghcjs-node/node_modules/indexof/
ghcjs-node/node_modules/indexof/.npmignore
ghcjs-node/node_modules/indexof/Makefile
ghcjs-node/node_modules/indexof/Readme.md
ghcjs-node/node_modules/indexof/component.json
ghcjs-node/node_modules/indexof/index.js
ghcjs-node/node_modules/indexof/package.json
ghcjs-node/node_modules/is-my-json-valid/
ghcjs-node/node_modules/is-my-json-valid/.npmignore
ghcjs-node/node_modules/is-my-json-valid/.travis.yml
ghcjs-node/node_modules/is-my-json-valid/LICENSE
ghcjs-node/node_modules/is-my-json-valid/README.md
ghcjs-node/node_modules/is-my-json-valid/example.js
ghcjs-node/node_modules/is-my-json-valid/formats.js
ghcjs-node/node_modules/is-my-json-valid/index.js
ghcjs-node/node_modules/is-my-json-valid/package.json
ghcjs-node/node_modules/is-my-json-valid/require.js
ghcjs-node/node_modules/is-my-json-valid/test/
ghcjs-node/node_modules/is-my-json-valid/test/fixtures/
ghcjs-node/node_modules/is-my-json-valid/test/fixtures/cosmic.js
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/additionalItems.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/additionalProperties.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/allOf.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/anyOf.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/bignum.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/default.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/definitions.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/dependencies.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/enum.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/format.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/items.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/maxItems.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/maxLength.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/maxProperties.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/maximum.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/minItems.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/minLength.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/minProperties.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/minimum.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/multipleOf.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/not.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/nullAndFormat.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/nullAndObject.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/oneOf.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/pattern.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/patternProperties.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/properties.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/ref.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/refRemote.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/required.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/type.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema-draft4/uniqueItems.json
ghcjs-node/node_modules/is-my-json-valid/test/json-schema.js
ghcjs-node/node_modules/is-my-json-valid/test/misc.js
ghcjs-node/node_modules/is-property/
ghcjs-node/node_modules/is-property/.npmignore
ghcjs-node/node_modules/is-property/LICENSE
ghcjs-node/node_modules/is-property/README.md
ghcjs-node/node_modules/is-property/is-property.js
ghcjs-node/node_modules/is-property/package.json
ghcjs-node/node_modules/is-typedarray/
ghcjs-node/node_modules/is-typedarray/LICENSE.md
ghcjs-node/node_modules/is-typedarray/README.md
ghcjs-node/node_modules/is-typedarray/index.js
ghcjs-node/node_modules/is-typedarray/package.json
ghcjs-node/node_modules/is-typedarray/test.js
ghcjs-node/node_modules/isarray/
ghcjs-node/node_modules/isarray/README.md
ghcjs-node/node_modules/isarray/build/
ghcjs-node/node_modules/isarray/build/build.js
ghcjs-node/node_modules/isarray/component.json
ghcjs-node/node_modules/isarray/index.js
ghcjs-node/node_modules/isarray/package.json
ghcjs-node/node_modules/isstream/
ghcjs-node/node_modules/isstream/.jshintrc
ghcjs-node/node_modules/isstream/.npmignore
ghcjs-node/node_modules/isstream/.travis.yml
ghcjs-node/node_modules/isstream/LICENSE.md
ghcjs-node/node_modules/isstream/README.md
ghcjs-node/node_modules/isstream/isstream.js
ghcjs-node/node_modules/isstream/package.json
ghcjs-node/node_modules/isstream/test.js
ghcjs-node/node_modules/jodid25519/
ghcjs-node/node_modules/jodid25519/.npmignore
ghcjs-node/node_modules/jodid25519/.travis.yml
ghcjs-node/node_modules/jodid25519/AUTHORS.md
ghcjs-node/node_modules/jodid25519/LICENSE
ghcjs-node/node_modules/jodid25519/README.md
ghcjs-node/node_modules/jodid25519/almond.0
ghcjs-node/node_modules/jodid25519/almond.1
ghcjs-node/node_modules/jodid25519/index.js
ghcjs-node/node_modules/jodid25519/jsdoc.json
ghcjs-node/node_modules/jodid25519/lib/
ghcjs-node/node_modules/jodid25519/lib/core.js
ghcjs-node/node_modules/jodid25519/lib/curve255.js
ghcjs-node/node_modules/jodid25519/lib/dh.js
ghcjs-node/node_modules/jodid25519/lib/eddsa.js
ghcjs-node/node_modules/jodid25519/lib/utils.js
ghcjs-node/node_modules/jodid25519/package.json
ghcjs-node/node_modules/jsbn/
ghcjs-node/node_modules/jsbn/.npmignore
ghcjs-node/node_modules/jsbn/LICENSE
ghcjs-node/node_modules/jsbn/README.md
ghcjs-node/node_modules/jsbn/example.html
ghcjs-node/node_modules/jsbn/example.js
ghcjs-node/node_modules/jsbn/index.js
ghcjs-node/node_modules/jsbn/package.json
ghcjs-node/node_modules/jsdom-global/
ghcjs-node/node_modules/jsdom-global/.npmignore
ghcjs-node/node_modules/jsdom-global/.travis.yml
ghcjs-node/node_modules/jsdom-global/HISTORY.md
ghcjs-node/node_modules/jsdom-global/README.md
ghcjs-node/node_modules/jsdom-global/browser.js
ghcjs-node/node_modules/jsdom-global/index.js
ghcjs-node/node_modules/jsdom-global/keys.js
ghcjs-node/node_modules/jsdom-global/package.json
ghcjs-node/node_modules/jsdom-global/register.js
ghcjs-node/node_modules/jsdom-global/test.js
ghcjs-node/node_modules/jsdom/
ghcjs-node/node_modules/jsdom/Changelog.md
ghcjs-node/node_modules/jsdom/LICENSE.txt
ghcjs-node/node_modules/jsdom/README.md
ghcjs-node/node_modules/jsdom/lib/
ghcjs-node/node_modules/jsdom/lib/jsdom.js
ghcjs-node/node_modules/jsdom/lib/jsdom/
ghcjs-node/node_modules/jsdom/lib/jsdom/browser/
ghcjs-node/node_modules/jsdom/lib/jsdom/browser/Window.js
ghcjs-node/node_modules/jsdom/lib/jsdom/browser/default-stylesheet.js
ghcjs-node/node_modules/jsdom/lib/jsdom/browser/documentAdapter.js
ghcjs-node/node_modules/jsdom/lib/jsdom/browser/documentfeatures.js
ghcjs-node/node_modules/jsdom/lib/jsdom/browser/domtohtml.js
ghcjs-node/node_modules/jsdom/lib/jsdom/browser/htmltodom.js
ghcjs-node/node_modules/jsdom/lib/jsdom/browser/not-implemented.js
ghcjs-node/node_modules/jsdom/lib/jsdom/browser/resource-loader.js
ghcjs-node/node_modules/jsdom/lib/jsdom/level2/
ghcjs-node/node_modules/jsdom/lib/jsdom/level2/style.js
ghcjs-node/node_modules/jsdom/lib/jsdom/level3/
ghcjs-node/node_modules/jsdom/lib/jsdom/level3/xpath.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/
ghcjs-node/node_modules/jsdom/lib/jsdom/living/attributes.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/attributes/
ghcjs-node/node_modules/jsdom/lib/jsdom/living/attributes/Attr-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/dom-token-list.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/domparsing/
ghcjs-node/node_modules/jsdom/lib/jsdom/living/domparsing/DOMParser-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/events/
ghcjs-node/node_modules/jsdom/lib/jsdom/living/events/CustomEvent-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/events/ErrorEvent-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/events/Event-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/events/FocusEvent-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/events/HashChangeEvent-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/events/KeyboardEvent-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/events/MessageEvent-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/events/MouseEvent-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/events/PopStateEvent-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/events/ProgressEvent-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/events/TouchEvent-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/events/UIEvent-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/file-api/
ghcjs-node/node_modules/jsdom/lib/jsdom/living/file-api/Blob-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/file-api/File-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/file-api/FileList-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/file-api/FileReader-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/form-data-symbols.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/.gitkeep
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/AddEventListenerOptions.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/Attr.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/Blob.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/BlobPropertyBag.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/CDATASection.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/CharacterData.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/ChildNode.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/Comment.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/CustomEvent.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/CustomEventInit.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/DOMImplementation.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/DOMParser.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/Document.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/DocumentFragment.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/DocumentType.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/Element.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/ElementCSSInlineStyle.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/ElementContentEditable.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/ErrorEvent.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/ErrorEventInit.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/Event.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/EventInit.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/EventListenerOptions.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/EventModifierInit.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/File.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/FileList.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/FilePropertyBag.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/FileReader.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/FocusEvent.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/FocusEventInit.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/FormData.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/GlobalEventHandlers.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLAnchorElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLAppletElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLAreaElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLAudioElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLBRElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLBaseElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLBodyElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLButtonElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLDListElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataListElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLDialogElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLDirectoryElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLDivElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLEmbedElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLFieldSetElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLFontElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLFormElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameSetElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLHRElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadingElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLHtmlElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLHyperlinkElementUtils.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLIFrameElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLImageElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLInputElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLLIElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLLabelElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLLegendElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLLinkElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLMapElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLMediaElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLMenuElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLMetaElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLMeterElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLModElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLOListElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLObjectElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptGroupElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptionElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLOutputElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLParagraphElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLParamElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLPreElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLProgressElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLQuoteElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLScriptElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLSelectElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLSourceElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLSpanElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLStyleElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCaptionElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCellElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableColElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableDataCellElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableHeaderCellElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableRowElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableSectionElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLTemplateElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLTextAreaElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLTimeElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLTitleElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLTrackElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLUListElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLUnknownElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HTMLVideoElement.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEvent.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEventInit.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/History.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEvent.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEventInit.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/LinkStyle.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/Location.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/MessageEvent.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/MessageEventInit.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/MouseEvent.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/MouseEventInit.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/MutationEvent.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/Navigator.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/NavigatorConcurrentHardware.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/NavigatorCookies.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/NavigatorID.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/NavigatorLanguage.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/NavigatorOnLine.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/NavigatorPlugins.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/Node.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/NonDocumentTypeChildNode.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/NonElementParentNode.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/ParentNode.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/PopStateEvent.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/PopStateEventInit.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/ProcessingInstruction.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/ProgressEvent.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/ProgressEventInit.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/ScrollIntoViewOptions.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/ScrollOptions.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/Text.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/TouchEvent.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/TreeWalker.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/UIEvent.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/UIEventInit.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/WindowEventHandlers.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/XMLDocument.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/generated/utils.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/helpers/
ghcjs-node/node_modules/jsdom/lib/jsdom/living/helpers/document-base-url.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/helpers/focusing.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/helpers/form-controls.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/helpers/ordered-set-parser.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/helpers/proxied-window-event-handlers.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/helpers/selectors.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/helpers/stylesheets.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/helpers/traversal.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/helpers/validate-names.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/html-collection.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/index.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/named-properties-window.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/navigator/
ghcjs-node/node_modules/jsdom/lib/jsdom/living/navigator/Navigator-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorConcurrentHardware-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorCookies-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorID-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorLanguage-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorOnLine-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorPlugins-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/node-document-position.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/node-filter.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/node-iterator.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/node-list.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/node-type.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/node.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/CDATASection-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/CharacterData-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/ChildNode-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/Comment-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/DOMImplementation-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/Document-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/DocumentFragment-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/DocumentType-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/Element-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/ElementContentEditable-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/GlobalEventHandlers-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAnchorElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAppletElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAreaElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAudioElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBRElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBaseElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBodyElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDListElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataListElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDialogElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDirectoryElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDivElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLEmbedElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFieldSetElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFontElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameSetElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHRElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadingElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHtmlElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHyperlinkElementUtils-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLIFrameElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLImageElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLInputElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLIElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLabelElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLegendElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLinkElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMapElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMediaElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMenuElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMetaElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMeterElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLModElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOListElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLObjectElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptGroupElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOutputElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParagraphElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParamElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPreElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLProgressElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLQuoteElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLScriptElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSelectElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSourceElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSpanElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLStyleElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCaptionElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCellElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableColElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableDataCellElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableHeaderCellElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableRowElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableSectionElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTemplateElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTextAreaElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTimeElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTitleElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTrackElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUListElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUnknownElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/HTMLVideoElement-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/LinkStyle-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/Node-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/NonDocumentTypeChildNode-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/NonElementParentNode-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/ParentNode-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/ProcessingInstruction-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/Text-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/WindowEventHandlers-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/nodes/XMLDocument-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/post-message.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/register-elements.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/traversal/
ghcjs-node/node_modules/jsdom/lib/jsdom/living/traversal/TreeWalker-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/window/
ghcjs-node/node_modules/jsdom/lib/jsdom/living/window/History-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/window/History.idl
ghcjs-node/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/window/navigation.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/xhr-sync-worker.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/xhr-utils.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/xhr/
ghcjs-node/node_modules/jsdom/lib/jsdom/living/xhr/FormData-impl.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/xmlhttprequest-event-target.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/xmlhttprequest-symbols.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/xmlhttprequest-upload.js
ghcjs-node/node_modules/jsdom/lib/jsdom/living/xmlhttprequest.js
ghcjs-node/node_modules/jsdom/lib/jsdom/named-properties-tracker.js
ghcjs-node/node_modules/jsdom/lib/jsdom/utils.js
ghcjs-node/node_modules/jsdom/lib/jsdom/virtual-console.js
ghcjs-node/node_modules/jsdom/lib/jsdom/vm-shim.js
ghcjs-node/node_modules/jsdom/lib/jsdom/web-idl/
ghcjs-node/node_modules/jsdom/lib/jsdom/web-idl/DOMException.js
ghcjs-node/node_modules/jsdom/lib/jsdom/web-idl/dom-exception-table.json
ghcjs-node/node_modules/jsdom/package.json
ghcjs-node/node_modules/json-schema/
ghcjs-node/node_modules/json-schema/README.md
ghcjs-node/node_modules/json-schema/draft-00/
ghcjs-node/node_modules/json-schema/draft-00/hyper-schema
ghcjs-node/node_modules/json-schema/draft-00/json-ref
ghcjs-node/node_modules/json-schema/draft-00/links
ghcjs-node/node_modules/json-schema/draft-00/schema
ghcjs-node/node_modules/json-schema/draft-01/
ghcjs-node/node_modules/json-schema/draft-01/hyper-schema
ghcjs-node/node_modules/json-schema/draft-01/json-ref
ghcjs-node/node_modules/json-schema/draft-01/links
ghcjs-node/node_modules/json-schema/draft-01/schema
ghcjs-node/node_modules/json-schema/draft-02/
ghcjs-node/node_modules/json-schema/draft-02/hyper-schema
ghcjs-node/node_modules/json-schema/draft-02/json-ref
ghcjs-node/node_modules/json-schema/draft-02/links
ghcjs-node/node_modules/json-schema/draft-02/schema
ghcjs-node/node_modules/json-schema/draft-03/
ghcjs-node/node_modules/json-schema/draft-03/examples/
ghcjs-node/node_modules/json-schema/draft-03/examples/address
ghcjs-node/node_modules/json-schema/draft-03/examples/calendar
ghcjs-node/node_modules/json-schema/draft-03/examples/card
ghcjs-node/node_modules/json-schema/draft-03/examples/geo
ghcjs-node/node_modules/json-schema/draft-03/examples/interfaces
ghcjs-node/node_modules/json-schema/draft-03/hyper-schema
ghcjs-node/node_modules/json-schema/draft-03/json-ref
ghcjs-node/node_modules/json-schema/draft-03/links
ghcjs-node/node_modules/json-schema/draft-03/schema
ghcjs-node/node_modules/json-schema/draft-04/
ghcjs-node/node_modules/json-schema/draft-04/hyper-schema
ghcjs-node/node_modules/json-schema/draft-04/links
ghcjs-node/node_modules/json-schema/draft-04/schema
ghcjs-node/node_modules/json-schema/draft-zyp-json-schema-03.xml
ghcjs-node/node_modules/json-schema/draft-zyp-json-schema-04.xml
ghcjs-node/node_modules/json-schema/lib/
ghcjs-node/node_modules/json-schema/lib/links.js
ghcjs-node/node_modules/json-schema/lib/validate.js
ghcjs-node/node_modules/json-schema/package.json
ghcjs-node/node_modules/json-schema/test/
ghcjs-node/node_modules/json-schema/test/tests.js
ghcjs-node/node_modules/json-stringify-safe/
ghcjs-node/node_modules/json-stringify-safe/.npmignore
ghcjs-node/node_modules/json-stringify-safe/CHANGELOG.md
ghcjs-node/node_modules/json-stringify-safe/LICENSE
ghcjs-node/node_modules/json-stringify-safe/Makefile
ghcjs-node/node_modules/json-stringify-safe/README.md
ghcjs-node/node_modules/json-stringify-safe/package.json
ghcjs-node/node_modules/json-stringify-safe/stringify.js
ghcjs-node/node_modules/json-stringify-safe/test/
ghcjs-node/node_modules/json-stringify-safe/test/mocha.opts
ghcjs-node/node_modules/json-stringify-safe/test/stringify_test.js
ghcjs-node/node_modules/json3/
ghcjs-node/node_modules/json3/LICENSE
ghcjs-node/node_modules/json3/README.md
ghcjs-node/node_modules/json3/lib/
ghcjs-node/node_modules/json3/lib/json3.js
ghcjs-node/node_modules/json3/lib/json3.min.js
ghcjs-node/node_modules/json3/package.json
ghcjs-node/node_modules/jsonpointer/
ghcjs-node/node_modules/jsonpointer/LICENSE.md
ghcjs-node/node_modules/jsonpointer/README.md
ghcjs-node/node_modules/jsonpointer/jsonpointer.js
ghcjs-node/node_modules/jsonpointer/package.json
ghcjs-node/node_modules/jsprim/
ghcjs-node/node_modules/jsprim/CHANGES.md
ghcjs-node/node_modules/jsprim/LICENSE
ghcjs-node/node_modules/jsprim/README.md
ghcjs-node/node_modules/jsprim/lib/
ghcjs-node/node_modules/jsprim/lib/jsprim.js
ghcjs-node/node_modules/jsprim/package.json
ghcjs-node/node_modules/levn/
ghcjs-node/node_modules/levn/LICENSE
ghcjs-node/node_modules/levn/README.md
ghcjs-node/node_modules/levn/lib/
ghcjs-node/node_modules/levn/lib/cast.js
ghcjs-node/node_modules/levn/lib/coerce.js
ghcjs-node/node_modules/levn/lib/index.js
ghcjs-node/node_modules/levn/lib/parse-string.js
ghcjs-node/node_modules/levn/lib/parse.js
ghcjs-node/node_modules/levn/package.json
ghcjs-node/node_modules/mime-db/
ghcjs-node/node_modules/mime-db/HISTORY.md
ghcjs-node/node_modules/mime-db/LICENSE
ghcjs-node/node_modules/mime-db/README.md
ghcjs-node/node_modules/mime-db/db.json
ghcjs-node/node_modules/mime-db/index.js
ghcjs-node/node_modules/mime-db/package.json
ghcjs-node/node_modules/mime-types/
ghcjs-node/node_modules/mime-types/HISTORY.md
ghcjs-node/node_modules/mime-types/LICENSE
ghcjs-node/node_modules/mime-types/README.md
ghcjs-node/node_modules/mime-types/index.js
ghcjs-node/node_modules/mime-types/package.json
ghcjs-node/node_modules/ms/
ghcjs-node/node_modules/ms/LICENSE.md
ghcjs-node/node_modules/ms/README.md
ghcjs-node/node_modules/ms/index.js
ghcjs-node/node_modules/ms/package.json
ghcjs-node/node_modules/negotiator/
ghcjs-node/node_modules/negotiator/HISTORY.md
ghcjs-node/node_modules/negotiator/LICENSE
ghcjs-node/node_modules/negotiator/README.md
ghcjs-node/node_modules/negotiator/index.js
ghcjs-node/node_modules/negotiator/lib/
ghcjs-node/node_modules/negotiator/lib/charset.js
ghcjs-node/node_modules/negotiator/lib/encoding.js
ghcjs-node/node_modules/negotiator/lib/language.js
ghcjs-node/node_modules/negotiator/lib/mediaType.js
ghcjs-node/node_modules/negotiator/package.json
ghcjs-node/node_modules/nwmatcher/
ghcjs-node/node_modules/nwmatcher/LICENSE
ghcjs-node/node_modules/nwmatcher/README.md
ghcjs-node/node_modules/nwmatcher/package.json
ghcjs-node/node_modules/nwmatcher/src/
ghcjs-node/node_modules/nwmatcher/src/modules/
ghcjs-node/node_modules/nwmatcher/src/modules/nwmatcher-cache.js
ghcjs-node/node_modules/nwmatcher/src/modules/nwmatcher-jquery.js
ghcjs-node/node_modules/nwmatcher/src/modules/nwmatcher-pseudos.js
ghcjs-node/node_modules/nwmatcher/src/modules/nwmatcher-shortcuts.js
ghcjs-node/node_modules/nwmatcher/src/modules/nwmatcher-traversal.js
ghcjs-node/node_modules/nwmatcher/src/modules/nwmatcher-webforms.js
ghcjs-node/node_modules/nwmatcher/src/nwmatcher-base.js
ghcjs-node/node_modules/nwmatcher/src/nwmatcher-noqsa.js
ghcjs-node/node_modules/nwmatcher/src/nwmatcher.js
ghcjs-node/node_modules/oauth-sign/
ghcjs-node/node_modules/oauth-sign/LICENSE
ghcjs-node/node_modules/oauth-sign/README.md
ghcjs-node/node_modules/oauth-sign/index.js
ghcjs-node/node_modules/oauth-sign/package.json
ghcjs-node/node_modules/object-assign/
ghcjs-node/node_modules/object-assign/index.js
ghcjs-node/node_modules/object-assign/license
ghcjs-node/node_modules/object-assign/package.json
ghcjs-node/node_modules/object-assign/readme.md
ghcjs-node/node_modules/object-component/
ghcjs-node/node_modules/object-component/.npmignore
ghcjs-node/node_modules/object-component/History.md
ghcjs-node/node_modules/object-component/Makefile
ghcjs-node/node_modules/object-component/Readme.md
ghcjs-node/node_modules/object-component/component.json
ghcjs-node/node_modules/object-component/index.js
ghcjs-node/node_modules/object-component/package.json
ghcjs-node/node_modules/object-component/test/
ghcjs-node/node_modules/object-component/test/object.js
ghcjs-node/node_modules/optionator/
ghcjs-node/node_modules/optionator/CHANGELOG.md
ghcjs-node/node_modules/optionator/LICENSE
ghcjs-node/node_modules/optionator/README.md
ghcjs-node/node_modules/optionator/lib/
ghcjs-node/node_modules/optionator/lib/help.js
ghcjs-node/node_modules/optionator/lib/index.js
ghcjs-node/node_modules/optionator/lib/util.js
ghcjs-node/node_modules/optionator/package.json
ghcjs-node/node_modules/options/
ghcjs-node/node_modules/options/.npmignore
ghcjs-node/node_modules/options/Makefile
ghcjs-node/node_modules/options/README.md
ghcjs-node/node_modules/options/lib/
ghcjs-node/node_modules/options/lib/options.js
ghcjs-node/node_modules/options/package.json
ghcjs-node/node_modules/parse5/
ghcjs-node/node_modules/parse5/CHANGELOG.md
ghcjs-node/node_modules/parse5/LICENSE
ghcjs-node/node_modules/parse5/README.md
ghcjs-node/node_modules/parse5/docs/
ghcjs-node/node_modules/parse5/docs/build/
ghcjs-node/node_modules/parse5/docs/build/index.md
ghcjs-node/node_modules/parse5/index.js
ghcjs-node/node_modules/parse5/lib/
ghcjs-node/node_modules/parse5/lib/common/
ghcjs-node/node_modules/parse5/lib/common/doctype.js
ghcjs-node/node_modules/parse5/lib/common/foreign_content.js
ghcjs-node/node_modules/parse5/lib/common/html.js
ghcjs-node/node_modules/parse5/lib/common/unicode.js
ghcjs-node/node_modules/parse5/lib/common/utils.js
ghcjs-node/node_modules/parse5/lib/jsdom/
ghcjs-node/node_modules/parse5/lib/jsdom/jsdom_parser.js
ghcjs-node/node_modules/parse5/lib/jsdom/parsing_unit.js
ghcjs-node/node_modules/parse5/lib/serialization/
ghcjs-node/node_modules/parse5/lib/serialization/serializer.js
ghcjs-node/node_modules/parse5/lib/simple_api/
ghcjs-node/node_modules/parse5/lib/simple_api/simple_api_parser.js
ghcjs-node/node_modules/parse5/lib/simple_api/tokenizer_proxy.js
ghcjs-node/node_modules/parse5/lib/tokenization/
ghcjs-node/node_modules/parse5/lib/tokenization/location_info_mixin.js
ghcjs-node/node_modules/parse5/lib/tokenization/named_entity_trie.js
ghcjs-node/node_modules/parse5/lib/tokenization/preprocessor.js
ghcjs-node/node_modules/parse5/lib/tokenization/tokenizer.js
ghcjs-node/node_modules/parse5/lib/tree_adapters/
ghcjs-node/node_modules/parse5/lib/tree_adapters/default.js
ghcjs-node/node_modules/parse5/lib/tree_adapters/htmlparser2.js
ghcjs-node/node_modules/parse5/lib/tree_construction/
ghcjs-node/node_modules/parse5/lib/tree_construction/formatting_element_list.js
ghcjs-node/node_modules/parse5/lib/tree_construction/location_info_mixin.js
ghcjs-node/node_modules/parse5/lib/tree_construction/open_element_stack.js
ghcjs-node/node_modules/parse5/lib/tree_construction/parser.js
ghcjs-node/node_modules/parse5/package.json
ghcjs-node/node_modules/parsejson/
ghcjs-node/node_modules/parsejson/.npmignore
ghcjs-node/node_modules/parsejson/LICENSE
ghcjs-node/node_modules/parsejson/Makefile
ghcjs-node/node_modules/parsejson/README.md
ghcjs-node/node_modules/parsejson/index.js
ghcjs-node/node_modules/parsejson/package.json
ghcjs-node/node_modules/parsejson/test.js
ghcjs-node/node_modules/parseqs/
ghcjs-node/node_modules/parseqs/.npmignore
ghcjs-node/node_modules/parseqs/LICENSE
ghcjs-node/node_modules/parseqs/Makefile
ghcjs-node/node_modules/parseqs/README.md
ghcjs-node/node_modules/parseqs/index.js
ghcjs-node/node_modules/parseqs/package.json
ghcjs-node/node_modules/parseqs/test.js
ghcjs-node/node_modules/parseuri/
ghcjs-node/node_modules/parseuri/.npmignore
ghcjs-node/node_modules/parseuri/History.md
ghcjs-node/node_modules/parseuri/LICENSE
ghcjs-node/node_modules/parseuri/Makefile
ghcjs-node/node_modules/parseuri/README.md
ghcjs-node/node_modules/parseuri/index.js
ghcjs-node/node_modules/parseuri/package.json
ghcjs-node/node_modules/parseuri/test.js
ghcjs-node/node_modules/pinkie-promise/
ghcjs-node/node_modules/pinkie-promise/index.js
ghcjs-node/node_modules/pinkie-promise/license
ghcjs-node/node_modules/pinkie-promise/package.json
ghcjs-node/node_modules/pinkie-promise/readme.md
ghcjs-node/node_modules/pinkie/
ghcjs-node/node_modules/pinkie/index.js
ghcjs-node/node_modules/pinkie/license
ghcjs-node/node_modules/pinkie/package.json
ghcjs-node/node_modules/pinkie/readme.md
ghcjs-node/node_modules/prelude-ls/
ghcjs-node/node_modules/prelude-ls/CHANGELOG.md
ghcjs-node/node_modules/prelude-ls/LICENSE
ghcjs-node/node_modules/prelude-ls/README.md
ghcjs-node/node_modules/prelude-ls/lib/
ghcjs-node/node_modules/prelude-ls/lib/Func.js
ghcjs-node/node_modules/prelude-ls/lib/List.js
ghcjs-node/node_modules/prelude-ls/lib/Num.js
ghcjs-node/node_modules/prelude-ls/lib/Obj.js
ghcjs-node/node_modules/prelude-ls/lib/Str.js
ghcjs-node/node_modules/prelude-ls/lib/index.js
ghcjs-node/node_modules/prelude-ls/package.json
ghcjs-node/node_modules/punycode/
ghcjs-node/node_modules/punycode/LICENSE-MIT.txt
ghcjs-node/node_modules/punycode/README.md
ghcjs-node/node_modules/punycode/package.json
ghcjs-node/node_modules/punycode/punycode.js
ghcjs-node/node_modules/qs/
ghcjs-node/node_modules/qs/.eslintignore
ghcjs-node/node_modules/qs/.eslintrc
ghcjs-node/node_modules/qs/CHANGELOG.md
ghcjs-node/node_modules/qs/LICENSE
ghcjs-node/node_modules/qs/README.md
ghcjs-node/node_modules/qs/dist/
ghcjs-node/node_modules/qs/dist/qs.js
ghcjs-node/node_modules/qs/lib/
ghcjs-node/node_modules/qs/lib/formats.js
ghcjs-node/node_modules/qs/lib/index.js
ghcjs-node/node_modules/qs/lib/parse.js
ghcjs-node/node_modules/qs/lib/stringify.js
ghcjs-node/node_modules/qs/lib/utils.js
ghcjs-node/node_modules/qs/package.json
ghcjs-node/node_modules/qs/test/
ghcjs-node/node_modules/qs/test/.eslintrc
ghcjs-node/node_modules/qs/test/index.js
ghcjs-node/node_modules/qs/test/parse.js
ghcjs-node/node_modules/qs/test/stringify.js
ghcjs-node/node_modules/qs/test/utils.js
ghcjs-node/node_modules/request/
ghcjs-node/node_modules/request/CHANGELOG.md
ghcjs-node/node_modules/request/LICENSE
ghcjs-node/node_modules/request/README.md
ghcjs-node/node_modules/request/index.js
ghcjs-node/node_modules/request/lib/
ghcjs-node/node_modules/request/lib/auth.js
ghcjs-node/node_modules/request/lib/cookies.js
ghcjs-node/node_modules/request/lib/getProxyFromURI.js
ghcjs-node/node_modules/request/lib/har.js
ghcjs-node/node_modules/request/lib/helpers.js
ghcjs-node/node_modules/request/lib/multipart.js
ghcjs-node/node_modules/request/lib/oauth.js
ghcjs-node/node_modules/request/lib/querystring.js
ghcjs-node/node_modules/request/lib/redirect.js
ghcjs-node/node_modules/request/lib/tunnel.js
ghcjs-node/node_modules/request/package.json
ghcjs-node/node_modules/request/request.js
ghcjs-node/node_modules/sax/
ghcjs-node/node_modules/sax/LICENSE
ghcjs-node/node_modules/sax/README.md
ghcjs-node/node_modules/sax/lib/
ghcjs-node/node_modules/sax/lib/sax.js
ghcjs-node/node_modules/sax/package.json
ghcjs-node/node_modules/sntp/
ghcjs-node/node_modules/sntp/.npmignore
ghcjs-node/node_modules/sntp/.travis.yml
ghcjs-node/node_modules/sntp/LICENSE
ghcjs-node/node_modules/sntp/Makefile
ghcjs-node/node_modules/sntp/README.md
ghcjs-node/node_modules/sntp/examples/
ghcjs-node/node_modules/sntp/examples/offset.js
ghcjs-node/node_modules/sntp/examples/time.js
ghcjs-node/node_modules/sntp/index.js
ghcjs-node/node_modules/sntp/lib/
ghcjs-node/node_modules/sntp/lib/index.js
ghcjs-node/node_modules/sntp/package.json
ghcjs-node/node_modules/sntp/test/
ghcjs-node/node_modules/sntp/test/index.js
ghcjs-node/node_modules/socket.io-adapter/
ghcjs-node/node_modules/socket.io-adapter/.npmignore
ghcjs-node/node_modules/socket.io-adapter/History.md
ghcjs-node/node_modules/socket.io-adapter/LICENSE
ghcjs-node/node_modules/socket.io-adapter/Readme.md
ghcjs-node/node_modules/socket.io-adapter/index.js
ghcjs-node/node_modules/socket.io-adapter/package.json
ghcjs-node/node_modules/socket.io-client/
ghcjs-node/node_modules/socket.io-client/History.md
ghcjs-node/node_modules/socket.io-client/LICENSE
ghcjs-node/node_modules/socket.io-client/README.md
ghcjs-node/node_modules/socket.io-client/dist/
ghcjs-node/node_modules/socket.io-client/dist/socket.io.js
ghcjs-node/node_modules/socket.io-client/dist/socket.io.js.map
ghcjs-node/node_modules/socket.io-client/dist/socket.io.min.js
ghcjs-node/node_modules/socket.io-client/dist/socket.io.slim.js
ghcjs-node/node_modules/socket.io-client/dist/socket.io.slim.js.map
ghcjs-node/node_modules/socket.io-client/dist/socket.io.slim.min.js
ghcjs-node/node_modules/socket.io-client/lib/
ghcjs-node/node_modules/socket.io-client/lib/index.js
ghcjs-node/node_modules/socket.io-client/lib/manager.js
ghcjs-node/node_modules/socket.io-client/lib/on.js
ghcjs-node/node_modules/socket.io-client/lib/socket.js
ghcjs-node/node_modules/socket.io-client/lib/url.js
ghcjs-node/node_modules/socket.io-client/node_modules/
ghcjs-node/node_modules/socket.io-client/node_modules/component-emitter/
ghcjs-node/node_modules/socket.io-client/node_modules/component-emitter/History.md
ghcjs-node/node_modules/socket.io-client/node_modules/component-emitter/LICENSE
ghcjs-node/node_modules/socket.io-client/node_modules/component-emitter/Readme.md
ghcjs-node/node_modules/socket.io-client/node_modules/component-emitter/index.js
ghcjs-node/node_modules/socket.io-client/node_modules/component-emitter/package.json
ghcjs-node/node_modules/socket.io-client/package.json
ghcjs-node/node_modules/socket.io-parser/
ghcjs-node/node_modules/socket.io-parser/History.md
ghcjs-node/node_modules/socket.io-parser/LICENSE
ghcjs-node/node_modules/socket.io-parser/Readme.md
ghcjs-node/node_modules/socket.io-parser/binary.js
ghcjs-node/node_modules/socket.io-parser/index.js
ghcjs-node/node_modules/socket.io-parser/is-buffer.js
ghcjs-node/node_modules/socket.io-parser/node_modules/
ghcjs-node/node_modules/socket.io-parser/node_modules/debug/
ghcjs-node/node_modules/socket.io-parser/node_modules/debug/.jshintrc
ghcjs-node/node_modules/socket.io-parser/node_modules/debug/.npmignore
ghcjs-node/node_modules/socket.io-parser/node_modules/debug/History.md
ghcjs-node/node_modules/socket.io-parser/node_modules/debug/Makefile
ghcjs-node/node_modules/socket.io-parser/node_modules/debug/Readme.md
ghcjs-node/node_modules/socket.io-parser/node_modules/debug/bower.json
ghcjs-node/node_modules/socket.io-parser/node_modules/debug/browser.js
ghcjs-node/node_modules/socket.io-parser/node_modules/debug/component.json
ghcjs-node/node_modules/socket.io-parser/node_modules/debug/debug.js
ghcjs-node/node_modules/socket.io-parser/node_modules/debug/node.js
ghcjs-node/node_modules/socket.io-parser/node_modules/debug/package.json
ghcjs-node/node_modules/socket.io-parser/node_modules/ms/
ghcjs-node/node_modules/socket.io-parser/node_modules/ms/.npmignore
ghcjs-node/node_modules/socket.io-parser/node_modules/ms/History.md
ghcjs-node/node_modules/socket.io-parser/node_modules/ms/LICENSE
ghcjs-node/node_modules/socket.io-parser/node_modules/ms/README.md
ghcjs-node/node_modules/socket.io-parser/node_modules/ms/index.js
ghcjs-node/node_modules/socket.io-parser/node_modules/ms/package.json
ghcjs-node/node_modules/socket.io-parser/package.json
ghcjs-node/node_modules/socket.io/
ghcjs-node/node_modules/socket.io/History.md
ghcjs-node/node_modules/socket.io/LICENSE
ghcjs-node/node_modules/socket.io/Readme.md
ghcjs-node/node_modules/socket.io/lib/
ghcjs-node/node_modules/socket.io/lib/client.js
ghcjs-node/node_modules/socket.io/lib/index.js
ghcjs-node/node_modules/socket.io/lib/namespace.js
ghcjs-node/node_modules/socket.io/lib/socket.js
ghcjs-node/node_modules/socket.io/package.json
ghcjs-node/node_modules/source-map/
ghcjs-node/node_modules/source-map/.npmignore
ghcjs-node/node_modules/source-map/.travis.yml
ghcjs-node/node_modules/source-map/CHANGELOG.md
ghcjs-node/node_modules/source-map/LICENSE
ghcjs-node/node_modules/source-map/Makefile.dryice.js
ghcjs-node/node_modules/source-map/README.md
ghcjs-node/node_modules/source-map/build/
ghcjs-node/node_modules/source-map/build/assert-shim.js
ghcjs-node/node_modules/source-map/build/mini-require.js
ghcjs-node/node_modules/source-map/build/prefix-source-map.jsm
ghcjs-node/node_modules/source-map/build/prefix-utils.jsm
ghcjs-node/node_modules/source-map/build/suffix-browser.js
ghcjs-node/node_modules/source-map/build/suffix-source-map.jsm
ghcjs-node/node_modules/source-map/build/suffix-utils.jsm
ghcjs-node/node_modules/source-map/build/test-prefix.js
ghcjs-node/node_modules/source-map/build/test-suffix.js
ghcjs-node/node_modules/source-map/lib/
ghcjs-node/node_modules/source-map/lib/source-map.js
ghcjs-node/node_modules/source-map/lib/source-map/
ghcjs-node/node_modules/source-map/lib/source-map/array-set.js
ghcjs-node/node_modules/source-map/lib/source-map/base64-vlq.js
ghcjs-node/node_modules/source-map/lib/source-map/base64.js
ghcjs-node/node_modules/source-map/lib/source-map/basic-source-map-consumer.js
ghcjs-node/node_modules/source-map/lib/source-map/binary-search.js
ghcjs-node/node_modules/source-map/lib/source-map/indexed-source-map-consumer.js
ghcjs-node/node_modules/source-map/lib/source-map/mapping-list.js
ghcjs-node/node_modules/source-map/lib/source-map/source-map-consumer.js
ghcjs-node/node_modules/source-map/lib/source-map/source-map-generator.js
ghcjs-node/node_modules/source-map/lib/source-map/source-node.js
ghcjs-node/node_modules/source-map/lib/source-map/util.js
ghcjs-node/node_modules/source-map/package.json
ghcjs-node/node_modules/source-map/test/
ghcjs-node/node_modules/source-map/test/run-tests.js
ghcjs-node/node_modules/source-map/test/source-map/
ghcjs-node/node_modules/source-map/test/source-map/test-api.js
ghcjs-node/node_modules/source-map/test/source-map/test-array-set.js
ghcjs-node/node_modules/source-map/test/source-map/test-base64-vlq.js
ghcjs-node/node_modules/source-map/test/source-map/test-base64.js
ghcjs-node/node_modules/source-map/test/source-map/test-binary-search.js
ghcjs-node/node_modules/source-map/test/source-map/test-dog-fooding.js
ghcjs-node/node_modules/source-map/test/source-map/test-source-map-consumer.js
ghcjs-node/node_modules/source-map/test/source-map/test-source-map-generator.js
ghcjs-node/node_modules/source-map/test/source-map/test-source-node.js
ghcjs-node/node_modules/source-map/test/source-map/test-util.js
ghcjs-node/node_modules/source-map/test/source-map/util.js
ghcjs-node/node_modules/sshpk/
ghcjs-node/node_modules/sshpk/.npmignore
ghcjs-node/node_modules/sshpk/.travis.yml
ghcjs-node/node_modules/sshpk/LICENSE
ghcjs-node/node_modules/sshpk/README.md
ghcjs-node/node_modules/sshpk/bin/
ghcjs-node/node_modules/sshpk/bin/sshpk-conv
ghcjs-node/node_modules/sshpk/bin/sshpk-sign
ghcjs-node/node_modules/sshpk/bin/sshpk-verify
ghcjs-node/node_modules/sshpk/lib/
ghcjs-node/node_modules/sshpk/lib/algs.js
ghcjs-node/node_modules/sshpk/lib/certificate.js
ghcjs-node/node_modules/sshpk/lib/dhe.js
ghcjs-node/node_modules/sshpk/lib/ed-compat.js
ghcjs-node/node_modules/sshpk/lib/errors.js
ghcjs-node/node_modules/sshpk/lib/fingerprint.js
ghcjs-node/node_modules/sshpk/lib/formats/
ghcjs-node/node_modules/sshpk/lib/formats/auto.js
ghcjs-node/node_modules/sshpk/lib/formats/openssh-cert.js
ghcjs-node/node_modules/sshpk/lib/formats/pem.js
ghcjs-node/node_modules/sshpk/lib/formats/pkcs1.js
ghcjs-node/node_modules/sshpk/lib/formats/pkcs8.js
ghcjs-node/node_modules/sshpk/lib/formats/rfc4253.js
ghcjs-node/node_modules/sshpk/lib/formats/ssh-private.js
ghcjs-node/node_modules/sshpk/lib/formats/ssh.js
ghcjs-node/node_modules/sshpk/lib/formats/x509-pem.js
ghcjs-node/node_modules/sshpk/lib/formats/x509.js
ghcjs-node/node_modules/sshpk/lib/identity.js
ghcjs-node/node_modules/sshpk/lib/index.js
ghcjs-node/node_modules/sshpk/lib/key.js
ghcjs-node/node_modules/sshpk/lib/private-key.js
ghcjs-node/node_modules/sshpk/lib/signature.js
ghcjs-node/node_modules/sshpk/lib/ssh-buffer.js
ghcjs-node/node_modules/sshpk/lib/utils.js
ghcjs-node/node_modules/sshpk/man/
ghcjs-node/node_modules/sshpk/man/man1/
ghcjs-node/node_modules/sshpk/man/man1/sshpk-conv.1
ghcjs-node/node_modules/sshpk/man/man1/sshpk-sign.1
ghcjs-node/node_modules/sshpk/man/man1/sshpk-verify.1
ghcjs-node/node_modules/sshpk/node_modules/
ghcjs-node/node_modules/sshpk/node_modules/assert-plus/
ghcjs-node/node_modules/sshpk/node_modules/assert-plus/AUTHORS
ghcjs-node/node_modules/sshpk/node_modules/assert-plus/CHANGES.md
ghcjs-node/node_modules/sshpk/node_modules/assert-plus/README.md
ghcjs-node/node_modules/sshpk/node_modules/assert-plus/assert.js
ghcjs-node/node_modules/sshpk/node_modules/assert-plus/package.json
ghcjs-node/node_modules/sshpk/package.json
ghcjs-node/node_modules/stringstream/
ghcjs-node/node_modules/stringstream/.npmignore
ghcjs-node/node_modules/stringstream/.travis.yml
ghcjs-node/node_modules/stringstream/LICENSE.txt
ghcjs-node/node_modules/stringstream/README.md
ghcjs-node/node_modules/stringstream/example.js
ghcjs-node/node_modules/stringstream/package.json
ghcjs-node/node_modules/stringstream/stringstream.js
ghcjs-node/node_modules/strip-ansi/
ghcjs-node/node_modules/strip-ansi/index.js
ghcjs-node/node_modules/strip-ansi/license
ghcjs-node/node_modules/strip-ansi/package.json
ghcjs-node/node_modules/strip-ansi/readme.md
ghcjs-node/node_modules/supports-color/
ghcjs-node/node_modules/supports-color/index.js
ghcjs-node/node_modules/supports-color/license
ghcjs-node/node_modules/supports-color/package.json
ghcjs-node/node_modules/supports-color/readme.md
ghcjs-node/node_modules/symbol-tree/
ghcjs-node/node_modules/symbol-tree/LICENSE
ghcjs-node/node_modules/symbol-tree/README.md
ghcjs-node/node_modules/symbol-tree/lib/
ghcjs-node/node_modules/symbol-tree/lib/SymbolTree.js
ghcjs-node/node_modules/symbol-tree/lib/SymbolTreeNode.js
ghcjs-node/node_modules/symbol-tree/lib/TreeIterator.js
ghcjs-node/node_modules/symbol-tree/lib/TreePosition.js
ghcjs-node/node_modules/symbol-tree/package.json
ghcjs-node/node_modules/to-array/
ghcjs-node/node_modules/to-array/.npmignore
ghcjs-node/node_modules/to-array/LICENCE
ghcjs-node/node_modules/to-array/README.md
ghcjs-node/node_modules/to-array/index.js
ghcjs-node/node_modules/to-array/package.json
ghcjs-node/node_modules/tough-cookie/
ghcjs-node/node_modules/tough-cookie/LICENSE
ghcjs-node/node_modules/tough-cookie/README.md
ghcjs-node/node_modules/tough-cookie/lib/
ghcjs-node/node_modules/tough-cookie/lib/cookie.js
ghcjs-node/node_modules/tough-cookie/lib/memstore.js
ghcjs-node/node_modules/tough-cookie/lib/pathMatch.js
ghcjs-node/node_modules/tough-cookie/lib/permuteDomain.js
ghcjs-node/node_modules/tough-cookie/lib/pubsuffix.js
ghcjs-node/node_modules/tough-cookie/lib/store.js
ghcjs-node/node_modules/tough-cookie/package.json
ghcjs-node/node_modules/tr46/
ghcjs-node/node_modules/tr46/.npmignore
ghcjs-node/node_modules/tr46/index.js
ghcjs-node/node_modules/tr46/lib/
ghcjs-node/node_modules/tr46/lib/.gitkeep
ghcjs-node/node_modules/tr46/lib/mappingTable.json
ghcjs-node/node_modules/tr46/package.json
ghcjs-node/node_modules/tunnel-agent/
ghcjs-node/node_modules/tunnel-agent/LICENSE
ghcjs-node/node_modules/tunnel-agent/README.md
ghcjs-node/node_modules/tunnel-agent/index.js
ghcjs-node/node_modules/tunnel-agent/package.json
ghcjs-node/node_modules/tweetnacl/
ghcjs-node/node_modules/tweetnacl/.npmignore
ghcjs-node/node_modules/tweetnacl/AUTHORS.md
ghcjs-node/node_modules/tweetnacl/CHANGELOG.md
ghcjs-node/node_modules/tweetnacl/LICENSE
ghcjs-node/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md
ghcjs-node/node_modules/tweetnacl/README.md
ghcjs-node/node_modules/tweetnacl/nacl-fast.js
ghcjs-node/node_modules/tweetnacl/nacl-fast.min.js
ghcjs-node/node_modules/tweetnacl/nacl.d.ts
ghcjs-node/node_modules/tweetnacl/nacl.js
ghcjs-node/node_modules/tweetnacl/nacl.min.js
ghcjs-node/node_modules/tweetnacl/package.json
ghcjs-node/node_modules/type-check/
ghcjs-node/node_modules/type-check/LICENSE
ghcjs-node/node_modules/type-check/README.md
ghcjs-node/node_modules/type-check/lib/
ghcjs-node/node_modules/type-check/lib/check.js
ghcjs-node/node_modules/type-check/lib/index.js
ghcjs-node/node_modules/type-check/lib/parse-type.js
ghcjs-node/node_modules/type-check/package.json
ghcjs-node/node_modules/ultron/
ghcjs-node/node_modules/ultron/.npmignore
ghcjs-node/node_modules/ultron/.travis.yml
ghcjs-node/node_modules/ultron/LICENSE
ghcjs-node/node_modules/ultron/README.md
ghcjs-node/node_modules/ultron/index.js
ghcjs-node/node_modules/ultron/package.json
ghcjs-node/node_modules/ultron/test.js
ghcjs-node/node_modules/uuid/
ghcjs-node/node_modules/uuid/.npmignore
ghcjs-node/node_modules/uuid/.travis.yml
ghcjs-node/node_modules/uuid/AUTHORS
ghcjs-node/node_modules/uuid/HISTORY.md
ghcjs-node/node_modules/uuid/LICENSE.md
ghcjs-node/node_modules/uuid/README.md
ghcjs-node/node_modules/uuid/bin/
ghcjs-node/node_modules/uuid/bin/uuid
ghcjs-node/node_modules/uuid/index.js
ghcjs-node/node_modules/uuid/lib/
ghcjs-node/node_modules/uuid/lib/bytesToUuid.js
ghcjs-node/node_modules/uuid/lib/rng-browser.js
ghcjs-node/node_modules/uuid/lib/rng.js
ghcjs-node/node_modules/uuid/package.json
ghcjs-node/node_modules/uuid/test/
ghcjs-node/node_modules/uuid/test/mocha.opts
ghcjs-node/node_modules/uuid/test/test.js
ghcjs-node/node_modules/uuid/v1.js
ghcjs-node/node_modules/uuid/v4.js
ghcjs-node/node_modules/verror/
ghcjs-node/node_modules/verror/.gitmodules
ghcjs-node/node_modules/verror/.npmignore
ghcjs-node/node_modules/verror/LICENSE
ghcjs-node/node_modules/verror/Makefile
ghcjs-node/node_modules/verror/Makefile.targ
ghcjs-node/node_modules/verror/README.md
ghcjs-node/node_modules/verror/examples/
ghcjs-node/node_modules/verror/examples/levels-verror.js
ghcjs-node/node_modules/verror/examples/levels-werror.js
ghcjs-node/node_modules/verror/examples/varargs.js
ghcjs-node/node_modules/verror/examples/verror.js
ghcjs-node/node_modules/verror/examples/werror.js
ghcjs-node/node_modules/verror/jsl.node.conf
ghcjs-node/node_modules/verror/lib/
ghcjs-node/node_modules/verror/lib/verror.js
ghcjs-node/node_modules/verror/package.json
ghcjs-node/node_modules/verror/tests/
ghcjs-node/node_modules/verror/tests/tst.inherit.js
ghcjs-node/node_modules/verror/tests/tst.verror.js
ghcjs-node/node_modules/verror/tests/tst.werror.js
ghcjs-node/node_modules/webidl-conversions/
ghcjs-node/node_modules/webidl-conversions/LICENSE.md
ghcjs-node/node_modules/webidl-conversions/README.md
ghcjs-node/node_modules/webidl-conversions/lib/
ghcjs-node/node_modules/webidl-conversions/lib/index.js
ghcjs-node/node_modules/webidl-conversions/package.json
ghcjs-node/node_modules/whatwg-encoding/
ghcjs-node/node_modules/whatwg-encoding/LICENSE.txt
ghcjs-node/node_modules/whatwg-encoding/lib/
ghcjs-node/node_modules/whatwg-encoding/lib/labels-to-names.json
ghcjs-node/node_modules/whatwg-encoding/lib/supported-names.json
ghcjs-node/node_modules/whatwg-encoding/lib/whatwg-encoding.js
ghcjs-node/node_modules/whatwg-encoding/package.json
ghcjs-node/node_modules/whatwg-url/
ghcjs-node/node_modules/whatwg-url/.eslintignore
ghcjs-node/node_modules/whatwg-url/.vscode/
ghcjs-node/node_modules/whatwg-url/.vscode/launch.json
ghcjs-node/node_modules/whatwg-url/LICENSE.txt
ghcjs-node/node_modules/whatwg-url/README.md
ghcjs-node/node_modules/whatwg-url/coverage/
ghcjs-node/node_modules/whatwg-url/coverage/coverage.json
ghcjs-node/node_modules/whatwg-url/coverage/lcov-report/
ghcjs-node/node_modules/whatwg-url/coverage/lcov-report/base.css
ghcjs-node/node_modules/whatwg-url/coverage/lcov-report/index.html
ghcjs-node/node_modules/whatwg-url/coverage/lcov-report/lib/
ghcjs-node/node_modules/whatwg-url/coverage/lcov-report/lib/URL-impl.js.html
ghcjs-node/node_modules/whatwg-url/coverage/lcov-report/lib/URL.js.html
ghcjs-node/node_modules/whatwg-url/coverage/lcov-report/lib/index.html
ghcjs-node/node_modules/whatwg-url/coverage/lcov-report/lib/public-api.js.html
ghcjs-node/node_modules/whatwg-url/coverage/lcov-report/lib/url-state-machine.js.html
ghcjs-node/node_modules/whatwg-url/coverage/lcov-report/lib/utils.js.html
ghcjs-node/node_modules/whatwg-url/coverage/lcov-report/prettify.css
ghcjs-node/node_modules/whatwg-url/coverage/lcov-report/prettify.js
ghcjs-node/node_modules/whatwg-url/coverage/lcov-report/sort-arrow-sprite.png
ghcjs-node/node_modules/whatwg-url/coverage/lcov-report/sorter.js
ghcjs-node/node_modules/whatwg-url/coverage/lcov.info
ghcjs-node/node_modules/whatwg-url/lib/
ghcjs-node/node_modules/whatwg-url/lib/URL-impl.js
ghcjs-node/node_modules/whatwg-url/lib/URL.js
ghcjs-node/node_modules/whatwg-url/lib/public-api.js
ghcjs-node/node_modules/whatwg-url/lib/url-state-machine.js
ghcjs-node/node_modules/whatwg-url/lib/utils.js
ghcjs-node/node_modules/whatwg-url/node_modules/
ghcjs-node/node_modules/whatwg-url/node_modules/webidl-conversions/
ghcjs-node/node_modules/whatwg-url/node_modules/webidl-conversions/LICENSE.md
ghcjs-node/node_modules/whatwg-url/node_modules/webidl-conversions/README.md
ghcjs-node/node_modules/whatwg-url/node_modules/webidl-conversions/lib/
ghcjs-node/node_modules/whatwg-url/node_modules/webidl-conversions/lib/index.js
ghcjs-node/node_modules/whatwg-url/node_modules/webidl-conversions/package.json
ghcjs-node/node_modules/whatwg-url/package.json
ghcjs-node/node_modules/wordwrap/
ghcjs-node/node_modules/wordwrap/LICENSE
ghcjs-node/node_modules/wordwrap/README.markdown
ghcjs-node/node_modules/wordwrap/example/
ghcjs-node/node_modules/wordwrap/example/center.js
ghcjs-node/node_modules/wordwrap/example/meat.js
ghcjs-node/node_modules/wordwrap/index.js
ghcjs-node/node_modules/wordwrap/package.json
ghcjs-node/node_modules/wordwrap/test/
ghcjs-node/node_modules/wordwrap/test/break.js
ghcjs-node/node_modules/wordwrap/test/idleness.txt
ghcjs-node/node_modules/wordwrap/test/wrap.js
ghcjs-node/node_modules/ws/
ghcjs-node/node_modules/ws/.npmignore
ghcjs-node/node_modules/ws/.travis.yml
ghcjs-node/node_modules/ws/Makefile
ghcjs-node/node_modules/ws/README.md
ghcjs-node/node_modules/ws/SECURITY.md
ghcjs-node/node_modules/ws/index.js
ghcjs-node/node_modules/ws/lib/
ghcjs-node/node_modules/ws/lib/BufferPool.js
ghcjs-node/node_modules/ws/lib/BufferUtil.fallback.js
ghcjs-node/node_modules/ws/lib/BufferUtil.js
ghcjs-node/node_modules/ws/lib/ErrorCodes.js
ghcjs-node/node_modules/ws/lib/Extensions.js
ghcjs-node/node_modules/ws/lib/PerMessageDeflate.js
ghcjs-node/node_modules/ws/lib/Receiver.hixie.js
ghcjs-node/node_modules/ws/lib/Receiver.js
ghcjs-node/node_modules/ws/lib/Sender.hixie.js
ghcjs-node/node_modules/ws/lib/Sender.js
ghcjs-node/node_modules/ws/lib/Validation.fallback.js
ghcjs-node/node_modules/ws/lib/Validation.js
ghcjs-node/node_modules/ws/lib/WebSocket.js
ghcjs-node/node_modules/ws/lib/WebSocketServer.js
ghcjs-node/node_modules/ws/package.json
ghcjs-node/node_modules/wtf-8/
ghcjs-node/node_modules/wtf-8/LICENSE-MIT.txt
ghcjs-node/node_modules/wtf-8/README.md
ghcjs-node/node_modules/wtf-8/package.json
ghcjs-node/node_modules/wtf-8/wtf-8.js
ghcjs-node/node_modules/xml-name-validator/
ghcjs-node/node_modules/xml-name-validator/LICENSE.txt
ghcjs-node/node_modules/xml-name-validator/README.md
ghcjs-node/node_modules/xml-name-validator/lib/
ghcjs-node/node_modules/xml-name-validator/lib/generated-parser.js
ghcjs-node/node_modules/xml-name-validator/lib/grammar.pegjs
ghcjs-node/node_modules/xml-name-validator/lib/xml-name-validator.js
ghcjs-node/node_modules/xml-name-validator/package.json
ghcjs-node/node_modules/xmlhttprequest-ssl/
ghcjs-node/node_modules/xmlhttprequest-ssl/LICENSE
ghcjs-node/node_modules/xmlhttprequest-ssl/README.md
ghcjs-node/node_modules/xmlhttprequest-ssl/autotest.watchr
ghcjs-node/node_modules/xmlhttprequest-ssl/example/
ghcjs-node/node_modules/xmlhttprequest-ssl/example/demo.js
ghcjs-node/node_modules/xmlhttprequest-ssl/lib/
ghcjs-node/node_modules/xmlhttprequest-ssl/lib/XMLHttpRequest.js
ghcjs-node/node_modules/xmlhttprequest-ssl/package.json
ghcjs-node/node_modules/xmlhttprequest-ssl/tests/
ghcjs-node/node_modules/xmlhttprequest-ssl/tests/test-constants.js
ghcjs-node/node_modules/xmlhttprequest-ssl/tests/test-events.js
ghcjs-node/node_modules/xmlhttprequest-ssl/tests/test-exceptions.js
ghcjs-node/node_modules/xmlhttprequest-ssl/tests/test-headers.js
ghcjs-node/node_modules/xmlhttprequest-ssl/tests/test-redirect-302.js
ghcjs-node/node_modules/xmlhttprequest-ssl/tests/test-redirect-303.js
ghcjs-node/node_modules/xmlhttprequest-ssl/tests/test-redirect-307.js
ghcjs-node/node_modules/xmlhttprequest-ssl/tests/test-request-methods.js
ghcjs-node/node_modules/xmlhttprequest-ssl/tests/test-request-protocols.js
ghcjs-node/node_modules/xmlhttprequest-ssl/tests/testdata.txt
ghcjs-node/node_modules/xtend/
ghcjs-node/node_modules/xtend/.jshintrc
ghcjs-node/node_modules/xtend/.npmignore
ghcjs-node/node_modules/xtend/LICENCE
ghcjs-node/node_modules/xtend/Makefile
ghcjs-node/node_modules/xtend/README.md
ghcjs-node/node_modules/xtend/immutable.js
ghcjs-node/node_modules/xtend/mutable.js
ghcjs-node/node_modules/xtend/package.json
ghcjs-node/node_modules/xtend/test.js
ghcjs-node/node_modules/yeast/
ghcjs-node/node_modules/yeast/LICENSE
ghcjs-node/node_modules/yeast/README.md
ghcjs-node/node_modules/yeast/index.js
ghcjs-node/node_modules/yeast/package.json
+ echo 'creating GHCJS dependencies'
creating GHCJS dependencies
+ mkdir -p ghc-api-ghcjs
+ cd ghc-api-ghcjs
+ mkdir -p compiler
+ cd compiler
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler backpack
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=backpack
+ '[' 1 -ne 0 ']'
+ rm -f backpack
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/backpack backpack
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/backpack backpack
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler basicTypes
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=basicTypes
+ '[' 1 -ne 0 ']'
+ rm -f basicTypes
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/basicTypes basicTypes
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/basicTypes basicTypes
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler cbits
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=cbits
+ '[' 1 -ne 0 ']'
+ rm -f cbits
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/cbits cbits
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/cbits cbits
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler cmm
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=cmm
+ '[' 1 -ne 0 ']'
+ rm -f cmm
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/cmm cmm
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/cmm cmm
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler codeGen
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=codeGen
+ '[' 1 -ne 0 ']'
+ rm -f codeGen
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/codeGen codeGen
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/codeGen codeGen
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler coreSyn
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=coreSyn
+ '[' 1 -ne 0 ']'
+ rm -f coreSyn
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/coreSyn coreSyn
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/coreSyn coreSyn
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler deSugar
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=deSugar
+ '[' 1 -ne 0 ']'
+ rm -f deSugar
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/deSugar deSugar
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/deSugar deSugar
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler ghci
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=ghci
+ '[' 1 -ne 0 ']'
+ rm -f ghci
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/ghci ghci
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/ghci ghci
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler hsSyn
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=hsSyn
+ '[' 1 -ne 0 ']'
+ rm -f hsSyn
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/hsSyn hsSyn
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/hsSyn hsSyn
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler iface
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=iface
+ '[' 1 -ne 0 ']'
+ rm -f iface
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/iface iface
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/iface iface
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler llvmGen
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=llvmGen
+ '[' 1 -ne 0 ']'
+ rm -f llvmGen
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/llvmGen llvmGen
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/llvmGen llvmGen
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler main
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=main
+ '[' 1 -ne 0 ']'
+ rm -f main
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/main main
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/main main
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler nativeGen
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=nativeGen
+ '[' 1 -ne 0 ']'
+ rm -f nativeGen
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/nativeGen nativeGen
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/nativeGen nativeGen
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler parser
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=parser
+ '[' 1 -ne 0 ']'
+ rm -f parser
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/parser parser
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/parser parser
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler prelude
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=prelude
+ '[' 1 -ne 0 ']'
+ rm -f prelude
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/prelude prelude
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/prelude prelude
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler profiling
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=profiling
+ '[' 1 -ne 0 ']'
+ rm -f profiling
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/profiling profiling
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/profiling profiling
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler rename
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=rename
+ '[' 1 -ne 0 ']'
+ rm -f rename
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/rename rename
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/rename rename
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler simplCore
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=simplCore
+ '[' 1 -ne 0 ']'
+ rm -f simplCore
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/simplCore simplCore
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/simplCore simplCore
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler simplStg
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=simplStg
+ '[' 1 -ne 0 ']'
+ rm -f simplStg
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/simplStg simplStg
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/simplStg simplStg
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler specialise
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=specialise
+ '[' 1 -ne 0 ']'
+ rm -f specialise
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/specialise specialise
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/specialise specialise
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler stgSyn
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=stgSyn
+ '[' 1 -ne 0 ']'
+ rm -f stgSyn
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/stgSyn stgSyn
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/stgSyn stgSyn
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler stranal
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=stranal
+ '[' 1 -ne 0 ']'
+ rm -f stranal
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/stranal stranal
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/stranal stranal
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler typecheck
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=typecheck
+ '[' 1 -ne 0 ']'
+ rm -f typecheck
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/typecheck typecheck
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/typecheck typecheck
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler types
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=types
+ '[' 1 -ne 0 ']'
+ rm -f types
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/types types
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/types types
+ for DIR in backpack basicTypes cbits cmm codeGen coreSyn deSugar ghci hsSyn iface llvmGen main nativeGen parser prelude profiling rename simplCore simplStg specialise stgSyn stranal typecheck types utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/compiler utils
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ DIR=utils
+ '[' 1 -ne 0 ']'
+ rm -f utils
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/utils utils
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/utils utils
+ for FILE in HsVersions.h Unique.h
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/compiler HsVersions.h
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ FILE=HsVersions.h
+ '[' 1 -ne 0 ']'
+ rm -f HsVersions.h
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/HsVersions.h HsVersions.h
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/HsVersions.h HsVersions.h
+ for FILE in HsVersions.h Unique.h
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/compiler Unique.h
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/compiler
+ FILE=Unique.h
+ '[' 1 -ne 0 ']'
+ rm -f Unique.h
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/Unique.h Unique.h
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/Unique.h Unique.h
+ for FILE in LICENSE
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc LICENSE
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc
+ FILE=LICENSE
+ '[' 1 -ne 0 ']'
+ rm -f LICENSE
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/LICENSE LICENSE
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/LICENSE LICENSE
+ mkdir -p includes
+ cd includes
+ for DIR in rts stg
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/includes rts
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/includes
+ DIR=rts
+ '[' 1 -ne 0 ']'
+ rm -f rts
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/rts rts
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/rts rts
+ for DIR in rts stg
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/includes stg
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/includes
+ DIR=stg
+ '[' 1 -ne 0 ']'
+ rm -f stg
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/stg stg
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/stg stg
+ for FILE in Cmm.h CodeGen.Platform.hs ghcautoconf.h ghcconfig.h ghcplatform.h HsFFI.h MachDeps.h RtsAPI.h Rts.h Stg.h
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/includes Cmm.h
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/includes
+ FILE=Cmm.h
+ '[' 1 -ne 0 ']'
+ rm -f Cmm.h
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/Cmm.h Cmm.h
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/Cmm.h Cmm.h
+ for FILE in Cmm.h CodeGen.Platform.hs ghcautoconf.h ghcconfig.h ghcplatform.h HsFFI.h MachDeps.h RtsAPI.h Rts.h Stg.h
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/includes CodeGen.Platform.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/includes
+ FILE=CodeGen.Platform.hs
+ '[' 1 -ne 0 ']'
+ rm -f CodeGen.Platform.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/CodeGen.Platform.hs CodeGen.Platform.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/CodeGen.Platform.hs CodeGen.Platform.hs
+ for FILE in Cmm.h CodeGen.Platform.hs ghcautoconf.h ghcconfig.h ghcplatform.h HsFFI.h MachDeps.h RtsAPI.h Rts.h Stg.h
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/includes ghcautoconf.h
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/includes
+ FILE=ghcautoconf.h
+ '[' 1 -ne 0 ']'
+ rm -f ghcautoconf.h
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/ghcautoconf.h ghcautoconf.h
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/ghcautoconf.h ghcautoconf.h
+ for FILE in Cmm.h CodeGen.Platform.hs ghcautoconf.h ghcconfig.h ghcplatform.h HsFFI.h MachDeps.h RtsAPI.h Rts.h Stg.h
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/includes ghcconfig.h
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/includes
+ FILE=ghcconfig.h
+ '[' 1 -ne 0 ']'
+ rm -f ghcconfig.h
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/ghcconfig.h ghcconfig.h
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/ghcconfig.h ghcconfig.h
+ for FILE in Cmm.h CodeGen.Platform.hs ghcautoconf.h ghcconfig.h ghcplatform.h HsFFI.h MachDeps.h RtsAPI.h Rts.h Stg.h
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/includes ghcplatform.h
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/includes
+ FILE=ghcplatform.h
+ '[' 1 -ne 0 ']'
+ rm -f ghcplatform.h
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/ghcplatform.h ghcplatform.h
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/ghcplatform.h ghcplatform.h
+ for FILE in Cmm.h CodeGen.Platform.hs ghcautoconf.h ghcconfig.h ghcplatform.h HsFFI.h MachDeps.h RtsAPI.h Rts.h Stg.h
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/includes HsFFI.h
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/includes
+ FILE=HsFFI.h
+ '[' 1 -ne 0 ']'
+ rm -f HsFFI.h
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/HsFFI.h HsFFI.h
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/HsFFI.h HsFFI.h
+ for FILE in Cmm.h CodeGen.Platform.hs ghcautoconf.h ghcconfig.h ghcplatform.h HsFFI.h MachDeps.h RtsAPI.h Rts.h Stg.h
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/includes MachDeps.h
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/includes
+ FILE=MachDeps.h
+ '[' 1 -ne 0 ']'
+ rm -f MachDeps.h
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/MachDeps.h MachDeps.h
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/MachDeps.h MachDeps.h
+ for FILE in Cmm.h CodeGen.Platform.hs ghcautoconf.h ghcconfig.h ghcplatform.h HsFFI.h MachDeps.h RtsAPI.h Rts.h Stg.h
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/includes RtsAPI.h
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/includes
+ FILE=RtsAPI.h
+ '[' 1 -ne 0 ']'
+ rm -f RtsAPI.h
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/RtsAPI.h RtsAPI.h
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/RtsAPI.h RtsAPI.h
+ for FILE in Cmm.h CodeGen.Platform.hs ghcautoconf.h ghcconfig.h ghcplatform.h HsFFI.h MachDeps.h RtsAPI.h Rts.h Stg.h
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/includes Rts.h
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/includes
+ FILE=Rts.h
+ '[' 1 -ne 0 ']'
+ rm -f Rts.h
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/Rts.h Rts.h
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/Rts.h Rts.h
+ for FILE in Cmm.h CodeGen.Platform.hs ghcautoconf.h ghcconfig.h ghcplatform.h HsFFI.h MachDeps.h RtsAPI.h Rts.h Stg.h
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/includes Stg.h
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/includes
+ FILE=Stg.h
+ '[' 1 -ne 0 ']'
+ rm -f Stg.h
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/Stg.h Stg.h
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/Stg.h Stg.h
+ for FILE in GHCConstantsHaskellType.hs GHCConstantsHaskellExports.hs GHCConstantsHaskellWrappers.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/includes/dist-derivedconstants/header GHCConstantsHaskellType.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/includes/dist-derivedconstants/header
+ FILE=GHCConstantsHaskellType.hs
+ '[' 1 -ne 0 ']'
+ rm -f GHCConstantsHaskellType.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/dist-derivedconstants/header/GHCConstantsHaskellType.hs GHCConstantsHaskellType.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/dist-derivedconstants/header/GHCConstantsHaskellType.hs GHCConstantsHaskellType.hs
+ for FILE in GHCConstantsHaskellType.hs GHCConstantsHaskellExports.hs GHCConstantsHaskellWrappers.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/includes/dist-derivedconstants/header GHCConstantsHaskellExports.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/includes/dist-derivedconstants/header
+ FILE=GHCConstantsHaskellExports.hs
+ '[' 1 -ne 0 ']'
+ rm -f GHCConstantsHaskellExports.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/dist-derivedconstants/header/GHCConstantsHaskellExports.hs GHCConstantsHaskellExports.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/dist-derivedconstants/header/GHCConstantsHaskellExports.hs GHCConstantsHaskellExports.hs
+ for FILE in GHCConstantsHaskellType.hs GHCConstantsHaskellExports.hs GHCConstantsHaskellWrappers.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/includes/dist-derivedconstants/header GHCConstantsHaskellWrappers.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/includes/dist-derivedconstants/header
+ FILE=GHCConstantsHaskellWrappers.hs
+ '[' 1 -ne 0 ']'
+ rm -f GHCConstantsHaskellWrappers.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs GHCConstantsHaskellWrappers.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs GHCConstantsHaskellWrappers.hs
+ mkdir -p template-haskell-ghcjs
+ cd template-haskell-ghcjs
+ for FILE in changelog.md LICENSE Setup.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell changelog.md
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell
+ FILE=changelog.md
+ '[' 1 -ne 0 ']'
+ rm -f changelog.md
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell/changelog.md changelog.md
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell/changelog.md changelog.md
+ for FILE in changelog.md LICENSE Setup.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell LICENSE
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell
+ FILE=LICENSE
+ '[' 1 -ne 0 ']'
+ rm -f LICENSE
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell/LICENSE LICENSE
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell/LICENSE LICENSE
+ for FILE in changelog.md LICENSE Setup.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell Setup.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell
+ FILE=Setup.hs
+ '[' 1 -ne 0 ']'
+ rm -f Setup.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell/Setup.hs Setup.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell/Setup.hs Setup.hs
+ for DIR in Language tests
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell Language
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell
+ DIR=Language
+ '[' 1 -ne 0 ']'
+ rm -f Language
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell/Language Language
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell/Language Language
+ for DIR in Language tests
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell tests
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell
+ DIR=tests
+ '[' 1 -ne 0 ']'
+ rm -f tests
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell/tests tests
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/template-haskell/tests tests
+ mkdir -p ghci-ghcjs
+ cd ghci-ghcjs
+ for FILE in changelog.md LICENSE SizedSeq.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci changelog.md
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci
+ FILE=changelog.md
+ '[' 1 -ne 0 ']'
+ rm -f changelog.md
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci/changelog.md changelog.md
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci/changelog.md changelog.md
+ for FILE in changelog.md LICENSE SizedSeq.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci LICENSE
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci
+ FILE=LICENSE
+ '[' 1 -ne 0 ']'
+ rm -f LICENSE
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci/LICENSE LICENSE
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci/LICENSE LICENSE
+ for FILE in changelog.md LICENSE SizedSeq.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci SizedSeq.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci
+ FILE=SizedSeq.hs
+ '[' 1 -ne 0 ']'
+ rm -f SizedSeq.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci/SizedSeq.hs SizedSeq.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci/SizedSeq.hs SizedSeq.hs
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci GHCi
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci
+ DIR=GHCi
+ '[' 1 -ne 0 ']'
+ rm -f GHCi
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci/GHCi GHCi
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/libraries/ghci/GHCi GHCi
+ mkdir -p haddock-api-ghcjs
+ cd haddock-api-ghcjs
+ for FILE in CHANGES.md LICENSE Setup.lhs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api CHANGES.md
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api
+ FILE=CHANGES.md
+ '[' 1 -ne 0 ']'
+ rm -f CHANGES.md
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/CHANGES.md CHANGES.md
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/CHANGES.md CHANGES.md
+ for FILE in CHANGES.md LICENSE Setup.lhs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api LICENSE
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api
+ FILE=LICENSE
+ '[' 1 -ne 0 ']'
+ rm -f LICENSE
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/LICENSE LICENSE
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/LICENSE LICENSE
+ for FILE in CHANGES.md LICENSE Setup.lhs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api Setup.lhs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api
+ FILE=Setup.lhs
+ '[' 1 -ne 0 ']'
+ rm -f Setup.lhs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/Setup.lhs Setup.lhs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/Setup.lhs Setup.lhs
+ for DIR in resources test
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api resources
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api
+ DIR=resources
+ '[' 1 -ne 0 ']'
+ rm -f resources
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/resources resources
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/resources resources
+ for DIR in resources test
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api test
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api
+ DIR=test
+ '[' 1 -ne 0 ']'
+ rm -f test
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/test test
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/test test
+ mkdir -p src
+ cd src
+ for FILE in haddock.sh
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src haddock.sh
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src
+ FILE=haddock.sh
+ '[' 1 -ne 0 ']'
+ rm -f haddock.sh
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/haddock.sh haddock.sh
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/haddock.sh haddock.sh
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src Documentation
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src
+ DIR=Documentation
+ '[' 1 -ne 0 ']'
+ rm -f Documentation
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Documentation Documentation
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Documentation Documentation
+ mkdir -p Haddock
+ cd Haddock
+ for FILE in Convert.hs Doc.hs GhcUtils.hs InterfaceFile.hs Interface.hs ModuleTree.hs Options.hs Parser.hs Syb.hs Utils.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock Convert.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock
+ FILE=Convert.hs
+ '[' 1 -ne 0 ']'
+ rm -f Convert.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Convert.hs Convert.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Convert.hs Convert.hs
+ for FILE in Convert.hs Doc.hs GhcUtils.hs InterfaceFile.hs Interface.hs ModuleTree.hs Options.hs Parser.hs Syb.hs Utils.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock Doc.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock
+ FILE=Doc.hs
+ '[' 1 -ne 0 ']'
+ rm -f Doc.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Doc.hs Doc.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Doc.hs Doc.hs
+ for FILE in Convert.hs Doc.hs GhcUtils.hs InterfaceFile.hs Interface.hs ModuleTree.hs Options.hs Parser.hs Syb.hs Utils.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock GhcUtils.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock
+ FILE=GhcUtils.hs
+ '[' 1 -ne 0 ']'
+ rm -f GhcUtils.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/GhcUtils.hs GhcUtils.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/GhcUtils.hs GhcUtils.hs
+ for FILE in Convert.hs Doc.hs GhcUtils.hs InterfaceFile.hs Interface.hs ModuleTree.hs Options.hs Parser.hs Syb.hs Utils.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock InterfaceFile.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock
+ FILE=InterfaceFile.hs
+ '[' 1 -ne 0 ']'
+ rm -f InterfaceFile.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/InterfaceFile.hs InterfaceFile.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/InterfaceFile.hs InterfaceFile.hs
+ for FILE in Convert.hs Doc.hs GhcUtils.hs InterfaceFile.hs Interface.hs ModuleTree.hs Options.hs Parser.hs Syb.hs Utils.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock Interface.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock
+ FILE=Interface.hs
+ '[' 1 -ne 0 ']'
+ rm -f Interface.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Interface.hs Interface.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Interface.hs Interface.hs
+ for FILE in Convert.hs Doc.hs GhcUtils.hs InterfaceFile.hs Interface.hs ModuleTree.hs Options.hs Parser.hs Syb.hs Utils.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock ModuleTree.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock
+ FILE=ModuleTree.hs
+ '[' 1 -ne 0 ']'
+ rm -f ModuleTree.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/ModuleTree.hs ModuleTree.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/ModuleTree.hs ModuleTree.hs
+ for FILE in Convert.hs Doc.hs GhcUtils.hs InterfaceFile.hs Interface.hs ModuleTree.hs Options.hs Parser.hs Syb.hs Utils.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock Options.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock
+ FILE=Options.hs
+ '[' 1 -ne 0 ']'
+ rm -f Options.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Options.hs Options.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Options.hs Options.hs
+ for FILE in Convert.hs Doc.hs GhcUtils.hs InterfaceFile.hs Interface.hs ModuleTree.hs Options.hs Parser.hs Syb.hs Utils.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock Parser.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock
+ FILE=Parser.hs
+ '[' 1 -ne 0 ']'
+ rm -f Parser.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Parser.hs Parser.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Parser.hs Parser.hs
+ for FILE in Convert.hs Doc.hs GhcUtils.hs InterfaceFile.hs Interface.hs ModuleTree.hs Options.hs Parser.hs Syb.hs Utils.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock Syb.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock
+ FILE=Syb.hs
+ '[' 1 -ne 0 ']'
+ rm -f Syb.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Syb.hs Syb.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Syb.hs Syb.hs
+ for FILE in Convert.hs Doc.hs GhcUtils.hs InterfaceFile.hs Interface.hs ModuleTree.hs Options.hs Parser.hs Syb.hs Utils.hs
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock Utils.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock
+ FILE=Utils.hs
+ '[' 1 -ne 0 ']'
+ rm -f Utils.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Utils.hs Utils.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Utils.hs Utils.hs
+ for DIR in Backends Interface Utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock Backends
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock
+ DIR=Backends
+ '[' 1 -ne 0 ']'
+ rm -f Backends
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Backends Backends
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Backends Backends
+ for DIR in Backends Interface Utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock Interface
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock
+ DIR=Interface
+ '[' 1 -ne 0 ']'
+ rm -f Interface
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Interface Interface
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Interface Interface
+ for DIR in Backends Interface Utils
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock Utils
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock
+ DIR=Utils
+ '[' 1 -ne 0 ']'
+ rm -f Utils
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Utils Utils
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-api/src/Haddock/Utils Utils
+ mkdir -p haddock-library-ghcjs
+ cd haddock-library-ghcjs
+ for FILE in LICENSE Setup.hs CHANGES.md
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library LICENSE
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library
+ FILE=LICENSE
+ '[' 1 -ne 0 ']'
+ rm -f LICENSE
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library/LICENSE LICENSE
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library/LICENSE LICENSE
+ for FILE in LICENSE Setup.hs CHANGES.md
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library Setup.hs
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library
+ FILE=Setup.hs
+ '[' 1 -ne 0 ']'
+ rm -f Setup.hs
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library/Setup.hs Setup.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library/Setup.hs Setup.hs
+ for FILE in LICENSE Setup.hs CHANGES.md
+ copy_file /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library CHANGES.md
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library
+ FILE=CHANGES.md
+ '[' 1 -ne 0 ']'
+ rm -f CHANGES.md
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library/CHANGES.md CHANGES.md
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library/CHANGES.md CHANGES.md
+ for DIR in src test fixtures
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library src
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library
+ DIR=src
+ '[' 1 -ne 0 ']'
+ rm -f src
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library/src src
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library/src src
+ for DIR in src test fixtures
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library test
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library
+ DIR=test
+ '[' 1 -ne 0 ']'
+ rm -f test
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library/test test
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library/test test
+ for DIR in src test fixtures
+ copy_dir /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library fixtures
+ SRCPATH=/home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library
+ DIR=fixtures
+ '[' 1 -ne 0 ']'
+ rm -f fixtures
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library/fixtures fixtures
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/../ghc/utils/haddock/haddock-library/fixtures fixtures
+ echo 'before apply_overrides'
before apply_overrides
+ echo ' /home/kinetik/haskell/ghcjs/lib'
/home/kinetik/haskell/ghcjs/lib
+ apply_overrides .
+ echo 'apply_overrides: .'
apply_overrides: .
+ pushd /home/kinetik/haskell/ghcjs/utils/pkg-input/.
~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d ghc-api-ghcjs ']'
+ echo 'dir: ghc-api-ghcjs'
dir: ghc-api-ghcjs
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs
+ apply_overrides ./ghc-api-ghcjs
+ echo 'apply_overrides: ./ghc-api-ghcjs'
apply_overrides: ./ghc-api-ghcjs
+ pushd /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghc-api-ghcjs
~/haskell/ghcjs/utils/pkg-input/ghc-api-ghcjs ~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d autogen ']'
+ echo 'dir: autogen'
dir: autogen
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/autogen
+ apply_overrides ./ghc-api-ghcjs/autogen
+ echo 'apply_overrides: ./ghc-api-ghcjs/autogen'
apply_overrides: ./ghc-api-ghcjs/autogen
+ pushd /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghc-api-ghcjs/autogen
~/haskell/ghcjs/utils/pkg-input/ghc-api-ghcjs/autogen ~/haskell/ghcjs/utils/pkg-input/ghc-api-ghcjs ~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d 863 ']'
+ echo 'dir: 863'
dir: 863
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/autogen/863
+ apply_overrides ./ghc-api-ghcjs/autogen/863
+ echo 'apply_overrides: ./ghc-api-ghcjs/autogen/863'
apply_overrides: ./ghc-api-ghcjs/autogen/863
+ pushd /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghc-api-ghcjs/autogen/863
~/haskell/ghcjs/utils/pkg-input/ghc-api-ghcjs/autogen/863 ~/haskell/ghcjs/utils/pkg-input/ghc-api-ghcjs/autogen ~/haskell/ghcjs/utils/pkg-input/ghc-api-ghcjs ~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d Config.hs ']'
+ '[' -f Config.hs ']'
+ echo 'override: ./ghc-api-ghcjs/autogen/863/Config.hs'
override: ./ghc-api-ghcjs/autogen/863/Config.hs
+ rm -f /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/autogen/863/Config.hs
+ '[' 1 -ne 0 ']'
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghc-api-ghcjs/autogen/863/Config.hs /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/autogen/863/Config.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghc-api-ghcjs/autogen/863/Config.hs /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/autogen/863/Config.hs
+ popd
~/haskell/ghcjs/utils/pkg-input/ghc-api-ghcjs/autogen ~/haskell/ghcjs/utils/pkg-input/ghc-api-ghcjs ~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d 864 ']'
+ echo 'dir: 864'
dir: 864
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/autogen/864
+ apply_overrides ./ghc-api-ghcjs/autogen/864
+ echo 'apply_overrides: ./ghc-api-ghcjs/autogen/864'
apply_overrides: ./ghc-api-ghcjs/autogen/864
+ pushd /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghc-api-ghcjs/autogen/864
~/haskell/ghcjs/utils/pkg-input/ghc-api-ghcjs/autogen/864 ~/haskell/ghcjs/utils/pkg-input/ghc-api-ghcjs/autogen ~/haskell/ghcjs/utils/pkg-input/ghc-api-ghcjs ~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d Config.hs ']'
+ '[' -f Config.hs ']'
+ echo 'override: ./ghc-api-ghcjs/autogen/864/Config.hs'
override: ./ghc-api-ghcjs/autogen/864/Config.hs
+ rm -f /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/autogen/864/Config.hs
+ '[' 1 -ne 0 ']'
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghc-api-ghcjs/autogen/864/Config.hs /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/autogen/864/Config.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghc-api-ghcjs/autogen/864/Config.hs /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/autogen/864/Config.hs
+ popd
~/haskell/ghcjs/utils/pkg-input/ghc-api-ghcjs/autogen ~/haskell/ghcjs/utils/pkg-input/ghc-api-ghcjs ~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d Config.hs ']'
+ '[' -f Config.hs ']'
+ echo 'override: ./ghc-api-ghcjs/autogen/Config.hs'
override: ./ghc-api-ghcjs/autogen/Config.hs
+ rm -f /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/autogen/Config.hs
+ '[' 1 -ne 0 ']'
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghc-api-ghcjs/autogen/Config.hs /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/autogen/Config.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghc-api-ghcjs/autogen/Config.hs /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/autogen/Config.hs
+ popd
~/haskell/ghcjs/utils/pkg-input/ghc-api-ghcjs ~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d ghc-api-ghcjs.cabal ']'
+ '[' -f ghc-api-ghcjs.cabal ']'
+ echo 'override: ./ghc-api-ghcjs/ghc-api-ghcjs.cabal'
override: ./ghc-api-ghcjs/ghc-api-ghcjs.cabal
+ rm -f /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/ghc-api-ghcjs.cabal
+ '[' 1 -ne 0 ']'
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghc-api-ghcjs/ghc-api-ghcjs.cabal /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/ghc-api-ghcjs.cabal
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghc-api-ghcjs/ghc-api-ghcjs.cabal /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/ghc-api-ghcjs.cabal
+ for i in *
+ '[' -d includes ']'
+ echo 'dir: includes'
dir: includes
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/includes
+ apply_overrides ./ghc-api-ghcjs/includes
+ echo 'apply_overrides: ./ghc-api-ghcjs/includes'
apply_overrides: ./ghc-api-ghcjs/includes
+ pushd /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghc-api-ghcjs/includes
~/haskell/ghcjs/utils/pkg-input/ghc-api-ghcjs/includes ~/haskell/ghcjs/utils/pkg-input/ghc-api-ghcjs ~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d ghcautoconf.h ']'
+ '[' -f ghcautoconf.h ']'
+ echo 'override: ./ghc-api-ghcjs/includes/ghcautoconf.h'
override: ./ghc-api-ghcjs/includes/ghcautoconf.h
+ rm -f /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/includes/ghcautoconf.h
+ '[' 1 -ne 0 ']'
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghc-api-ghcjs/includes/ghcautoconf.h /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/includes/ghcautoconf.h
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghc-api-ghcjs/includes/ghcautoconf.h /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/includes/ghcautoconf.h
+ for i in *
+ '[' -d ghc_boot_platform.h ']'
+ '[' -f ghc_boot_platform.h ']'
+ echo 'override: ./ghc-api-ghcjs/includes/ghc_boot_platform.h'
override: ./ghc-api-ghcjs/includes/ghc_boot_platform.h
+ rm -f /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/includes/ghc_boot_platform.h
+ '[' 1 -ne 0 ']'
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghc-api-ghcjs/includes/ghc_boot_platform.h /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/includes/ghc_boot_platform.h
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghc-api-ghcjs/includes/ghc_boot_platform.h /home/kinetik/haskell/ghcjs/lib/./ghc-api-ghcjs/includes/ghc_boot_platform.h
+ popd
~/haskell/ghcjs/utils/pkg-input/ghc-api-ghcjs ~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ popd
~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d ghci-ghcjs ']'
+ echo 'dir: ghci-ghcjs'
dir: ghci-ghcjs
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/./ghci-ghcjs
+ apply_overrides ./ghci-ghcjs
+ echo 'apply_overrides: ./ghci-ghcjs'
apply_overrides: ./ghci-ghcjs
+ pushd /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghci-ghcjs
~/haskell/ghcjs/utils/pkg-input/ghci-ghcjs ~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d ghci-ghcjs.cabal ']'
+ '[' -f ghci-ghcjs.cabal ']'
+ echo 'override: ./ghci-ghcjs/ghci-ghcjs.cabal'
override: ./ghci-ghcjs/ghci-ghcjs.cabal
+ rm -f /home/kinetik/haskell/ghcjs/lib/./ghci-ghcjs/ghci-ghcjs.cabal
+ '[' 1 -ne 0 ']'
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghci-ghcjs/ghci-ghcjs.cabal /home/kinetik/haskell/ghcjs/lib/./ghci-ghcjs/ghci-ghcjs.cabal
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./ghci-ghcjs/ghci-ghcjs.cabal /home/kinetik/haskell/ghcjs/lib/./ghci-ghcjs/ghci-ghcjs.cabal
+ popd
~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d haddock-api-ghcjs ']'
+ echo 'dir: haddock-api-ghcjs'
dir: haddock-api-ghcjs
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/./haddock-api-ghcjs
+ apply_overrides ./haddock-api-ghcjs
+ echo 'apply_overrides: ./haddock-api-ghcjs'
apply_overrides: ./haddock-api-ghcjs
+ pushd /home/kinetik/haskell/ghcjs/utils/pkg-input/./haddock-api-ghcjs
~/haskell/ghcjs/utils/pkg-input/haddock-api-ghcjs ~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d haddock-api-ghcjs.cabal ']'
+ '[' -f haddock-api-ghcjs.cabal ']'
+ echo 'override: ./haddock-api-ghcjs/haddock-api-ghcjs.cabal'
override: ./haddock-api-ghcjs/haddock-api-ghcjs.cabal
+ rm -f /home/kinetik/haskell/ghcjs/lib/./haddock-api-ghcjs/haddock-api-ghcjs.cabal
+ '[' 1 -ne 0 ']'
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./haddock-api-ghcjs/haddock-api-ghcjs.cabal /home/kinetik/haskell/ghcjs/lib/./haddock-api-ghcjs/haddock-api-ghcjs.cabal
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./haddock-api-ghcjs/haddock-api-ghcjs.cabal /home/kinetik/haskell/ghcjs/lib/./haddock-api-ghcjs/haddock-api-ghcjs.cabal
+ for i in *
+ '[' -d src ']'
+ echo 'dir: src'
dir: src
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/./haddock-api-ghcjs/src
+ apply_overrides ./haddock-api-ghcjs/src
+ echo 'apply_overrides: ./haddock-api-ghcjs/src'
apply_overrides: ./haddock-api-ghcjs/src
+ pushd /home/kinetik/haskell/ghcjs/utils/pkg-input/./haddock-api-ghcjs/src
~/haskell/ghcjs/utils/pkg-input/haddock-api-ghcjs/src ~/haskell/ghcjs/utils/pkg-input/haddock-api-ghcjs ~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d Haddock ']'
+ echo 'dir: Haddock'
dir: Haddock
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/./haddock-api-ghcjs/src/Haddock
+ apply_overrides ./haddock-api-ghcjs/src/Haddock
+ echo 'apply_overrides: ./haddock-api-ghcjs/src/Haddock'
apply_overrides: ./haddock-api-ghcjs/src/Haddock
+ pushd /home/kinetik/haskell/ghcjs/utils/pkg-input/./haddock-api-ghcjs/src/Haddock
~/haskell/ghcjs/utils/pkg-input/haddock-api-ghcjs/src/Haddock ~/haskell/ghcjs/utils/pkg-input/haddock-api-ghcjs/src ~/haskell/ghcjs/utils/pkg-input/haddock-api-ghcjs ~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d Types.hs ']'
+ '[' -f Types.hs ']'
+ echo 'override: ./haddock-api-ghcjs/src/Haddock/Types.hs'
override: ./haddock-api-ghcjs/src/Haddock/Types.hs
+ rm -f /home/kinetik/haskell/ghcjs/lib/./haddock-api-ghcjs/src/Haddock/Types.hs
+ '[' 1 -ne 0 ']'
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./haddock-api-ghcjs/src/Haddock/Types.hs /home/kinetik/haskell/ghcjs/lib/./haddock-api-ghcjs/src/Haddock/Types.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./haddock-api-ghcjs/src/Haddock/Types.hs /home/kinetik/haskell/ghcjs/lib/./haddock-api-ghcjs/src/Haddock/Types.hs
+ for i in *
+ '[' -d Version.hs ']'
+ '[' -f Version.hs ']'
+ echo 'override: ./haddock-api-ghcjs/src/Haddock/Version.hs'
override: ./haddock-api-ghcjs/src/Haddock/Version.hs
+ rm -f /home/kinetik/haskell/ghcjs/lib/./haddock-api-ghcjs/src/Haddock/Version.hs
+ '[' 1 -ne 0 ']'
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./haddock-api-ghcjs/src/Haddock/Version.hs /home/kinetik/haskell/ghcjs/lib/./haddock-api-ghcjs/src/Haddock/Version.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./haddock-api-ghcjs/src/Haddock/Version.hs /home/kinetik/haskell/ghcjs/lib/./haddock-api-ghcjs/src/Haddock/Version.hs
+ popd
~/haskell/ghcjs/utils/pkg-input/haddock-api-ghcjs/src ~/haskell/ghcjs/utils/pkg-input/haddock-api-ghcjs ~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d Haddock.hs ']'
+ '[' -f Haddock.hs ']'
+ echo 'override: ./haddock-api-ghcjs/src/Haddock.hs'
override: ./haddock-api-ghcjs/src/Haddock.hs
+ rm -f /home/kinetik/haskell/ghcjs/lib/./haddock-api-ghcjs/src/Haddock.hs
+ '[' 1 -ne 0 ']'
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./haddock-api-ghcjs/src/Haddock.hs /home/kinetik/haskell/ghcjs/lib/./haddock-api-ghcjs/src/Haddock.hs
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./haddock-api-ghcjs/src/Haddock.hs /home/kinetik/haskell/ghcjs/lib/./haddock-api-ghcjs/src/Haddock.hs
+ popd
~/haskell/ghcjs/utils/pkg-input/haddock-api-ghcjs ~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ popd
~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d haddock-library-ghcjs ']'
+ echo 'dir: haddock-library-ghcjs'
dir: haddock-library-ghcjs
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/./haddock-library-ghcjs
+ apply_overrides ./haddock-library-ghcjs
+ echo 'apply_overrides: ./haddock-library-ghcjs'
apply_overrides: ./haddock-library-ghcjs
+ pushd /home/kinetik/haskell/ghcjs/utils/pkg-input/./haddock-library-ghcjs
~/haskell/ghcjs/utils/pkg-input/haddock-library-ghcjs ~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d haddock-library-ghcjs.cabal ']'
+ '[' -f haddock-library-ghcjs.cabal ']'
+ echo 'override: ./haddock-library-ghcjs/haddock-library-ghcjs.cabal'
override: ./haddock-library-ghcjs/haddock-library-ghcjs.cabal
+ rm -f /home/kinetik/haskell/ghcjs/lib/./haddock-library-ghcjs/haddock-library-ghcjs.cabal
+ '[' 1 -ne 0 ']'
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./haddock-library-ghcjs/haddock-library-ghcjs.cabal /home/kinetik/haskell/ghcjs/lib/./haddock-library-ghcjs/haddock-library-ghcjs.cabal
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./haddock-library-ghcjs/haddock-library-ghcjs.cabal /home/kinetik/haskell/ghcjs/lib/./haddock-library-ghcjs/haddock-library-ghcjs.cabal
+ popd
~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d template-haskell-ghcjs ']'
+ echo 'dir: template-haskell-ghcjs'
dir: template-haskell-ghcjs
+ mkdir -p /home/kinetik/haskell/ghcjs/lib/./template-haskell-ghcjs
+ apply_overrides ./template-haskell-ghcjs
+ echo 'apply_overrides: ./template-haskell-ghcjs'
apply_overrides: ./template-haskell-ghcjs
+ pushd /home/kinetik/haskell/ghcjs/utils/pkg-input/./template-haskell-ghcjs
~/haskell/ghcjs/utils/pkg-input/template-haskell-ghcjs ~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ for i in *
+ '[' -d template-haskell-ghcjs.cabal ']'
+ '[' -f template-haskell-ghcjs.cabal ']'
+ echo 'override: ./template-haskell-ghcjs/template-haskell-ghcjs.cabal'
override: ./template-haskell-ghcjs/template-haskell-ghcjs.cabal
+ rm -f /home/kinetik/haskell/ghcjs/lib/./template-haskell-ghcjs/template-haskell-ghcjs.cabal
+ '[' 1 -ne 0 ']'
+ gnuln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./template-haskell-ghcjs/template-haskell-ghcjs.cabal /home/kinetik/haskell/ghcjs/lib/./template-haskell-ghcjs/template-haskell-ghcjs.cabal
+ hash gln
+ ln -rs /home/kinetik/haskell/ghcjs/utils/pkg-input/./template-haskell-ghcjs/template-haskell-ghcjs.cabal /home/kinetik/haskell/ghcjs/lib/./template-haskell-ghcjs/template-haskell-ghcjs.cabal
+ popd
~/haskell/ghcjs/utils/pkg-input ~/haskell/ghcjs/lib
+ popd
~/haskell/ghcjs/lib
+ cd ghc-api-ghcjs
+ gcc -E -undef -traditional -P -Iincludes -x c /home/kinetik/haskell/ghcjs/utils/../ghc/compiler/prelude/primops.txt.pp
+ grep -v '^#pragma GCC'
+ cd includes
+ GENPRIM=/home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode
+ /home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode --data-decl
+ /home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode --primop-tag
+ /home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode --primop-list
+ /home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode --has-side-effects
+ /home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode --out-of-line
+ /home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode --commutable
+ /home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode --code-size
+ /home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode --can-fail
+ /home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode --strictness
+ /home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode --fixity
+ /home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode --primop-primop-info
+ /home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode --primop-vector-uniques
+ /home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode --primop-vector-tys
+ /home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode --primop-vector-tys-exports
+ /home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode --primop-vector-tycons
+ /home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode --make-haskell-source
+ /home/kinetik/haskell/ghcjs/utils/../ghc/inplace/bin/genprimopcode --make-haskell-wrappers
+ gnucp /tmp/makePackages.sh.lC5eNcd3zuOI/primops.txt /home/kinetik/haskell/ghcjs/lib/boot/data/primops.txt
+ hash gcp
+ cp /tmp/makePackages.sh.lC5eNcd3zuOI/primops.txt /home/kinetik/haskell/ghcjs/lib/boot/data/primops.txt
+ /home/kinetik/haskell/ghcjs/utils/updateBootArchive.sh
creating boot archive
boot/
boot/boot.yaml
boot/data/
boot/data/cabalBootConfig
boot/data/ghc-usage.txt
boot/data/ghci-usage.txt
boot/data/include/
boot/data/include/HsBaseConfig.h
boot/data/include/HsFFI.h
boot/data/include/HsVersions.h
boot/data/include/MachDeps.h
boot/data/include/Rts.h
boot/data/include/Stg.h
boot/data/include/ghcautoconf.h
boot/data/include/ghcjs.h
boot/data/include/ghcjs/
boot/data/include/ghcjs/constants.h
boot/data/include/ghcjs/rts.h
boot/data/include/ghcplatform.h
boot/data/include/ghcversion.h
boot/data/include/rts/
boot/data/include/rts/Bytecodes.h
boot/data/include/rts/Signals.h
boot/data/include/rts/storage/
boot/data/include/rts/storage/Block.h
boot/data/include/rts/storage/ClosureMacros.h
boot/data/include/rts/storage/ClosureTypes.h
boot/data/include/rts/storage/Closures.h
boot/data/include/rts/storage/FunTypes.h
boot/data/include/rts/storage/GC.h
boot/data/include/rts/storage/Heap.h
boot/data/include/rts/storage/InfoTables.h
boot/data/include/rts/storage/MBlock.h
boot/data/include/rts/storage/TSO.h
boot/data/manifest.webapp
boot/data/rtsdeps.yaml
boot/data/runmain.js
boot/data/runner.c-tmpl
boot/data/runner.manifest
boot/data/runner.rc
boot/data/template.html
boot/data/thdeps.yaml
boot/data/thrunner.js
boot/data/wiredinpkgs.yaml
boot/data/Prim.hs
boot/data/PrimopWrappers.hs
boot/data/primops.txt
boot/shims/
boot/shims/Win32.yaml
boot/shims/base.yaml
boot/shims/bytestring.yaml
boot/shims/directory.yaml
boot/shims/filepath.yaml
boot/shims/ghc-prim.yaml
boot/shims/ghcjs-base.yaml
boot/shims/ghcjs-canvas.yaml
boot/shims/ghcjs-dom.yaml
boot/shims/glib.yaml
boot/shims/hashable.yaml
boot/shims/integer-gmp.yaml
boot/shims/lib/
boot/shims/lib/closure-library/
boot/shims/lib/closure-library/AUTHORS
boot/shims/lib/closure-library/LICENSE
boot/shims/lib/closure-library/README.md
boot/shims/lib/closure-library/closure/
boot/shims/lib/closure-library/closure/goog/
boot/shims/lib/closure-library/closure/goog/crypt/
boot/shims/lib/closure-library/closure/goog/crypt/hash.js
boot/shims/lib/closure-library/closure/goog/crypt/md5.js
boot/shims/lib/closure-library/closure/goog/math/
boot/shims/lib/closure-library/closure/goog/math/long.js
boot/shims/lib/harmony-collections/
boot/shims/lib/harmony-collections/README.md
boot/shims/lib/harmony-collections/harmony-collections.js
boot/shims/lib/setImmediate/
boot/shims/lib/setImmediate/LICENSE.txt
boot/shims/lib/setImmediate/README.md
boot/shims/lib/setImmediate/package.json
boot/shims/lib/setImmediate/setImmediate.js
boot/shims/lib/setImmediate/test/
boot/shims/lib/setImmediate/test/browserOnly/
boot/shims/lib/setImmediate/test/browserOnly/index.html
boot/shims/lib/setImmediate/test/browserOnly/selfClose.htm
boot/shims/lib/setImmediate/test/browserOnly/tests.js
boot/shims/lib/setImmediate/test/browserOnly/worker.js
boot/shims/lib/setImmediate/test/mocha.opts
boot/shims/lib/setImmediate/test/tests.js
boot/shims/lib/typedarray/
boot/shims/lib/typedarray/README
boot/shims/lib/typedarray/typedarray.js
boot/shims/old-time.yaml
boot/shims/pkg/
boot/shims/pkg/base.js
boot/shims/pkg/bytestring.js
boot/shims/pkg/directory.js
boot/shims/pkg/filepath.js
boot/shims/pkg/ghcjs-canvas.js
boot/shims/pkg/ghcjs-dom.js
boot/shims/pkg/glib.js
boot/shims/pkg/hashable.js
boot/shims/pkg/primitive.js
boot/shims/pkg/process.js
boot/shims/pkg/text.js
boot/shims/pkg/threefish_block.js
boot/shims/pkg/time.js
boot/shims/pkg/unix.js
boot/shims/pkg/webkit-dom.js
boot/shims/pkg/webkit-javascriptcore.js
boot/shims/pkg/webkit.js
boot/shims/primitive.yaml
boot/shims/process.yaml
boot/shims/rts.yaml
boot/shims/rts_js_debug_p.yaml
boot/shims/rts_js_p.yaml
boot/shims/src/
boot/shims/src/arith.js
boot/shims/src/compact.js
boot/shims/src/debug.js
boot/shims/src/enum.js
boot/shims/src/environment.js
boot/shims/src/errno.js
boot/shims/src/gc.js
boot/shims/src/goog.js
boot/shims/src/hscore.js
boot/shims/src/integer.js
boot/shims/src/md5.js
boot/shims/src/mem.js
boot/shims/src/node-exports.js
boot/shims/src/object.js
boot/shims/src/platform.js
boot/shims/src/profiling.js
boot/shims/src/stableptr.js
boot/shims/src/staticpointer.js
boot/shims/src/stm.js
boot/shims/src/string.js
boot/shims/src/structs.js
boot/shims/src/thread.js
boot/shims/src/unicode.js
boot/shims/src/verify.js
boot/shims/src/weak.js
boot/shims/text.yaml
boot/shims/tf-random.yaml
boot/shims/time.yaml
boot/shims/unix.yaml
boot/shims/utils/
boot/shims/utils/threefish/
boot/shims/utils/threefish/ChangeLog.md
boot/shims/utils/threefish/LICENSE
boot/shims/utils/threefish/Main.hs
boot/shims/utils/threefish/Setup.hs
boot/shims/utils/threefish/build-threefish-block.cabal
boot/shims/utils/threefish/build_threefish_block.sh
boot/shims/utils/threefish/test_threefish_block.js
boot/shims/webkit-javascriptcore.yaml
boot/shims/webkit.yaml
boot/pkg/
boot/pkg/base/
boot/pkg/base/Foreign.hs
boot/pkg/base/Numeric.hs
boot/pkg/base/Prelude.hs
boot/pkg/base/LICENSE
boot/pkg/base/Setup.hs
boot/pkg/base/aclocal.m4
boot/pkg/base/base.buildinfo.in
boot/pkg/base/changelog.md
boot/pkg/base/config.guess
boot/pkg/base/config.sub
boot/pkg/base/configure
boot/pkg/base/configure.ac
boot/pkg/base/install-sh
boot/pkg/base/Control/
boot/pkg/base/Control/Applicative.hs
boot/pkg/base/Control/Arrow.hs
boot/pkg/base/Control/Category.hs
boot/pkg/base/Control/Concurrent.hs
boot/pkg/base/Control/Exception.hs
boot/pkg/base/Control/Monad.hs
boot/pkg/base/Control/Concurrent/
boot/pkg/base/Control/Concurrent/Chan.hs
boot/pkg/base/Control/Concurrent/MVar.hs
boot/pkg/base/Control/Concurrent/QSem.hs
boot/pkg/base/Control/Concurrent/QSemN.hs
boot/pkg/base/Control/Exception/
boot/pkg/base/Control/Exception/Base.hs
boot/pkg/base/Control/Monad/
boot/pkg/base/Control/Monad/Fail.hs
boot/pkg/base/Control/Monad/Fix.hs
boot/pkg/base/Control/Monad/Instances.hs
boot/pkg/base/Control/Monad/ST.hs
boot/pkg/base/Control/Monad/Zip.hs
boot/pkg/base/Control/Monad/IO/
boot/pkg/base/Control/Monad/IO/Class.hs
boot/pkg/base/Control/Monad/ST/
boot/pkg/base/Control/Monad/ST/Lazy.hs
boot/pkg/base/Control/Monad/ST/Safe.hs
boot/pkg/base/Control/Monad/ST/Strict.hs
boot/pkg/base/Control/Monad/ST/Unsafe.hs
boot/pkg/base/Control/Monad/ST/Imp.hs
boot/pkg/base/Control/Monad/ST/Lazy/
boot/pkg/base/Control/Monad/ST/Lazy/Safe.hs
boot/pkg/base/Control/Monad/ST/Lazy/Unsafe.hs
boot/pkg/base/Control/Monad/ST/Lazy/Imp.hs
boot/pkg/base/Data/
boot/pkg/base/Data/Bifoldable.hs
boot/pkg/base/Data/Bifunctor.hs
boot/pkg/base/Data/Bitraversable.hs
boot/pkg/base/Data/Bits.hs
boot/pkg/base/Data/Bool.hs
boot/pkg/base/Data/Char.hs
boot/pkg/base/Data/Coerce.hs
boot/pkg/base/Data/Complex.hs
boot/pkg/base/Data/Data.hs
boot/pkg/base/Data/Dynamic.hs
boot/pkg/base/Data/Either.hs
boot/pkg/base/Data/Eq.hs
boot/pkg/base/Data/Fixed.hs
boot/pkg/base/Data/Foldable.hs
boot/pkg/base/Data/Function.hs
boot/pkg/base/Data/Functor.hs
boot/pkg/base/Data/IORef.hs
boot/pkg/base/Data/Int.hs
boot/pkg/base/Data/Ix.hs
boot/pkg/base/Data/Kind.hs
boot/pkg/base/Data/List.hs
boot/pkg/base/Data/Maybe.hs
boot/pkg/base/Data/Monoid.hs
boot/pkg/base/Data/Ord.hs
boot/pkg/base/Data/Proxy.hs
boot/pkg/base/Data/Ratio.hs
boot/pkg/base/Data/Semigroup.hs
boot/pkg/base/Data/STRef.hs
boot/pkg/base/Data/String.hs
boot/pkg/base/Data/Traversable.hs
boot/pkg/base/Data/Tuple.hs
boot/pkg/base/Data/Typeable.hs
boot/pkg/base/Data/Unique.hs
boot/pkg/base/Data/Version.hs
boot/pkg/base/Data/Void.hs
boot/pkg/base/Data/Word.hs
boot/pkg/base/Data/OldList.hs
boot/pkg/base/Data/Functor/
boot/pkg/base/Data/Functor/Classes.hs
boot/pkg/base/Data/Functor/Contravariant.hs
boot/pkg/base/Data/Functor/Compose.hs
boot/pkg/base/Data/Functor/Const.hs
boot/pkg/base/Data/Functor/Identity.hs
boot/pkg/base/Data/Functor/Product.hs
boot/pkg/base/Data/Functor/Sum.hs
boot/pkg/base/Data/Functor/Utils.hs
boot/pkg/base/Data/List/
boot/pkg/base/Data/List/NonEmpty.hs
boot/pkg/base/Data/STRef/
boot/pkg/base/Data/STRef/Lazy.hs
boot/pkg/base/Data/STRef/Strict.hs
boot/pkg/base/Data/Type/
boot/pkg/base/Data/Type/Bool.hs
boot/pkg/base/Data/Type/Coercion.hs
boot/pkg/base/Data/Type/Equality.hs
boot/pkg/base/Data/Semigroup/
boot/pkg/base/Data/Semigroup/Internal.hs
boot/pkg/base/Data/Semigroup/Internal.hs-boot
boot/pkg/base/Data/Typeable/
boot/pkg/base/Data/Typeable/Internal.hs
boot/pkg/base/Debug/
boot/pkg/base/Debug/Trace.hs
boot/pkg/base/Debug/Trace.hs-boot
boot/pkg/base/Foreign/
boot/pkg/base/Foreign/C.hs
boot/pkg/base/Foreign/Concurrent.hs
boot/pkg/base/Foreign/ForeignPtr.hs
boot/pkg/base/Foreign/Marshal.hs
boot/pkg/base/Foreign/Ptr.hs
boot/pkg/base/Foreign/Safe.hs
boot/pkg/base/Foreign/StablePtr.hs
boot/pkg/base/Foreign/Storable.hs
boot/pkg/base/Foreign/C/
boot/pkg/base/Foreign/C/Error.hs
boot/pkg/base/Foreign/C/String.hs
boot/pkg/base/Foreign/C/Types.hs
boot/pkg/base/Foreign/ForeignPtr/
boot/pkg/base/Foreign/ForeignPtr/Safe.hs
boot/pkg/base/Foreign/ForeignPtr/Unsafe.hs
boot/pkg/base/Foreign/ForeignPtr/Imp.hs
boot/pkg/base/Foreign/Marshal/
boot/pkg/base/Foreign/Marshal/Alloc.hs
boot/pkg/base/Foreign/Marshal/Array.hs
boot/pkg/base/Foreign/Marshal/Error.hs
boot/pkg/base/Foreign/Marshal/Pool.hs
boot/pkg/base/Foreign/Marshal/Safe.hs
boot/pkg/base/Foreign/Marshal/Unsafe.hs
boot/pkg/base/Foreign/Marshal/Utils.hs
boot/pkg/base/GHC/
boot/pkg/base/GHC/Arr.hs
boot/pkg/base/GHC/Base.hs
boot/pkg/base/GHC/ByteOrder.hs
boot/pkg/base/GHC/Char.hs
boot/pkg/base/GHC/Clock.hsc
boot/pkg/base/GHC/ConsoleHandler.hs
boot/pkg/base/GHC/Constants.hs
boot/pkg/base/GHC/Desugar.hs
boot/pkg/base/GHC/Enum.hs
boot/pkg/base/GHC/Environment.hs
boot/pkg/base/GHC/Err.hs
boot/pkg/base/GHC/Exception.hs
boot/pkg/base/GHC/ExecutionStack.hs
boot/pkg/base/GHC/Exts.hs
boot/pkg/base/GHC/Fingerprint.hs
boot/pkg/base/GHC/Float.hs
boot/pkg/base/GHC/Foreign.hs
boot/pkg/base/GHC/ForeignPtr.hs
boot/pkg/base/GHC/GHCi.hs
boot/pkg/base/GHC/Generics.hs
boot/pkg/base/GHC/IO.hs
boot/pkg/base/GHC/IOArray.hs
boot/pkg/base/GHC/IORef.hs
boot/pkg/base/GHC/Int.hs
boot/pkg/base/GHC/List.hs
boot/pkg/base/GHC/Maybe.hs
boot/pkg/base/GHC/MVar.hs
boot/pkg/base/GHC/Natural.hs
boot/pkg/base/GHC/Num.hs
boot/pkg/base/GHC/OldList.hs
boot/pkg/base/GHC/OverloadedLabels.hs
boot/pkg/base/GHC/Pack.hs
boot/pkg/base/GHC/Profiling.hs
boot/pkg/base/GHC/Ptr.hs
boot/pkg/base/GHC/Read.hs
boot/pkg/base/GHC/Real.hs
boot/pkg/base/GHC/Records.hs
boot/pkg/base/GHC/ResponseFile.hs
boot/pkg/base/GHC/ST.hs
boot/pkg/base/GHC/StaticPtr.hs
boot/pkg/base/GHC/STRef.hs
boot/pkg/base/GHC/Show.hs
boot/pkg/base/GHC/Stable.hs
boot/pkg/base/GHC/StableName.hs
boot/pkg/base/GHC/Stack.hs
boot/pkg/base/GHC/Storable.hs
boot/pkg/base/GHC/TypeLits.hs
boot/pkg/base/GHC/TypeNats.hs
boot/pkg/base/GHC/Unicode.hs
boot/pkg/base/GHC/Weak.hs
boot/pkg/base/GHC/Word.hs
boot/pkg/base/GHC/Base.hs-boot
boot/pkg/base/GHC/Exception.hs-boot
boot/pkg/base/GHC/Fingerprint.hs-boot
boot/pkg/base/GHC/IO.hs-boot
boot/pkg/base/GHC/Real.hs-boot
boot/pkg/base/GHC/Conc/
boot/pkg/base/GHC/Conc/Signal.hs
boot/pkg/base/GHC/Conc/Sync.hs
boot/pkg/base/GHC/Conc/IO.hs
boot/pkg/base/GHC/Conc/Windows.hs
boot/pkg/base/GHC/Exception/
boot/pkg/base/GHC/Exception/Type.hs
boot/pkg/base/GHC/Exception/Type.hs-boot
boot/pkg/base/GHC/ExecutionStack/
boot/pkg/base/GHC/ExecutionStack/Internal.hsc
boot/pkg/base/GHC/Fingerprint/
boot/pkg/base/GHC/Fingerprint/Type.hs
boot/pkg/base/GHC/Float/
boot/pkg/base/GHC/Float/ConversionUtils.hs
boot/pkg/base/GHC/Float/RealFracMethods.hs
boot/pkg/base/GHC/IO/
boot/pkg/base/GHC/IO/Buffer.hs
boot/pkg/base/GHC/IO/BufferedIO.hs
boot/pkg/base/GHC/IO/Device.hs
boot/pkg/base/GHC/IO/Exception.hs
boot/pkg/base/GHC/IO/Handle.hs
boot/pkg/base/GHC/IO/IOMode.hs
boot/pkg/base/GHC/IO/Unsafe.hs
boot/pkg/base/GHC/IO/Encoding.hs-boot
boot/pkg/base/GHC/IO/Exception.hs-boot
boot/pkg/base/GHC/IO/Handle.hs-boot
boot/pkg/base/GHC/IO/Encoding/
boot/pkg/base/GHC/IO/Encoding/CodePage.hs
boot/pkg/base/GHC/IO/Encoding/Failure.hs
boot/pkg/base/GHC/IO/Encoding/Iconv.hs
boot/pkg/base/GHC/IO/Encoding/Latin1.hs
boot/pkg/base/GHC/IO/Encoding/Types.hs
boot/pkg/base/GHC/IO/Encoding/UTF16.hs
boot/pkg/base/GHC/IO/Encoding/UTF32.hs
boot/pkg/base/GHC/IO/Encoding/UTF8.hs
boot/pkg/base/GHC/IO/Encoding/CodePage/
boot/pkg/base/GHC/IO/Encoding/CodePage/Table.hs
boot/pkg/base/GHC/IO/Encoding/CodePage/API.hs
boot/pkg/base/GHC/IO/Handle/
boot/pkg/base/GHC/IO/Handle/FD.hs
boot/pkg/base/GHC/IO/Handle/Internals.hs
boot/pkg/base/GHC/IO/Handle/Lock.hsc
boot/pkg/base/GHC/IO/Handle/Text.hs
boot/pkg/base/GHC/IO/Handle/Types.hs
boot/pkg/base/GHC/IO/Handle/FD.hs-boot
boot/pkg/base/GHC/IO/Encoding.hs
boot/pkg/base/GHC/IO/FD.hs
boot/pkg/base/GHC/RTS/
boot/pkg/base/GHC/RTS/Flags.hsc
boot/pkg/base/GHC/Stack/
boot/pkg/base/GHC/Stack/Types.hs
boot/pkg/base/GHC/Stack/CCS.hs-boot
boot/pkg/base/GHC/Stack/CCS.hsc
boot/pkg/base/GHC/StaticPtr/
boot/pkg/base/GHC/StaticPtr/Internal.hs
boot/pkg/base/GHC/Event/
boot/pkg/base/GHC/Event/Arr.hs
boot/pkg/base/GHC/Event/Array.hs
boot/pkg/base/GHC/Event/Control.hs
boot/pkg/base/GHC/Event/EPoll.hsc
boot/pkg/base/GHC/Event/IntTable.hs
boot/pkg/base/GHC/Event/Internal.hs
boot/pkg/base/GHC/Event/KQueue.hsc
boot/pkg/base/GHC/Event/PSQ.hs
boot/pkg/base/GHC/Event/Poll.hsc
boot/pkg/base/GHC/Event/Unique.hs
boot/pkg/base/GHC/Event/Manager.hs
boot/pkg/base/GHC/Event/Thread.hs
boot/pkg/base/GHC/Event/TimerManager.hs
boot/pkg/base/GHC/Conc.hs
boot/pkg/base/GHC/Event.hs
boot/pkg/base/GHC/Stats.hsc
boot/pkg/base/GHC/TopHandler.hs
boot/pkg/base/GHC/Windows.hs
boot/pkg/base/Numeric/
boot/pkg/base/Numeric/Natural.hs
boot/pkg/base/System/
boot/pkg/base/System/Environment.hs
boot/pkg/base/System/Exit.hs
boot/pkg/base/System/IO.hs
boot/pkg/base/System/Info.hs
boot/pkg/base/System/Mem.hs
boot/pkg/base/System/Console/
boot/pkg/base/System/Console/GetOpt.hs
boot/pkg/base/System/Environment/
boot/pkg/base/System/Environment/Blank.hsc
boot/pkg/base/System/Environment/ExecutablePath.hsc
boot/pkg/base/System/IO/
boot/pkg/base/System/IO/Error.hs
boot/pkg/base/System/IO/Unsafe.hs
boot/pkg/base/System/Mem/
boot/pkg/base/System/Mem/StableName.hs
boot/pkg/base/System/Mem/Weak.hs
boot/pkg/base/System/Posix/
boot/pkg/base/System/Posix/Types.hs
boot/pkg/base/System/Posix/Internals.hs
boot/pkg/base/System/CPUTime/
boot/pkg/base/System/CPUTime/Utils.hs
boot/pkg/base/System/CPUTime/Windows.hsc
boot/pkg/base/System/CPUTime/Unsupported.hs
boot/pkg/base/System/CPUTime/Posix/
boot/pkg/base/System/CPUTime/Posix/ClockGetTime.hsc
boot/pkg/base/System/CPUTime/Posix/Times.hsc
boot/pkg/base/System/CPUTime/Posix/RUsage.hsc
boot/pkg/base/System/CPUTime.hsc
boot/pkg/base/System/Timeout.hs
boot/pkg/base/Text/
boot/pkg/base/Text/Printf.hs
boot/pkg/base/Text/Read.hs
boot/pkg/base/Text/Show.hs
boot/pkg/base/Text/ParserCombinators/
boot/pkg/base/Text/ParserCombinators/ReadP.hs
boot/pkg/base/Text/ParserCombinators/ReadPrec.hs
boot/pkg/base/Text/Read/
boot/pkg/base/Text/Read/Lex.hs
boot/pkg/base/Text/Show/
boot/pkg/base/Text/Show/Functions.hs
boot/pkg/base/Type/
boot/pkg/base/Type/Reflection.hs
boot/pkg/base/Type/Reflection/
boot/pkg/base/Type/Reflection/Unsafe.hs
boot/pkg/base/Unsafe/
boot/pkg/base/Unsafe/Coerce.hs
boot/pkg/base/cbits/
boot/pkg/base/cbits/DarwinUtils.c
boot/pkg/base/cbits/PrelIOUtils.c
boot/pkg/base/cbits/SetEnv.c
boot/pkg/base/cbits/WCsubst.c
boot/pkg/base/cbits/Win32Utils.c
boot/pkg/base/cbits/consUtils.c
boot/pkg/base/cbits/iconv.c
boot/pkg/base/cbits/inputReady.c
boot/pkg/base/cbits/md5.c
boot/pkg/base/cbits/primFloat.c
boot/pkg/base/cbits/sysconf.c
boot/pkg/base/cbits/fs.c
boot/pkg/base/include/
boot/pkg/base/include/HsBase.h
boot/pkg/base/include/WCsubst.h
boot/pkg/base/include/consUtils.h
boot/pkg/base/include/CTypes.h
boot/pkg/base/include/EventConfig.h.in
boot/pkg/base/include/HsBaseConfig.h.in
boot/pkg/base/include/ieee-flpt.h
boot/pkg/base/include/md5.h
boot/pkg/base/include/fs.h
boot/pkg/base/base.cabal
boot/pkg/array/
boot/pkg/array/LICENSE
boot/pkg/array/Setup.hs
boot/pkg/array/array.cabal
boot/pkg/array/changelog.md
boot/pkg/array/Data/
boot/pkg/array/Data/Array.hs
boot/pkg/array/Data/Array/
boot/pkg/array/Data/Array/Base.hs
boot/pkg/array/Data/Array/IArray.hs
boot/pkg/array/Data/Array/IO.hs
boot/pkg/array/Data/Array/MArray.hs
boot/pkg/array/Data/Array/ST.hs
boot/pkg/array/Data/Array/Storable.hs
boot/pkg/array/Data/Array/Unboxed.hs
boot/pkg/array/Data/Array/Unsafe.hs
boot/pkg/array/Data/Array/IO/
boot/pkg/array/Data/Array/IO/Safe.hs
boot/pkg/array/Data/Array/IO/Internals.hs
boot/pkg/array/Data/Array/MArray/
boot/pkg/array/Data/Array/MArray/Safe.hs
boot/pkg/array/Data/Array/ST/
boot/pkg/array/Data/Array/ST/Safe.hs
boot/pkg/array/Data/Array/Storable/
boot/pkg/array/Data/Array/Storable/Safe.hs
boot/pkg/array/Data/Array/Storable/Internals.hs
boot/pkg/binary/
boot/pkg/binary/LICENSE
boot/pkg/binary/Setup.lhs
boot/pkg/binary/binary.cabal
boot/pkg/binary/README.md
boot/pkg/binary/changelog.md
boot/pkg/binary/src/
boot/pkg/binary/src/Data/
boot/pkg/binary/src/Data/Binary.hs
boot/pkg/binary/src/Data/Binary/
boot/pkg/binary/src/Data/Binary/Builder.hs
boot/pkg/binary/src/Data/Binary/Class.hs
boot/pkg/binary/src/Data/Binary/FloatCast.hs
boot/pkg/binary/src/Data/Binary/Generic.hs
boot/pkg/binary/src/Data/Binary/Get.hs
boot/pkg/binary/src/Data/Binary/Internal.hs
boot/pkg/binary/src/Data/Binary/Put.hs
boot/pkg/binary/src/Data/Binary/Get/
boot/pkg/binary/src/Data/Binary/Get/Internal.hs
boot/pkg/binary/tests/
boot/pkg/binary/tests/File.hs
boot/pkg/binary/tests/QC.hs
boot/pkg/binary/tests/Action.hs
boot/pkg/binary/tests/Arbitrary.hs
boot/pkg/binary/benchmarks/
boot/pkg/binary/benchmarks/Builder.hs
boot/pkg/binary/benchmarks/GenericsBench.hs
boot/pkg/binary/benchmarks/Cabal24.hs
boot/pkg/binary/benchmarks/GenericsBenchCache.hs
boot/pkg/binary/benchmarks/GenericsBenchTypes.hs
boot/pkg/binary/benchmarks/Put.hs
boot/pkg/binary/benchmarks/Get.hs
boot/pkg/binary/benchmarks/Benchmark.hs
boot/pkg/binary/benchmarks/MemBench.hs
boot/pkg/binary/benchmarks/CBenchmark.c
boot/pkg/binary/benchmarks/CBenchmark.h
boot/pkg/binary/docs/
boot/pkg/binary/docs/hcar/
boot/pkg/binary/docs/hcar/binary-Lb.tex
boot/pkg/binary/tools/
boot/pkg/binary/tools/derive/
boot/pkg/binary/tools/derive/BinaryDerive.hs
boot/pkg/binary/tools/derive/Example.hs
boot/pkg/bytestring/
boot/pkg/bytestring/LICENSE
boot/pkg/bytestring/Setup.hs
boot/pkg/bytestring/bytestring.cabal
boot/pkg/bytestring/README.md
boot/pkg/bytestring/Changelog.md
boot/pkg/bytestring/Data/
boot/pkg/bytestring/Data/ByteString.hs
boot/pkg/bytestring/Data/ByteString/
boot/pkg/bytestring/Data/ByteString/Char8.hs
boot/pkg/bytestring/Data/ByteString/Unsafe.hs
boot/pkg/bytestring/Data/ByteString/Internal.hs
boot/pkg/bytestring/Data/ByteString/Lazy.hs
boot/pkg/bytestring/Data/ByteString/Short.hs
boot/pkg/bytestring/Data/ByteString/Builder.hs
boot/pkg/bytestring/Data/ByteString/Lazy/
boot/pkg/bytestring/Data/ByteString/Lazy/Char8.hs
boot/pkg/bytestring/Data/ByteString/Lazy/Internal.hs
boot/pkg/bytestring/Data/ByteString/Lazy/Builder.hs
boot/pkg/bytestring/Data/ByteString/Lazy/Builder/
boot/pkg/bytestring/Data/ByteString/Lazy/Builder/Extras.hs
boot/pkg/bytestring/Data/ByteString/Lazy/Builder/ASCII.hs
boot/pkg/bytestring/Data/ByteString/Short/
boot/pkg/bytestring/Data/ByteString/Short/Internal.hs
boot/pkg/bytestring/Data/ByteString/Builder/
boot/pkg/bytestring/Data/ByteString/Builder/Extra.hs
boot/pkg/bytestring/Data/ByteString/Builder/Prim.hs
boot/pkg/bytestring/Data/ByteString/Builder/Internal.hs
boot/pkg/bytestring/Data/ByteString/Builder/ASCII.hs
boot/pkg/bytestring/Data/ByteString/Builder/Prim/
boot/pkg/bytestring/Data/ByteString/Builder/Prim/Internal.hs
boot/pkg/bytestring/Data/ByteString/Builder/Prim/Binary.hs
boot/pkg/bytestring/Data/ByteString/Builder/Prim/ASCII.hs
boot/pkg/bytestring/Data/ByteString/Builder/Prim/Internal/
boot/pkg/bytestring/Data/ByteString/Builder/Prim/Internal/Floating.hs
boot/pkg/bytestring/Data/ByteString/Builder/Prim/Internal/UncheckedShifts.hs
boot/pkg/bytestring/Data/ByteString/Builder/Prim/Internal/Base16.hs
boot/pkg/bytestring/cbits/
boot/pkg/bytestring/cbits/itoa.c
boot/pkg/bytestring/cbits/fpstring.c
boot/pkg/bytestring/tests/
boot/pkg/bytestring/tests/Regressions.hs
boot/pkg/bytestring/tests/Properties.hs
boot/pkg/bytestring/tests/Rules.hs
boot/pkg/bytestring/tests/QuickCheckUtils.hs
boot/pkg/bytestring/tests/TestFramework.hs
boot/pkg/bytestring/tests/builder/
boot/pkg/bytestring/tests/builder/TestSuite.hs
boot/pkg/bytestring/tests/builder/Data/
boot/pkg/bytestring/tests/builder/Data/ByteString/
boot/pkg/bytestring/tests/builder/Data/ByteString/Builder/
boot/pkg/bytestring/tests/builder/Data/ByteString/Builder/Tests.hs
boot/pkg/bytestring/tests/builder/Data/ByteString/Builder/Prim/
boot/pkg/bytestring/tests/builder/Data/ByteString/Builder/Prim/Tests.hs
boot/pkg/bytestring/tests/builder/Data/ByteString/Builder/Prim/TestUtils.hs
boot/pkg/bytestring/include/
boot/pkg/bytestring/include/fpstring.h
boot/pkg/containers/
boot/pkg/containers/LICENSE
boot/pkg/containers/Setup.hs
boot/pkg/containers/containers.cabal
boot/pkg/containers/changelog.md
boot/pkg/containers/Data/
boot/pkg/containers/Data/Graph.hs
boot/pkg/containers/Data/Tree.hs
boot/pkg/containers/Data/Sequence.hs
boot/pkg/containers/Data/IntSet.hs
boot/pkg/containers/Data/Set.hs
boot/pkg/containers/Data/Map.hs
boot/pkg/containers/Data/IntMap.hs
boot/pkg/containers/Data/Containers/
boot/pkg/containers/Data/Containers/ListUtils.hs
boot/pkg/containers/Data/IntMap/
boot/pkg/containers/Data/IntMap/Lazy.hs
boot/pkg/containers/Data/IntMap/Strict.hs
boot/pkg/containers/Data/IntMap/Internal.hs
boot/pkg/containers/Data/IntMap/Internal/
boot/pkg/containers/Data/IntMap/Internal/Debug.hs
boot/pkg/containers/Data/IntMap/Internal/DeprecatedDebug.hs
boot/pkg/containers/Data/IntMap/Merge/
boot/pkg/containers/Data/IntMap/Merge/Lazy.hs
boot/pkg/containers/Data/IntMap/Merge/Strict.hs
boot/pkg/containers/Data/IntSet/
boot/pkg/containers/Data/IntSet/Internal.hs
boot/pkg/containers/Data/Map/
boot/pkg/containers/Data/Map/Lazy.hs
boot/pkg/containers/Data/Map/Strict.hs
boot/pkg/containers/Data/Map/Internal.hs
boot/pkg/containers/Data/Map/Merge/
boot/pkg/containers/Data/Map/Merge/Strict.hs
boot/pkg/containers/Data/Map/Merge/Lazy.hs
boot/pkg/containers/Data/Map/Strict/
boot/pkg/containers/Data/Map/Strict/Internal.hs
boot/pkg/containers/Data/Map/Internal/
boot/pkg/containers/Data/Map/Internal/Debug.hs
boot/pkg/containers/Data/Map/Internal/DeprecatedShowTree.hs
boot/pkg/containers/Data/Set/
boot/pkg/containers/Data/Set/Internal.hs
boot/pkg/containers/Data/Sequence/
boot/pkg/containers/Data/Sequence/Internal.hs
boot/pkg/containers/Data/Sequence/Internal/
boot/pkg/containers/Data/Sequence/Internal/Sorting.hs
boot/pkg/containers/Utils/
boot/pkg/containers/Utils/Containers/
boot/pkg/containers/Utils/Containers/Internal/
boot/pkg/containers/Utils/Containers/Internal/State.hs
boot/pkg/containers/Utils/Containers/Internal/Coercions.hs
boot/pkg/containers/Utils/Containers/Internal/BitQueue.hs
boot/pkg/containers/Utils/Containers/Internal/PtrEquality.hs
boot/pkg/containers/Utils/Containers/Internal/StrictMaybe.hs
boot/pkg/containers/Utils/Containers/Internal/BitUtil.hs
boot/pkg/containers/Utils/Containers/Internal/StrictPair.hs
boot/pkg/containers/Utils/Containers/Internal/TypeError.hs
boot/pkg/containers/tests/
boot/pkg/containers/tests/Makefile
boot/pkg/containers/tests/IntMapValidity.hs
boot/pkg/containers/tests/IntSetValidity.hs
boot/pkg/containers/tests/bitqueue-properties.hs
boot/pkg/containers/tests/intmap-properties.hs
boot/pkg/containers/tests/intmap-strictness.hs
boot/pkg/containers/tests/intset-properties.hs
boot/pkg/containers/tests/intset-strictness.hs
boot/pkg/containers/tests/listutils-properties.hs
boot/pkg/containers/tests/map-properties.hs
boot/pkg/containers/tests/map-strictness.hs
boot/pkg/containers/tests/seq-properties.hs
boot/pkg/containers/tests/set-properties.hs
boot/pkg/containers/tests/tree-properties.hs
boot/pkg/containers/benchmarks/
boot/pkg/containers/benchmarks/Makefile
boot/pkg/containers/benchmarks/bench-cmp.pl
boot/pkg/containers/benchmarks/bench-cmp.sh
boot/pkg/containers/benchmarks/IntMap.hs
boot/pkg/containers/benchmarks/IntSet.hs
boot/pkg/containers/benchmarks/Map.hs
boot/pkg/containers/benchmarks/Sequence.hs
boot/pkg/containers/benchmarks/Set.hs
boot/pkg/containers/benchmarks/LookupGE/
boot/pkg/containers/benchmarks/LookupGE/Makefile
boot/pkg/containers/benchmarks/LookupGE/IntMap.hs
boot/pkg/containers/benchmarks/LookupGE/LookupGE_IntMap.hs
boot/pkg/containers/benchmarks/LookupGE/LookupGE_Map.hs
boot/pkg/containers/benchmarks/LookupGE/Map.hs
boot/pkg/containers/benchmarks/SetOperations/
boot/pkg/containers/benchmarks/SetOperations/Makefile
boot/pkg/containers/benchmarks/SetOperations/SetOperations-IntMap.hs
boot/pkg/containers/benchmarks/SetOperations/SetOperations-IntSet.hs
boot/pkg/containers/benchmarks/SetOperations/SetOperations-Map.hs
boot/pkg/containers/benchmarks/SetOperations/SetOperations-Set.hs
boot/pkg/containers/benchmarks/SetOperations/SetOperations.hs
boot/pkg/containers/include/
boot/pkg/containers/include/containers.h
boot/pkg/deepseq/
boot/pkg/deepseq/LICENSE
boot/pkg/deepseq/Setup.hs
boot/pkg/deepseq/deepseq.cabal
boot/pkg/deepseq/changelog.md
boot/pkg/deepseq/Control/
boot/pkg/deepseq/Control/DeepSeq.hs
boot/pkg/deepseq/Control/DeepSeq/
boot/pkg/deepseq/Control/DeepSeq/BackDoor.hs
boot/pkg/deepseq/tests/
boot/pkg/deepseq/tests/Main.hs
boot/pkg/directory/
boot/pkg/directory/LICENSE
boot/pkg/directory/Setup.hs
boot/pkg/directory/HsDirectoryConfig.h.in
boot/pkg/directory/README.md
boot/pkg/directory/changelog.md
boot/pkg/directory/configure
boot/pkg/directory/configure.ac
boot/pkg/directory/System/
boot/pkg/directory/System/Directory.hs
boot/pkg/directory/System/Directory/
boot/pkg/directory/System/Directory/Internal/
boot/pkg/directory/System/Directory/Internal/Prelude.hs
boot/pkg/directory/System/Directory/Internal/C_utimensat.hsc
boot/pkg/directory/System/Directory/Internal/Common.hs
boot/pkg/directory/System/Directory/Internal/Posix.hsc
boot/pkg/directory/System/Directory/Internal/Windows.hsc
boot/pkg/directory/System/Directory/Internal/utility.h
boot/pkg/directory/System/Directory/Internal/windows_ext.h
boot/pkg/directory/System/Directory/Internal/Config.hs
boot/pkg/directory/System/Directory/Internal/GHCJS.hs
boot/pkg/directory/System/Directory/Internal.hs
boot/pkg/directory/tests/
boot/pkg/directory/tests/CanonicalizePath.hs
boot/pkg/directory/tests/CopyFile001.hs
boot/pkg/directory/tests/CopyFile002.hs
boot/pkg/directory/tests/CopyFileWithMetadata.hs
boot/pkg/directory/tests/CreateDirectory001.hs
boot/pkg/directory/tests/CreateDirectoryIfMissing001.hs
boot/pkg/directory/tests/CurrentDirectory001.hs
boot/pkg/directory/tests/Directory001.hs
boot/pkg/directory/tests/DoesDirectoryExist001.hs
boot/pkg/directory/tests/DoesPathExist.hs
boot/pkg/directory/tests/FileTime.hs
boot/pkg/directory/tests/FindFile001.hs
boot/pkg/directory/tests/GetDirContents001.hs
boot/pkg/directory/tests/GetDirContents002.hs
boot/pkg/directory/tests/GetFileSize.hs
boot/pkg/directory/tests/GetHomeDirectory001.hs
boot/pkg/directory/tests/GetPermissions001.hs
boot/pkg/directory/tests/LongPaths.hs
boot/pkg/directory/tests/Main.hs
boot/pkg/directory/tests/MakeAbsolute.hs
boot/pkg/directory/tests/PathIsSymbolicLink.hs
boot/pkg/directory/tests/RemoveDirectoryRecursive001.hs
boot/pkg/directory/tests/RemovePathForcibly.hs
boot/pkg/directory/tests/RenameDirectory.hs
boot/pkg/directory/tests/RenameFile001.hs
boot/pkg/directory/tests/RenamePath.hs
boot/pkg/directory/tests/Safe.hs
boot/pkg/directory/tests/T8482.hs
boot/pkg/directory/tests/TestUtils.hs
boot/pkg/directory/tests/Util.hs
boot/pkg/directory/tests/WithCurrentDirectory.hs
boot/pkg/directory/tests/Xdg.hs
boot/pkg/directory/tests/util.inl
boot/pkg/directory/directory.cabal
boot/pkg/filepath/
boot/pkg/filepath/README.md
boot/pkg/filepath/changelog.md
boot/pkg/filepath/LICENSE
boot/pkg/filepath/Setup.hs
boot/pkg/filepath/System/
boot/pkg/filepath/System/FilePath.hs
boot/pkg/filepath/System/FilePath/
boot/pkg/filepath/System/FilePath/Posix.hs
boot/pkg/filepath/System/FilePath/Windows.hs
boot/pkg/filepath/System/FilePath/Current.hs
boot/pkg/filepath/System/FilePath/Internal.hs
boot/pkg/filepath/tests/
boot/pkg/filepath/tests/Test.hs
boot/pkg/filepath/tests/TestGen.hs
boot/pkg/filepath/tests/TestUtil.hs
boot/pkg/filepath/filepath.cabal
boot/pkg/filepath/prologue.txt
boot/pkg/filepath/travis.hs
boot/pkg/ghc-boot/
boot/pkg/ghc-boot/LICENSE
boot/pkg/ghc-boot/ghc-boot.cabal
boot/pkg/ghc-boot/changelog.md
boot/pkg/ghc-boot/Setup.hs
boot/pkg/ghc-boot/GHC/
boot/pkg/ghc-boot/GHC/LanguageExtensions.hs
boot/pkg/ghc-boot/GHC/PackageDb.hs
boot/pkg/ghc-boot/GHC/Serialized.hs
boot/pkg/ghc-boot/GHC/ForeignSrcLang.hs
boot/pkg/ghc-boot/GHC/HandleEncoding.hs
boot/pkg/ghc-heap/
boot/pkg/ghc-heap/LICENSE
boot/pkg/ghc-heap/Setup.hs
boot/pkg/ghc-heap/ghc-heap.cabal
boot/pkg/ghc-heap/GHC/
boot/pkg/ghc-heap/GHC/Exts/
boot/pkg/ghc-heap/GHC/Exts/Heap.hs
boot/pkg/ghc-heap/GHC/Exts/Heap/
boot/pkg/ghc-heap/GHC/Exts/Heap/Closures.hs
boot/pkg/ghc-heap/GHC/Exts/Heap/ClosureTypes.hs
boot/pkg/ghc-heap/GHC/Exts/Heap/Constants.hsc
boot/pkg/ghc-heap/GHC/Exts/Heap/InfoTable.hsc
boot/pkg/ghc-heap/GHC/Exts/Heap/InfoTableProf.hsc
boot/pkg/ghc-heap/GHC/Exts/Heap/Utils.hsc
boot/pkg/ghc-heap/GHC/Exts/Heap/InfoTable/
boot/pkg/ghc-heap/GHC/Exts/Heap/InfoTable/Types.hsc
boot/pkg/ghc-compact/
boot/pkg/ghc-compact/LICENSE
boot/pkg/ghc-compact/Setup.hs
boot/pkg/ghc-compact/ghc-compact.cabal
boot/pkg/ghc-compact/GHC/
boot/pkg/ghc-compact/GHC/Compact.hs
boot/pkg/ghc-compact/GHC/Compact/
boot/pkg/ghc-compact/GHC/Compact/Serialized.hs
boot/pkg/ghc-boot-th/
boot/pkg/ghc-boot-th/LICENSE
boot/pkg/ghc-boot-th/ghc-boot-th.cabal
boot/pkg/ghc-boot-th/Setup.hs
boot/pkg/ghc-boot-th/GHC/
boot/pkg/ghc-boot-th/GHC/Lexeme.hs
boot/pkg/ghc-boot-th/GHC/LanguageExtensions/
boot/pkg/ghc-boot-th/GHC/LanguageExtensions/Type.hs
boot/pkg/ghc-boot-th/GHC/ForeignSrcLang/
boot/pkg/ghc-boot-th/GHC/ForeignSrcLang/Type.hs
boot/pkg/ghci/
boot/pkg/ghci/SizedSeq.hs
boot/pkg/ghci/LICENSE
boot/pkg/ghci/ghci.cabal
boot/pkg/ghci/changelog.md
boot/pkg/ghci/Setup.hs
boot/pkg/ghci/GHCi/
boot/pkg/ghci/GHCi/BreakArray.hs
boot/pkg/ghci/GHCi/BinaryArray.hs
boot/pkg/ghci/GHCi/Message.hs
boot/pkg/ghci/GHCi/ResolvedBCO.hs
boot/pkg/ghci/GHCi/RemoteTypes.hs
boot/pkg/ghci/GHCi/FFI.hsc
boot/pkg/ghci/GHCi/InfoTable.hsc
boot/pkg/ghci/GHCi/StaticPtrTable.hs
boot/pkg/ghci/GHCi/Run.hs
boot/pkg/ghci/GHCi/CreateBCO.hs
boot/pkg/ghci/GHCi/ObjLink.hs
boot/pkg/ghci/GHCi/Signals.hs
boot/pkg/ghci/GHCi/TH.hs
boot/pkg/ghci/GHCi/TH/
boot/pkg/ghci/GHCi/TH/Binary.hs
boot/pkg/integer-gmp/
boot/pkg/integer-gmp/LICENSE
boot/pkg/integer-gmp/Setup.hs
boot/pkg/integer-gmp/aclocal.m4
boot/pkg/integer-gmp/changelog.md
boot/pkg/integer-gmp/config.guess
boot/pkg/integer-gmp/config.sub
boot/pkg/integer-gmp/configure
boot/pkg/integer-gmp/configure.ac
boot/pkg/integer-gmp/config.mk.in
boot/pkg/integer-gmp/install-sh
boot/pkg/integer-gmp/src/
boot/pkg/integer-gmp/src/GHC/
boot/pkg/integer-gmp/src/GHC/Integer.hs
boot/pkg/integer-gmp/src/GHC/Integer/
boot/pkg/integer-gmp/src/GHC/Integer/Logarithms/
boot/pkg/integer-gmp/src/GHC/Integer/Logarithms/Internals.hs
boot/pkg/integer-gmp/src/GHC/Integer/GMP/
boot/pkg/integer-gmp/src/GHC/Integer/GMP/Internals.hs
boot/pkg/integer-gmp/src/GHC/Integer/Logarithms.hs
boot/pkg/integer-gmp/src/GHC/Integer/Type.hs
boot/pkg/integer-gmp/cbits/
boot/pkg/integer-gmp/cbits/wrappers.c
boot/pkg/integer-gmp/include/
boot/pkg/integer-gmp/include/HsIntegerGmp.h.in
boot/pkg/integer-gmp/integer-gmp.buildinfo.in
boot/pkg/integer-gmp/integer-gmp.cabal
boot/pkg/integer-gmp/jsbits/
boot/pkg/integer-gmp/jsbits/ghcjsbn.js
boot/pkg/integer-simple/
boot/pkg/integer-simple/LICENSE
boot/pkg/integer-simple/Setup.hs
boot/pkg/integer-simple/integer-simple.cabal
boot/pkg/integer-simple/GHC/
boot/pkg/integer-simple/GHC/Integer.hs
boot/pkg/integer-simple/GHC/Integer/
boot/pkg/integer-simple/GHC/Integer/Logarithms.hs
boot/pkg/integer-simple/GHC/Integer/Type.hs
boot/pkg/integer-simple/GHC/Integer/Simple/
boot/pkg/integer-simple/GHC/Integer/Simple/Internals.hs
boot/pkg/integer-simple/GHC/Integer/Logarithms/
boot/pkg/integer-simple/GHC/Integer/Logarithms/Internals.hs
boot/pkg/parallel/
boot/pkg/parallel/LICENSE
boot/pkg/parallel/Setup.hs
boot/pkg/parallel/parallel.cabal
boot/pkg/parallel/changelog.md
boot/pkg/parallel/Control/
boot/pkg/parallel/Control/Seq.hs
boot/pkg/parallel/Control/Parallel.hs
boot/pkg/parallel/Control/Parallel/
boot/pkg/parallel/Control/Parallel/Strategies.hs
boot/pkg/pretty/
boot/pkg/pretty/LICENSE
boot/pkg/pretty/Setup.hs
boot/pkg/pretty/pretty.cabal
boot/pkg/pretty/README.md
boot/pkg/pretty/CHANGELOG.md
boot/pkg/pretty/src/
boot/pkg/pretty/src/Text/
boot/pkg/pretty/src/Text/PrettyPrint.hs
boot/pkg/pretty/src/Text/PrettyPrint/
boot/pkg/pretty/src/Text/PrettyPrint/HughesPJClass.hs
boot/pkg/pretty/src/Text/PrettyPrint/Annotated.hs
boot/pkg/pretty/src/Text/PrettyPrint/HughesPJ.hs
boot/pkg/pretty/src/Text/PrettyPrint/Annotated/
boot/pkg/pretty/src/Text/PrettyPrint/Annotated/HughesPJClass.hs
boot/pkg/pretty/src/Text/PrettyPrint/Annotated/HughesPJ.hs
boot/pkg/pretty/tests/
boot/pkg/pretty/tests/Test.hs
boot/pkg/pretty/tests/PrettyTestVersion.hs
boot/pkg/pretty/tests/TestGenerators.hs
boot/pkg/pretty/tests/TestStructures.hs
boot/pkg/pretty/tests/TestUtils.hs
boot/pkg/pretty/tests/UnitLargeDoc.hs
boot/pkg/pretty/tests/UnitPP1.hs
boot/pkg/pretty/tests/UnitT3911.hs
boot/pkg/pretty/tests/UnitT32.hs
boot/pkg/pretty/bench/
boot/pkg/pretty/bench/Bench.hs
boot/pkg/process/
boot/pkg/process/LICENSE
boot/pkg/process/Setup.hs
boot/pkg/process/aclocal.m4
boot/pkg/process/changelog.md
boot/pkg/process/configure
boot/pkg/process/configure.ac
boot/pkg/process/System/
boot/pkg/process/System/Cmd.hs
boot/pkg/process/System/Process/
boot/pkg/process/System/Process/Windows.hsc
boot/pkg/process/System/Process/Posix.hs
boot/pkg/process/System/Process/Common.hs
boot/pkg/process/System/Process/Internals.hs
boot/pkg/process/System/Process.hs
boot/pkg/process/cbits/
boot/pkg/process/cbits/runProcess.c
boot/pkg/process/test/
boot/pkg/process/test/main.hs
boot/pkg/process/include/
boot/pkg/process/include/runProcess.h
boot/pkg/process/include/processFlags.h
boot/pkg/process/include/HsProcessConfig.h.in
boot/pkg/process/exes/
boot/pkg/process/exes/echo.bat
boot/pkg/process/exes/subdir/
boot/pkg/process/exes/subdir/echo.bat
boot/pkg/process/process.cabal.orig
boot/pkg/process/process.cabal
boot/pkg/stm/
boot/pkg/stm/LICENSE
boot/pkg/stm/Setup.hs
boot/pkg/stm/stm.cabal
boot/pkg/stm/changelog.md
boot/pkg/stm/Control/
boot/pkg/stm/Control/Concurrent/
boot/pkg/stm/Control/Concurrent/STM.hs
boot/pkg/stm/Control/Concurrent/STM/
boot/pkg/stm/Control/Concurrent/STM/TArray.hs
boot/pkg/stm/Control/Concurrent/STM/TVar.hs
boot/pkg/stm/Control/Concurrent/STM/TChan.hs
boot/pkg/stm/Control/Concurrent/STM/TMVar.hs
boot/pkg/stm/Control/Concurrent/STM/TQueue.hs
boot/pkg/stm/Control/Concurrent/STM/TBQueue.hs
boot/pkg/stm/Control/Concurrent/STM/TSem.hs
boot/pkg/stm/Control/Monad/
boot/pkg/stm/Control/Monad/STM.hs
boot/pkg/stm/Control/Sequential/
boot/pkg/stm/Control/Sequential/STM.hs
boot/pkg/template-haskell/
boot/pkg/template-haskell/LICENSE
boot/pkg/template-haskell/Setup.hs
boot/pkg/template-haskell/template-haskell.cabal
boot/pkg/template-haskell/changelog.md
boot/pkg/template-haskell/Language/
boot/pkg/template-haskell/Language/Haskell/
boot/pkg/template-haskell/Language/Haskell/TH.hs
boot/pkg/template-haskell/Language/Haskell/TH/
boot/pkg/template-haskell/Language/Haskell/TH/Lib.hs
boot/pkg/template-haskell/Language/Haskell/TH/Ppr.hs
boot/pkg/template-haskell/Language/Haskell/TH/PprLib.hs
boot/pkg/template-haskell/Language/Haskell/TH/Quote.hs
boot/pkg/template-haskell/Language/Haskell/TH/Syntax.hs
boot/pkg/template-haskell/Language/Haskell/TH/LanguageExtensions.hs
boot/pkg/template-haskell/Language/Haskell/TH/Lib/
boot/pkg/template-haskell/Language/Haskell/TH/Lib/Internal.hs
boot/pkg/template-haskell/Language/Haskell/TH/Lib/Map.hs
boot/pkg/mtl/
boot/pkg/mtl/LICENSE
boot/pkg/mtl/Setup.hs
boot/pkg/mtl/mtl.cabal
boot/pkg/mtl/CHANGELOG.markdown
boot/pkg/mtl/README.markdown
boot/pkg/mtl/Control/
boot/pkg/mtl/Control/Monad/
boot/pkg/mtl/Control/Monad/Cont.hs
boot/pkg/mtl/Control/Monad/Error.hs
boot/pkg/mtl/Control/Monad/Except.hs
boot/pkg/mtl/Control/Monad/Identity.hs
boot/pkg/mtl/Control/Monad/List.hs
boot/pkg/mtl/Control/Monad/RWS.hs
boot/pkg/mtl/Control/Monad/Reader.hs
boot/pkg/mtl/Control/Monad/State.hs
boot/pkg/mtl/Control/Monad/Trans.hs
boot/pkg/mtl/Control/Monad/Writer.hs
boot/pkg/mtl/Control/Monad/Cont/
boot/pkg/mtl/Control/Monad/Cont/Class.hs
boot/pkg/mtl/Control/Monad/Error/
boot/pkg/mtl/Control/Monad/Error/Class.hs
boot/pkg/mtl/Control/Monad/RWS/
boot/pkg/mtl/Control/Monad/RWS/Class.hs
boot/pkg/mtl/Control/Monad/RWS/Lazy.hs
boot/pkg/mtl/Control/Monad/RWS/Strict.hs
boot/pkg/mtl/Control/Monad/Reader/
boot/pkg/mtl/Control/Monad/Reader/Class.hs
boot/pkg/mtl/Control/Monad/State/
boot/pkg/mtl/Control/Monad/State/Class.hs
boot/pkg/mtl/Control/Monad/State/Lazy.hs
boot/pkg/mtl/Control/Monad/State/Strict.hs
boot/pkg/mtl/Control/Monad/Writer/
boot/pkg/mtl/Control/Monad/Writer/Class.hs
boot/pkg/mtl/Control/Monad/Writer/Lazy.hs
boot/pkg/mtl/Control/Monad/Writer/Strict.hs
boot/pkg/parsec/
boot/pkg/parsec/LICENSE
boot/pkg/parsec/Setup.hs
boot/pkg/parsec/parsec.cabal
boot/pkg/parsec/ChangeLog.md
boot/pkg/parsec/README.md
boot/pkg/parsec/src/
boot/pkg/parsec/src/Text/
boot/pkg/parsec/src/Text/Parsec.hs
boot/pkg/parsec/src/Text/Parsec/
boot/pkg/parsec/src/Text/Parsec/String.hs
boot/pkg/parsec/src/Text/Parsec/ByteString.hs
boot/pkg/parsec/src/Text/Parsec/Text.hs
boot/pkg/parsec/src/Text/Parsec/Pos.hs
boot/pkg/parsec/src/Text/Parsec/Error.hs
boot/pkg/parsec/src/Text/Parsec/Prim.hs
boot/pkg/parsec/src/Text/Parsec/Char.hs
boot/pkg/parsec/src/Text/Parsec/Combinator.hs
boot/pkg/parsec/src/Text/Parsec/Token.hs
boot/pkg/parsec/src/Text/Parsec/Expr.hs
boot/pkg/parsec/src/Text/Parsec/Language.hs
boot/pkg/parsec/src/Text/Parsec/Perm.hs
boot/pkg/parsec/src/Text/Parsec/ByteString/
boot/pkg/parsec/src/Text/Parsec/ByteString/Lazy.hs
boot/pkg/parsec/src/Text/Parsec/Text/
boot/pkg/parsec/src/Text/Parsec/Text/Lazy.hs
boot/pkg/parsec/src/Text/ParserCombinators/
boot/pkg/parsec/src/Text/ParserCombinators/Parsec.hs
boot/pkg/parsec/src/Text/ParserCombinators/Parsec/
boot/pkg/parsec/src/Text/ParserCombinators/Parsec/Char.hs
boot/pkg/parsec/src/Text/ParserCombinators/Parsec/Combinator.hs
boot/pkg/parsec/src/Text/ParserCombinators/Parsec/Error.hs
boot/pkg/parsec/src/Text/ParserCombinators/Parsec/Expr.hs
boot/pkg/parsec/src/Text/ParserCombinators/Parsec/Language.hs
boot/pkg/parsec/src/Text/ParserCombinators/Parsec/Perm.hs
boot/pkg/parsec/src/Text/ParserCombinators/Parsec/Pos.hs
boot/pkg/parsec/src/Text/ParserCombinators/Parsec/Prim.hs
boot/pkg/parsec/src/Text/ParserCombinators/Parsec/Token.hs
boot/pkg/parsec/test/
boot/pkg/parsec/test/Main.hs
boot/pkg/parsec/test/Bugs.hs
boot/pkg/parsec/test/Features.hs
boot/pkg/parsec/test/Util.hs
boot/pkg/parsec/test/Bugs/
boot/pkg/parsec/test/Bugs/Bug2.hs
boot/pkg/parsec/test/Bugs/Bug6.hs
boot/pkg/parsec/test/Bugs/Bug9.hs
boot/pkg/parsec/test/Bugs/Bug35.hs
boot/pkg/parsec/test/Features/
boot/pkg/parsec/test/Features/Feature80.hs
boot/pkg/text/
boot/pkg/text/LICENSE
boot/pkg/text/Setup.lhs
boot/pkg/text/text.cabal
boot/pkg/text/README.markdown
boot/pkg/text/changelog.md
boot/pkg/text/tests-and-benchmarks.markdown
boot/pkg/text/Data/
boot/pkg/text/Data/Text.hs
boot/pkg/text/Data/Text/
boot/pkg/text/Data/Text/Array.hs
boot/pkg/text/Data/Text/Encoding.hs
boot/pkg/text/Data/Text/Foreign.hs
boot/pkg/text/Data/Text/IO.hs
boot/pkg/text/Data/Text/Internal.hs
boot/pkg/text/Data/Text/Lazy.hs
boot/pkg/text/Data/Text/Read.hs
boot/pkg/text/Data/Text/Unsafe.hs
boot/pkg/text/Data/Text/Show.hs
boot/pkg/text/Data/Text/Encoding/
boot/pkg/text/Data/Text/Encoding/Error.hs
boot/pkg/text/Data/Text/Internal/
boot/pkg/text/Data/Text/Internal/Builder.hs
boot/pkg/text/Data/Text/Internal/Functions.hs
boot/pkg/text/Data/Text/Internal/Fusion.hs
boot/pkg/text/Data/Text/Internal/IO.hs
boot/pkg/text/Data/Text/Internal/Lazy.hs
boot/pkg/text/Data/Text/Internal/Private.hs
boot/pkg/text/Data/Text/Internal/Read.hs
boot/pkg/text/Data/Text/Internal/Search.hs
boot/pkg/text/Data/Text/Internal/Unsafe.hs
boot/pkg/text/Data/Text/Internal/Builder/
boot/pkg/text/Data/Text/Internal/Builder/Functions.hs
boot/pkg/text/Data/Text/Internal/Builder/Int/
boot/pkg/text/Data/Text/Internal/Builder/Int/Digits.hs
boot/pkg/text/Data/Text/Internal/Builder/RealFloat/
boot/pkg/text/Data/Text/Internal/Builder/RealFloat/Functions.hs
boot/pkg/text/Data/Text/Internal/Encoding/
boot/pkg/text/Data/Text/Internal/Encoding/Fusion.hs
boot/pkg/text/Data/Text/Internal/Encoding/Utf16.hs
boot/pkg/text/Data/Text/Internal/Encoding/Utf32.hs
boot/pkg/text/Data/Text/Internal/Encoding/Utf8.hs
boot/pkg/text/Data/Text/Internal/Encoding/Fusion/
boot/pkg/text/Data/Text/Internal/Encoding/Fusion/Common.hs
boot/pkg/text/Data/Text/Internal/Fusion/
boot/pkg/text/Data/Text/Internal/Fusion/CaseMapping.hs
boot/pkg/text/Data/Text/Internal/Fusion/Common.hs
boot/pkg/text/Data/Text/Internal/Fusion/Size.hs
boot/pkg/text/Data/Text/Internal/Fusion/Types.hs
boot/pkg/text/Data/Text/Internal/Lazy/
boot/pkg/text/Data/Text/Internal/Lazy/Fusion.hs
boot/pkg/text/Data/Text/Internal/Lazy/Search.hs
boot/pkg/text/Data/Text/Internal/Lazy/Encoding/
boot/pkg/text/Data/Text/Internal/Lazy/Encoding/Fusion.hs
boot/pkg/text/Data/Text/Internal/Unsafe/
boot/pkg/text/Data/Text/Internal/Unsafe/Char.hs
boot/pkg/text/Data/Text/Internal/Unsafe/Shift.hs
boot/pkg/text/Data/Text/Lazy/
boot/pkg/text/Data/Text/Lazy/Builder.hs
boot/pkg/text/Data/Text/Lazy/Encoding.hs
boot/pkg/text/Data/Text/Lazy/IO.hs
boot/pkg/text/Data/Text/Lazy/Internal.hs
boot/pkg/text/Data/Text/Lazy/Read.hs
boot/pkg/text/Data/Text/Lazy/Builder/
boot/pkg/text/Data/Text/Lazy/Builder/Int.hs
boot/pkg/text/Data/Text/Lazy/Builder/RealFloat.hs
boot/pkg/text/cbits/
boot/pkg/text/cbits/cbits.c
boot/pkg/text/tests/
boot/pkg/text/tests/LiteralRuleTest.hs
boot/pkg/text/tests/Tests.hs
boot/pkg/text/tests/.ghci
boot/pkg/text/tests/Makefile
boot/pkg/text/tests/cabal.config
boot/pkg/text/tests/text-tests.cabal
boot/pkg/text/tests/Tests/
boot/pkg/text/tests/Tests/IO.hs
boot/pkg/text/tests/Tests/Properties.hs
boot/pkg/text/tests/Tests/QuickCheckUtils.hs
boot/pkg/text/tests/Tests/Regressions.hs
boot/pkg/text/tests/Tests/SlowFunctions.hs
boot/pkg/text/tests/Tests/Utils.hs
boot/pkg/text/tests/Tests/Properties/
boot/pkg/text/tests/Tests/Properties/Mul.hs
boot/pkg/text/tests/scripts/
boot/pkg/text/tests/scripts/cover-stdio.sh
boot/pkg/text/benchmarks/
boot/pkg/text/benchmarks/Setup.hs
boot/pkg/text/benchmarks/text-benchmarks.cabal
boot/pkg/text/benchmarks/cbits/
boot/pkg/text/benchmarks/cbits/time_iconv.c
boot/pkg/text/benchmarks/haskell/
boot/pkg/text/benchmarks/haskell/Benchmarks.hs
boot/pkg/text/benchmarks/haskell/Multilang.hs
boot/pkg/text/benchmarks/haskell/Timer.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/
boot/pkg/text/benchmarks/haskell/Benchmarks/Builder.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/Concat.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/DecodeUtf8.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/EncodeUtf8.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/Equality.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/FileRead.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/FoldLines.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/Mul.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/Pure.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/ReadNumbers.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/Replace.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/Search.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/Stream.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/WordFrequencies.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/Programs/
boot/pkg/text/benchmarks/haskell/Benchmarks/Programs/BigTable.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/Programs/Cut.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/Programs/Fold.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/Programs/Sort.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/Programs/StripTags.hs
boot/pkg/text/benchmarks/haskell/Benchmarks/Programs/Throughput.hs
boot/pkg/text/benchmarks/python/
boot/pkg/text/benchmarks/python/cut.py
boot/pkg/text/benchmarks/python/multilang.py
boot/pkg/text/benchmarks/python/sort.py
boot/pkg/text/benchmarks/python/strip_tags.py
boot/pkg/text/benchmarks/python/utils.py
boot/pkg/text/benchmarks/ruby/
boot/pkg/text/benchmarks/ruby/cut.rb
boot/pkg/text/benchmarks/ruby/fold.rb
boot/pkg/text/benchmarks/ruby/sort.rb
boot/pkg/text/benchmarks/ruby/strip_tags.rb
boot/pkg/text/benchmarks/ruby/utils.rb
boot/pkg/text/include/
boot/pkg/text/include/text_cbits.h
boot/pkg/text/scripts/
boot/pkg/text/scripts/ApiCompare.hs
boot/pkg/text/scripts/Arsec.hs
boot/pkg/text/scripts/CaseFolding.hs
boot/pkg/text/scripts/CaseMapping.hs
boot/pkg/text/scripts/SpecialCasing.hs
boot/pkg/time/
boot/pkg/time/LICENSE
boot/pkg/time/Setup.hs
boot/pkg/time/time.cabal
boot/pkg/time/changelog.md
boot/pkg/time/aclocal.m4
boot/pkg/time/configure.ac
boot/pkg/time/configure
boot/pkg/time/lib/
boot/pkg/time/lib/Data/
boot/pkg/time/lib/Data/Time.hs
boot/pkg/time/lib/Data/Time/
boot/pkg/time/lib/Data/Time/Calendar.hs
boot/pkg/time/lib/Data/Time/Clock.hs
boot/pkg/time/lib/Data/Time/LocalTime.hs
boot/pkg/time/lib/Data/Time/Format.hs
boot/pkg/time/lib/Data/Time/Calendar/
boot/pkg/time/lib/Data/Time/Calendar/MonthDay.hs
boot/pkg/time/lib/Data/Time/Calendar/OrdinalDate.hs
boot/pkg/time/lib/Data/Time/Calendar/WeekDate.hs
boot/pkg/time/lib/Data/Time/Calendar/Julian.hs
boot/pkg/time/lib/Data/Time/Calendar/Easter.hs
boot/pkg/time/lib/Data/Time/Calendar/Private.hs
boot/pkg/time/lib/Data/Time/Calendar/Days.hs
boot/pkg/time/lib/Data/Time/Calendar/Gregorian.hs
boot/pkg/time/lib/Data/Time/Calendar/JulianYearDay.hs
boot/pkg/time/lib/Data/Time/Clock/
boot/pkg/time/lib/Data/Time/Clock/System.hs
boot/pkg/time/lib/Data/Time/Clock/POSIX.hs
boot/pkg/time/lib/Data/Time/Clock/TAI.hs
boot/pkg/time/lib/Data/Time/Clock/Internal/
boot/pkg/time/lib/Data/Time/Clock/Internal/DiffTime.hs
boot/pkg/time/lib/Data/Time/Clock/Internal/AbsoluteTime.hs
boot/pkg/time/lib/Data/Time/Clock/Internal/NominalDiffTime.hs
boot/pkg/time/lib/Data/Time/Clock/Internal/POSIXTime.hs
boot/pkg/time/lib/Data/Time/Clock/Internal/UniversalTime.hs
boot/pkg/time/lib/Data/Time/Clock/Internal/SystemTime.hs
boot/pkg/time/lib/Data/Time/Clock/Internal/UTCTime.hs
boot/pkg/time/lib/Data/Time/Clock/Internal/CTimeval.hs
boot/pkg/time/lib/Data/Time/Clock/Internal/UTCDiff.hs
boot/pkg/time/lib/Data/Time/Clock/Internal/CTimespec.hsc
boot/pkg/time/lib/Data/Time/LocalTime/
boot/pkg/time/lib/Data/Time/LocalTime/Internal/
boot/pkg/time/lib/Data/Time/LocalTime/Internal/TimeZone.hs
boot/pkg/time/lib/Data/Time/LocalTime/Internal/TimeOfDay.hs
boot/pkg/time/lib/Data/Time/LocalTime/Internal/LocalTime.hs
boot/pkg/time/lib/Data/Time/LocalTime/Internal/ZonedTime.hs
boot/pkg/time/lib/Data/Time/Format/
boot/pkg/time/lib/Data/Time/Format/Parse.hs
boot/pkg/time/lib/Data/Time/Format/Locale.hs
boot/pkg/time/lib/cbits/
boot/pkg/time/lib/cbits/HsTime.c
boot/pkg/time/lib/include/
boot/pkg/time/lib/include/HsTimeConfig.h
boot/pkg/time/lib/include/HsConfigure.h
boot/pkg/time/lib/include/HsTime.h
boot/pkg/time/lib/include/HsTimeConfig.h.in
boot/pkg/time/test/
boot/pkg/time/test/ShowDefaultTZAbbreviations.hs
boot/pkg/time/test/unix/
boot/pkg/time/test/unix/Main.hs
boot/pkg/time/test/unix/Test/
boot/pkg/time/test/unix/Test/TestUtil.hs
boot/pkg/time/test/unix/Test/Format/
boot/pkg/time/test/unix/Test/Format/Format.hs
boot/pkg/time/test/unix/Test/Format/FormatStuff.c
boot/pkg/time/test/unix/Test/Format/FormatStuff.h
boot/pkg/time/test/unix/Test/LocalTime/
boot/pkg/time/test/unix/Test/LocalTime/TimeZone.hs
boot/pkg/time/test/main/
boot/pkg/time/test/main/Main.hs
boot/pkg/time/test/main/Test/
boot/pkg/time/test/main/Test/TestUtil.hs
boot/pkg/time/test/main/Test/Calendar/
boot/pkg/time/test/main/Test/Calendar/AddDays.hs
boot/pkg/time/test/main/Test/Calendar/AddDaysRef.hs
boot/pkg/time/test/main/Test/Calendar/Calendars.hs
boot/pkg/time/test/main/Test/Calendar/CalendarsRef.hs
boot/pkg/time/test/main/Test/Calendar/ClipDates.hs
boot/pkg/time/test/main/Test/Calendar/ClipDatesRef.hs
boot/pkg/time/test/main/Test/Calendar/ConvertBack.hs
boot/pkg/time/test/main/Test/Calendar/Easter.hs
boot/pkg/time/test/main/Test/Calendar/EasterRef.hs
boot/pkg/time/test/main/Test/Calendar/LongWeekYears.hs
boot/pkg/time/test/main/Test/Calendar/LongWeekYearsRef.hs
boot/pkg/time/test/main/Test/Calendar/MonthDay.hs
boot/pkg/time/test/main/Test/Calendar/MonthDayRef.hs
boot/pkg/time/test/main/Test/Calendar/Valid.hs
boot/pkg/time/test/main/Test/Clock/
boot/pkg/time/test/main/Test/Clock/Conversion.hs
boot/pkg/time/test/main/Test/Clock/Resolution.hs
boot/pkg/time/test/main/Test/Clock/TAI.hs
boot/pkg/time/test/main/Test/Format/
boot/pkg/time/test/main/Test/Format/Format.hs
boot/pkg/time/test/main/Test/Format/ParseTime.hs
boot/pkg/time/test/main/Test/LocalTime/
boot/pkg/time/test/main/Test/LocalTime/Time.hs
boot/pkg/time/test/main/Test/LocalTime/TimeRef.hs
boot/pkg/transformers/
boot/pkg/transformers/LICENSE
boot/pkg/transformers/Setup.hs
boot/pkg/transformers/transformers.cabal
boot/pkg/transformers/changelog
boot/pkg/transformers/Control/
boot/pkg/transformers/Control/Applicative/
boot/pkg/transformers/Control/Applicative/Backwards.hs
boot/pkg/transformers/Control/Applicative/Lift.hs
boot/pkg/transformers/Control/Monad/
boot/pkg/transformers/Control/Monad/Signatures.hs
boot/pkg/transformers/Control/Monad/Trans/
boot/pkg/transformers/Control/Monad/Trans/Accum.hs
boot/pkg/transformers/Control/Monad/Trans/Class.hs
boot/pkg/transformers/Control/Monad/Trans/Cont.hs
boot/pkg/transformers/Control/Monad/Trans/Except.hs
boot/pkg/transformers/Control/Monad/Trans/Error.hs
boot/pkg/transformers/Control/Monad/Trans/Identity.hs
boot/pkg/transformers/Control/Monad/Trans/List.hs
boot/pkg/transformers/Control/Monad/Trans/Maybe.hs
boot/pkg/transformers/Control/Monad/Trans/Reader.hs
boot/pkg/transformers/Control/Monad/Trans/RWS.hs
boot/pkg/transformers/Control/Monad/Trans/Select.hs
boot/pkg/transformers/Control/Monad/Trans/State.hs
boot/pkg/transformers/Control/Monad/Trans/Writer.hs
boot/pkg/transformers/Control/Monad/Trans/RWS/
boot/pkg/transformers/Control/Monad/Trans/RWS/CPS.hs
boot/pkg/transformers/Control/Monad/Trans/RWS/Lazy.hs
boot/pkg/transformers/Control/Monad/Trans/RWS/Strict.hs
boot/pkg/transformers/Control/Monad/Trans/State/
boot/pkg/transformers/Control/Monad/Trans/State/Lazy.hs
boot/pkg/transformers/Control/Monad/Trans/State/Strict.hs
boot/pkg/transformers/Control/Monad/Trans/Writer/
boot/pkg/transformers/Control/Monad/Trans/Writer/CPS.hs
boot/pkg/transformers/Control/Monad/Trans/Writer/Lazy.hs
boot/pkg/transformers/Control/Monad/Trans/Writer/Strict.hs
boot/pkg/transformers/Data/
boot/pkg/transformers/Data/Functor/
boot/pkg/transformers/Data/Functor/Constant.hs
boot/pkg/transformers/Data/Functor/Reverse.hs
boot/pkg/transformers/legacy/
boot/pkg/transformers/legacy/pre709/
boot/pkg/transformers/legacy/pre709/Data/
boot/pkg/transformers/legacy/pre709/Data/Functor/
boot/pkg/transformers/legacy/pre709/Data/Functor/Identity.hs
boot/pkg/transformers/legacy/pre711/
boot/pkg/transformers/legacy/pre711/Control/
boot/pkg/transformers/legacy/pre711/Control/Monad/
boot/pkg/transformers/legacy/pre711/Control/Monad/IO/
boot/pkg/transformers/legacy/pre711/Control/Monad/IO/Class.hs
boot/pkg/transformers/legacy/pre711/Data/
boot/pkg/transformers/legacy/pre711/Data/Functor/
boot/pkg/transformers/legacy/pre711/Data/Functor/Classes.hs
boot/pkg/transformers/legacy/pre711/Data/Functor/Compose.hs
boot/pkg/transformers/legacy/pre711/Data/Functor/Product.hs
boot/pkg/transformers/legacy/pre711/Data/Functor/Sum.hs
boot/pkg/unix/
boot/pkg/unix/LICENSE
boot/pkg/unix/Setup.hs
boot/pkg/unix/unix.cabal
boot/pkg/unix/changelog.md
boot/pkg/unix/config.guess
boot/pkg/unix/config.sub
boot/pkg/unix/configure
boot/pkg/unix/configure.ac
boot/pkg/unix/install-sh
boot/pkg/unix/unix.buildinfo.in
boot/pkg/unix/System/
boot/pkg/unix/System/Posix.hs
boot/pkg/unix/System/Posix/
boot/pkg/unix/System/Posix/ByteString.hs
boot/pkg/unix/System/Posix/Error.hs
boot/pkg/unix/System/Posix/Resource.hsc
boot/pkg/unix/System/Posix/Time.hs
boot/pkg/unix/System/Posix/Unistd.hsc
boot/pkg/unix/System/Posix/User.hsc
boot/pkg/unix/System/Posix/Semaphore.hsc
boot/pkg/unix/System/Posix/SharedMem.hsc
boot/pkg/unix/System/Posix/Directory.hsc
boot/pkg/unix/System/Posix/DynamicLinker.hsc
boot/pkg/unix/System/Posix/Files.hsc
boot/pkg/unix/System/Posix/IO.hsc
boot/pkg/unix/System/Posix/Env.hsc
boot/pkg/unix/System/Posix/Fcntl.hsc
boot/pkg/unix/System/Posix/Process.hsc
boot/pkg/unix/System/Posix/Temp.hsc
boot/pkg/unix/System/Posix/Terminal.hsc
boot/pkg/unix/System/Posix/Signals/
boot/pkg/unix/System/Posix/Signals/Exts.hsc
boot/pkg/unix/System/Posix/ByteString/
boot/pkg/unix/System/Posix/ByteString/FilePath.hsc
boot/pkg/unix/System/Posix/Directory/
boot/pkg/unix/System/Posix/Directory/ByteString.hsc
boot/pkg/unix/System/Posix/Directory/Common.hsc
boot/pkg/unix/System/Posix/DynamicLinker/
boot/pkg/unix/System/Posix/DynamicLinker/Module.hsc
boot/pkg/unix/System/Posix/DynamicLinker/Prim.hsc
boot/pkg/unix/System/Posix/DynamicLinker/ByteString.hsc
boot/pkg/unix/System/Posix/DynamicLinker/Common.hsc
boot/pkg/unix/System/Posix/DynamicLinker/Module/
boot/pkg/unix/System/Posix/DynamicLinker/Module/ByteString.hsc
boot/pkg/unix/System/Posix/Files/
boot/pkg/unix/System/Posix/Files/ByteString.hsc
boot/pkg/unix/System/Posix/Files/Common.hsc
boot/pkg/unix/System/Posix/IO/
boot/pkg/unix/System/Posix/IO/ByteString.hsc
boot/pkg/unix/System/Posix/IO/Common.hsc
boot/pkg/unix/System/Posix/Env/
boot/pkg/unix/System/Posix/Env/ByteString.hsc
boot/pkg/unix/System/Posix/Process/
boot/pkg/unix/System/Posix/Process/ByteString.hsc
boot/pkg/unix/System/Posix/Process/Common.hsc
boot/pkg/unix/System/Posix/Process/Internals.hs
boot/pkg/unix/System/Posix/Temp/
boot/pkg/unix/System/Posix/Temp/ByteString.hsc
boot/pkg/unix/System/Posix/Terminal/
boot/pkg/unix/System/Posix/Terminal/ByteString.hsc
boot/pkg/unix/System/Posix/Terminal/Common.hsc
boot/pkg/unix/System/Posix/Signals.hsc
boot/pkg/unix/cbits/
boot/pkg/unix/cbits/HsUnix.c
boot/pkg/unix/cbits/execvpe.c
boot/pkg/unix/include/
boot/pkg/unix/include/execvpe.h
boot/pkg/unix/include/HsUnix.h
boot/pkg/unix/include/HsUnixConfig.h.in
boot/pkg/Win32/
boot/pkg/Win32/LICENSE
boot/pkg/Win32/Setup.hs
boot/pkg/Win32/Win32.cabal
boot/pkg/Win32/changelog.md
boot/pkg/Win32/Graphics/
boot/pkg/Win32/Graphics/Win32.hs
boot/pkg/Win32/Graphics/Win32/
boot/pkg/Win32/Graphics/Win32/GDI.hs
boot/pkg/Win32/Graphics/Win32/Control.hsc
boot/pkg/Win32/Graphics/Win32/Dialogue.hsc
boot/pkg/Win32/Graphics/Win32/Icon.hs
boot/pkg/Win32/Graphics/Win32/Key.hsc
boot/pkg/Win32/Graphics/Win32/Menu.hsc
boot/pkg/Win32/Graphics/Win32/Message.hsc
boot/pkg/Win32/Graphics/Win32/Misc.hsc
boot/pkg/Win32/Graphics/Win32/Resource.hsc
boot/pkg/Win32/Graphics/Win32/Window.hsc
boot/pkg/Win32/Graphics/Win32/LayeredWindow.hsc
boot/pkg/Win32/Graphics/Win32/GDI/
boot/pkg/Win32/Graphics/Win32/GDI/Bitmap.hsc
boot/pkg/Win32/Graphics/Win32/GDI/Brush.hsc
boot/pkg/Win32/Graphics/Win32/GDI/Clip.hsc
boot/pkg/Win32/Graphics/Win32/GDI/Font.hsc
boot/pkg/Win32/Graphics/Win32/GDI/Graphics2D.hs
boot/pkg/Win32/Graphics/Win32/GDI/HDC.hs
boot/pkg/Win32/Graphics/Win32/GDI/Palette.hsc
boot/pkg/Win32/Graphics/Win32/GDI/Path.hs
boot/pkg/Win32/Graphics/Win32/GDI/Pen.hsc
boot/pkg/Win32/Graphics/Win32/GDI/Region.hs
boot/pkg/Win32/Graphics/Win32/GDI/Types.hsc
boot/pkg/Win32/Graphics/Win32/GDI/AlphaBlend.hsc
boot/pkg/Win32/Graphics/Win32/Window/
boot/pkg/Win32/Graphics/Win32/Window/AnimateWindow.hsc
boot/pkg/Win32/Graphics/Win32/Window/HotKey.hsc
boot/pkg/Win32/Graphics/Win32/Window/IMM.hsc
boot/pkg/Win32/Graphics/Win32/Window/ForegroundWindow.hs
boot/pkg/Win32/Graphics/Win32/Window/PostMessage.hsc
boot/pkg/Win32/Media/
boot/pkg/Win32/Media/Win32.hs
boot/pkg/Win32/System/
boot/pkg/Win32/System/Win32.hs
boot/pkg/Win32/System/Win32/
boot/pkg/Win32/System/Win32/DebugApi.hsc
boot/pkg/Win32/System/Win32/DLL.hsc
boot/pkg/Win32/System/Win32/File.hsc
boot/pkg/Win32/System/Win32/FileMapping.hsc
boot/pkg/Win32/System/Win32/Info.hsc
boot/pkg/Win32/System/Win32/Path.hsc
boot/pkg/Win32/System/Win32/Mem.hsc
boot/pkg/Win32/System/Win32/MinTTY.hsc
boot/pkg/Win32/System/Win32/NLS.hsc
boot/pkg/Win32/System/Win32/Process.hsc
boot/pkg/Win32/System/Win32/Registry.hsc
boot/pkg/Win32/System/Win32/SimpleMAPI.hsc
boot/pkg/Win32/System/Win32/Time.hsc
boot/pkg/Win32/System/Win32/Console.hsc
boot/pkg/Win32/System/Win32/Security.hsc
boot/pkg/Win32/System/Win32/Types.hsc
boot/pkg/Win32/System/Win32/Shell.hsc
boot/pkg/Win32/System/Win32/Automation.hs
boot/pkg/Win32/System/Win32/Encoding.hs
boot/pkg/Win32/System/Win32/HardLink.hs
boot/pkg/Win32/System/Win32/String.hs
boot/pkg/Win32/System/Win32/SymbolicLink.hsc
boot/pkg/Win32/System/Win32/Thread.hs
boot/pkg/Win32/System/Win32/Utils.hs
boot/pkg/Win32/System/Win32/Word.hs
boot/pkg/Win32/System/Win32/Automation/
boot/pkg/Win32/System/Win32/Automation/Input.hsc
boot/pkg/Win32/System/Win32/Automation/Input/
boot/pkg/Win32/System/Win32/Automation/Input/Key.hsc
boot/pkg/Win32/System/Win32/Automation/Input/Mouse.hsc
boot/pkg/Win32/System/Win32/Console/
boot/pkg/Win32/System/Win32/Console/CtrlHandler.hs
boot/pkg/Win32/System/Win32/Console/HWND.hs
boot/pkg/Win32/System/Win32/Console/Title.hsc
boot/pkg/Win32/System/Win32/Exception/
boot/pkg/Win32/System/Win32/Exception/Unsupported.hs
boot/pkg/Win32/System/Win32/Info/
boot/pkg/Win32/System/Win32/Info/Computer.hsc
boot/pkg/Win32/System/Win32/Info/Version.hsc
boot/pkg/Win32/cbits/
boot/pkg/Win32/cbits/HsGDI.c
boot/pkg/Win32/cbits/HsWin32.c
boot/pkg/Win32/cbits/WndProc.c
boot/pkg/Win32/cbits/diatemp.c
boot/pkg/Win32/cbits/dumpBMP.c
boot/pkg/Win32/cbits/ellipse.c
boot/pkg/Win32/cbits/errors.c
boot/pkg/Win32/cbits/alphablend.c
boot/pkg/Win32/include/
boot/pkg/Win32/include/HsWin32.h
boot/pkg/Win32/include/HsGDI.h
boot/pkg/Win32/include/WndProc.h
boot/pkg/Win32/include/windows_cconv.h
boot/pkg/Win32/include/alphablend.h
boot/pkg/Win32/include/winternl_compat.h
boot/pkg/Win32/include/winuser_compat.h
boot/pkg/Win32/include/diatemp.h
boot/pkg/Win32/include/dumpBMP.h
boot/pkg/Win32/include/ellipse.h
boot/pkg/Win32/include/errors.h
boot/pkg/Win32/include/Win32Aux.h
boot/pkg/Win32/include/win32debug.h
boot/pkg/Win32/include/alignment.h
boot/pkg/Cabal/
boot/pkg/Cabal/LICENSE
boot/pkg/Cabal/Setup.hs
boot/pkg/Cabal/Cabal.cabal
boot/pkg/Cabal/README.md
boot/pkg/Cabal/ChangeLog.md
boot/pkg/Cabal/Distribution/
boot/pkg/Cabal/Distribution/Backpack.hs
boot/pkg/Cabal/Distribution/CabalSpecVersion.hs
boot/pkg/Cabal/Distribution/Compiler.hs
boot/pkg/Cabal/Distribution/InstalledPackageInfo.hs
boot/pkg/Cabal/Distribution/License.hs
boot/pkg/Cabal/Distribution/Make.hs
boot/pkg/Cabal/Distribution/ModuleName.hs
boot/pkg/Cabal/Distribution/Package.hs
boot/pkg/Cabal/Distribution/PackageDescription.hs
boot/pkg/Cabal/Distribution/ParseUtils.hs
boot/pkg/Cabal/Distribution/PrettyUtils.hs
boot/pkg/Cabal/Distribution/ReadE.hs
boot/pkg/Cabal/Distribution/Simple.hs
boot/pkg/Cabal/Distribution/SPDX.hs
boot/pkg/Cabal/Distribution/System.hs
boot/pkg/Cabal/Distribution/TestSuite.hs
boot/pkg/Cabal/Distribution/Text.hs
boot/pkg/Cabal/Distribution/Pretty.hs
boot/pkg/Cabal/Distribution/Verbosity.hs
boot/pkg/Cabal/Distribution/Version.hs
boot/pkg/Cabal/Distribution/FieldGrammar.hs
boot/pkg/Cabal/Distribution/GetOpt.hs
boot/pkg/Cabal/Distribution/Lex.hs
boot/pkg/Cabal/Distribution/Backpack/
boot/pkg/Cabal/Distribution/Backpack/Configure.hs
boot/pkg/Cabal/Distribution/Backpack/ComponentsGraph.hs
boot/pkg/Cabal/Distribution/Backpack/ConfiguredComponent.hs
boot/pkg/Cabal/Distribution/Backpack/DescribeUnitId.hs
boot/pkg/Cabal/Distribution/Backpack/FullUnitId.hs
boot/pkg/Cabal/Distribution/Backpack/LinkedComponent.hs
boot/pkg/Cabal/Distribution/Backpack/ModSubst.hs
boot/pkg/Cabal/Distribution/Backpack/ModuleShape.hs
boot/pkg/Cabal/Distribution/Backpack/PreModuleShape.hs
boot/pkg/Cabal/Distribution/Backpack/PreExistingComponent.hs
boot/pkg/Cabal/Distribution/Backpack/ReadyComponent.hs
boot/pkg/Cabal/Distribution/Backpack/MixLink.hs
boot/pkg/Cabal/Distribution/Backpack/ModuleScope.hs
boot/pkg/Cabal/Distribution/Backpack/UnifyM.hs
boot/pkg/Cabal/Distribution/Backpack/Id.hs
boot/pkg/Cabal/Distribution/Utils/
boot/pkg/Cabal/Distribution/Utils/IOData.hs
boot/pkg/Cabal/Distribution/Utils/LogProgress.hs
boot/pkg/Cabal/Distribution/Utils/MapAccum.hs
boot/pkg/Cabal/Distribution/Utils/Generic.hs
boot/pkg/Cabal/Distribution/Utils/NubList.hs
boot/pkg/Cabal/Distribution/Utils/ShortText.hs
boot/pkg/Cabal/Distribution/Utils/Progress.hs
boot/pkg/Cabal/Distribution/Utils/UnionFind.hs
boot/pkg/Cabal/Distribution/Utils/Base62.hs
boot/pkg/Cabal/Distribution/Utils/String.hs
boot/pkg/Cabal/Distribution/Compat/
boot/pkg/Cabal/Distribution/Compat/CreatePipe.hs
boot/pkg/Cabal/Distribution/Compat/Directory.hs
boot/pkg/Cabal/Distribution/Compat/Environment.hs
boot/pkg/Cabal/Distribution/Compat/Exception.hs
boot/pkg/Cabal/Distribution/Compat/Graph.hs
boot/pkg/Cabal/Distribution/Compat/Newtype.hs
boot/pkg/Cabal/Distribution/Compat/ReadP.hs
boot/pkg/Cabal/Distribution/Compat/Semigroup.hs
boot/pkg/Cabal/Distribution/Compat/Stack.hs
boot/pkg/Cabal/Distribution/Compat/Time.hs
boot/pkg/Cabal/Distribution/Compat/DList.hs
boot/pkg/Cabal/Distribution/Compat/Binary.hs
boot/pkg/Cabal/Distribution/Compat/Parsing.hs
boot/pkg/Cabal/Distribution/Compat/CharParsing.hs
boot/pkg/Cabal/Distribution/Compat/Lens.hs
boot/pkg/Cabal/Distribution/Compat/CopyFile.hs
boot/pkg/Cabal/Distribution/Compat/GetShortPathName.hs
boot/pkg/Cabal/Distribution/Compat/MonadFail.hs
boot/pkg/Cabal/Distribution/Compat/Prelude.hs
boot/pkg/Cabal/Distribution/Compat/SnocList.hs
boot/pkg/Cabal/Distribution/Compat/Internal/
boot/pkg/Cabal/Distribution/Compat/Internal/TempFile.hs
boot/pkg/Cabal/Distribution/Compat/Prelude/
boot/pkg/Cabal/Distribution/Compat/Prelude/Internal.hs
boot/pkg/Cabal/Distribution/Compat/Binary/
boot/pkg/Cabal/Distribution/Compat/Binary/Class.hs
boot/pkg/Cabal/Distribution/Compat/Binary/Generic.hs
boot/pkg/Cabal/Distribution/Types/
boot/pkg/Cabal/Distribution/Types/AbiDependency.hs
boot/pkg/Cabal/Distribution/Types/ExposedModule.hs
boot/pkg/Cabal/Distribution/Types/InstalledPackageInfo.hs
boot/pkg/Cabal/Distribution/Types/AbiHash.hs
boot/pkg/Cabal/Distribution/Types/AnnotatedId.hs
boot/pkg/Cabal/Distribution/Types/Benchmark.hs
boot/pkg/Cabal/Distribution/Types/BenchmarkInterface.hs
boot/pkg/Cabal/Distribution/Types/BenchmarkType.hs
boot/pkg/Cabal/Distribution/Types/BuildInfo.hs
boot/pkg/Cabal/Distribution/Types/BuildType.hs
boot/pkg/Cabal/Distribution/Types/ComponentInclude.hs
boot/pkg/Cabal/Distribution/Types/Dependency.hs
boot/pkg/Cabal/Distribution/Types/ExeDependency.hs
boot/pkg/Cabal/Distribution/Types/LegacyExeDependency.hs
boot/pkg/Cabal/Distribution/Types/PkgconfigDependency.hs
boot/pkg/Cabal/Distribution/Types/DependencyMap.hs
boot/pkg/Cabal/Distribution/Types/ComponentId.hs
boot/pkg/Cabal/Distribution/Types/MungedPackageId.hs
boot/pkg/Cabal/Distribution/Types/PackageId.hs
boot/pkg/Cabal/Distribution/Types/UnitId.hs
boot/pkg/Cabal/Distribution/Types/Executable.hs
boot/pkg/Cabal/Distribution/Types/ExecutableScope.hs
boot/pkg/Cabal/Distribution/Types/Library.hs
boot/pkg/Cabal/Distribution/Types/ForeignLib.hs
boot/pkg/Cabal/Distribution/Types/ForeignLibType.hs
boot/pkg/Cabal/Distribution/Types/ForeignLibOption.hs
boot/pkg/Cabal/Distribution/Types/Module.hs
boot/pkg/Cabal/Distribution/Types/ModuleReexport.hs
boot/pkg/Cabal/Distribution/Types/ModuleRenaming.hs
boot/pkg/Cabal/Distribution/Types/ComponentName.hs
boot/pkg/Cabal/Distribution/Types/MungedPackageName.hs
boot/pkg/Cabal/Distribution/Types/PackageName.hs
boot/pkg/Cabal/Distribution/Types/PkgconfigName.hs
boot/pkg/Cabal/Distribution/Types/UnqualComponentName.hs
boot/pkg/Cabal/Distribution/Types/IncludeRenaming.hs
boot/pkg/Cabal/Distribution/Types/Mixin.hs
boot/pkg/Cabal/Distribution/Types/SetupBuildInfo.hs
boot/pkg/Cabal/Distribution/Types/TestSuite.hs
boot/pkg/Cabal/Distribution/Types/TestSuiteInterface.hs
boot/pkg/Cabal/Distribution/Types/TestType.hs
boot/pkg/Cabal/Distribution/Types/GenericPackageDescription.hs
boot/pkg/Cabal/Distribution/Types/Condition.hs
boot/pkg/Cabal/Distribution/Types/CondTree.hs
boot/pkg/Cabal/Distribution/Types/HookedBuildInfo.hs
boot/pkg/Cabal/Distribution/Types/PackageDescription.hs
boot/pkg/Cabal/Distribution/Types/SourceRepo.hs
boot/pkg/Cabal/Distribution/Types/Component.hs
boot/pkg/Cabal/Distribution/Types/ComponentLocalBuildInfo.hs
boot/pkg/Cabal/Distribution/Types/LocalBuildInfo.hs
boot/pkg/Cabal/Distribution/Types/ComponentRequestedSpec.hs
boot/pkg/Cabal/Distribution/Types/TargetInfo.hs
boot/pkg/Cabal/Distribution/Types/Version.hs
boot/pkg/Cabal/Distribution/Types/VersionRange.hs
boot/pkg/Cabal/Distribution/Types/VersionInterval.hs
boot/pkg/Cabal/Distribution/Types/Lens.hs
boot/pkg/Cabal/Distribution/Types/InstalledPackageInfo/
boot/pkg/Cabal/Distribution/Types/InstalledPackageInfo/FieldGrammar.hs
boot/pkg/Cabal/Distribution/Types/InstalledPackageInfo/Lens.hs
boot/pkg/Cabal/Distribution/Types/Benchmark/
boot/pkg/Cabal/Distribution/Types/Benchmark/Lens.hs
boot/pkg/Cabal/Distribution/Types/BuildInfo/
boot/pkg/Cabal/Distribution/Types/BuildInfo/Lens.hs
boot/pkg/Cabal/Distribution/Types/Executable/
boot/pkg/Cabal/Distribution/Types/Executable/Lens.hs
boot/pkg/Cabal/Distribution/Types/ForeignLib/
boot/pkg/Cabal/Distribution/Types/ForeignLib/Lens.hs
boot/pkg/Cabal/Distribution/Types/GenericPackageDescription/
boot/pkg/Cabal/Distribution/Types/GenericPackageDescription/Lens.hs
boot/pkg/Cabal/Distribution/Types/Library/
boot/pkg/Cabal/Distribution/Types/Library/Lens.hs
boot/pkg/Cabal/Distribution/Types/PackageDescription/
boot/pkg/Cabal/Distribution/Types/PackageDescription/Lens.hs
boot/pkg/Cabal/Distribution/Types/PackageId/
boot/pkg/Cabal/Distribution/Types/PackageId/Lens.hs
boot/pkg/Cabal/Distribution/Types/SetupBuildInfo/
boot/pkg/Cabal/Distribution/Types/SetupBuildInfo/Lens.hs
boot/pkg/Cabal/Distribution/Types/SourceRepo/
boot/pkg/Cabal/Distribution/Types/SourceRepo/Lens.hs
boot/pkg/Cabal/Distribution/Types/TestSuite/
boot/pkg/Cabal/Distribution/Types/TestSuite/Lens.hs
boot/pkg/Cabal/Distribution/PackageDescription/
boot/pkg/Cabal/Distribution/PackageDescription/Check.hs
boot/pkg/Cabal/Distribution/PackageDescription/Configuration.hs
boot/pkg/Cabal/Distribution/PackageDescription/PrettyPrint.hs
boot/pkg/Cabal/Distribution/PackageDescription/Utils.hs
boot/pkg/Cabal/Distribution/PackageDescription/FieldGrammar.hs
boot/pkg/Cabal/Distribution/PackageDescription/Parsec.hs
boot/pkg/Cabal/Distribution/PackageDescription/Quirks.hs
boot/pkg/Cabal/Distribution/Simple/
boot/pkg/Cabal/Distribution/Simple/Bench.hs
boot/pkg/Cabal/Distribution/Simple/Build.hs
boot/pkg/Cabal/Distribution/Simple/BuildPaths.hs
boot/pkg/Cabal/Distribution/Simple/BuildTarget.hs
boot/pkg/Cabal/Distribution/Simple/BuildToolDepends.hs
boot/pkg/Cabal/Distribution/Simple/CCompiler.hs
boot/pkg/Cabal/Distribution/Simple/Command.hs
boot/pkg/Cabal/Distribution/Simple/Compiler.hs
boot/pkg/Cabal/Distribution/Simple/Configure.hs
boot/pkg/Cabal/Distribution/Simple/Flag.hs
boot/pkg/Cabal/Distribution/Simple/GHC.hs
boot/pkg/Cabal/Distribution/Simple/GHCJS.hs
boot/pkg/Cabal/Distribution/Simple/Haddock.hs
boot/pkg/Cabal/Distribution/Simple/Doctest.hs
boot/pkg/Cabal/Distribution/Simple/Glob.hs
boot/pkg/Cabal/Distribution/Simple/HaskellSuite.hs
boot/pkg/Cabal/Distribution/Simple/Hpc.hs
boot/pkg/Cabal/Distribution/Simple/Install.hs
boot/pkg/Cabal/Distribution/Simple/InstallDirs.hs
boot/pkg/Cabal/Distribution/Simple/LocalBuildInfo.hs
boot/pkg/Cabal/Distribution/Simple/PackageIndex.hs
boot/pkg/Cabal/Distribution/Simple/PreProcess.hs
boot/pkg/Cabal/Distribution/Simple/Program.hs
boot/pkg/Cabal/Distribution/Simple/Register.hs
boot/pkg/Cabal/Distribution/Simple/Setup.hs
boot/pkg/Cabal/Distribution/Simple/SrcDist.hs
boot/pkg/Cabal/Distribution/Simple/Test.hs
boot/pkg/Cabal/Distribution/Simple/UHC.hs
boot/pkg/Cabal/Distribution/Simple/UserHooks.hs
boot/pkg/Cabal/Distribution/Simple/Utils.hs
boot/pkg/Cabal/Distribution/Simple/Build/
boot/pkg/Cabal/Distribution/Simple/Build/Macros.hs
boot/pkg/Cabal/Distribution/Simple/Build/PathsModule.hs
boot/pkg/Cabal/Distribution/Simple/PreProcess/
boot/pkg/Cabal/Distribution/Simple/PreProcess/Unlit.hs
boot/pkg/Cabal/Distribution/Simple/Program/
boot/pkg/Cabal/Distribution/Simple/Program/Ar.hs
boot/pkg/Cabal/Distribution/Simple/Program/Builtin.hs
boot/pkg/Cabal/Distribution/Simple/Program/Db.hs
boot/pkg/Cabal/Distribution/Simple/Program/Find.hs
boot/pkg/Cabal/Distribution/Simple/Program/GHC.hs
boot/pkg/Cabal/Distribution/Simple/Program/HcPkg.hs
boot/pkg/Cabal/Distribution/Simple/Program/Hpc.hs
boot/pkg/Cabal/Distribution/Simple/Program/Internal.hs
boot/pkg/Cabal/Distribution/Simple/Program/Ld.hs
boot/pkg/Cabal/Distribution/Simple/Program/ResponseFile.hs
boot/pkg/Cabal/Distribution/Simple/Program/Run.hs
boot/pkg/Cabal/Distribution/Simple/Program/Script.hs
boot/pkg/Cabal/Distribution/Simple/Program/Strip.hs
boot/pkg/Cabal/Distribution/Simple/Program/Types.hs
boot/pkg/Cabal/Distribution/Simple/Test/
boot/pkg/Cabal/Distribution/Simple/Test/ExeV10.hs
boot/pkg/Cabal/Distribution/Simple/Test/LibV09.hs
boot/pkg/Cabal/Distribution/Simple/Test/Log.hs
boot/pkg/Cabal/Distribution/Simple/GHC/
boot/pkg/Cabal/Distribution/Simple/GHC/EnvironmentParser.hs
boot/pkg/Cabal/Distribution/Simple/GHC/Internal.hs
boot/pkg/Cabal/Distribution/Simple/GHC/ImplInfo.hs
boot/pkg/Cabal/Distribution/SPDX/
boot/pkg/Cabal/Distribution/SPDX/License.hs
boot/pkg/Cabal/Distribution/SPDX/LicenseId.hs
boot/pkg/Cabal/Distribution/SPDX/LicenseExceptionId.hs
boot/pkg/Cabal/Distribution/SPDX/LicenseExpression.hs
boot/pkg/Cabal/Distribution/SPDX/LicenseListVersion.hs
boot/pkg/Cabal/Distribution/SPDX/LicenseReference.hs
boot/pkg/Cabal/Distribution/FieldGrammar/
boot/pkg/Cabal/Distribution/FieldGrammar/Class.hs
boot/pkg/Cabal/Distribution/FieldGrammar/FieldDescrs.hs
boot/pkg/Cabal/Distribution/FieldGrammar/Parsec.hs
boot/pkg/Cabal/Distribution/FieldGrammar/Pretty.hs
boot/pkg/Cabal/Distribution/Parsec/
boot/pkg/Cabal/Distribution/Parsec/Class.hs
boot/pkg/Cabal/Distribution/Parsec/Common.hs
boot/pkg/Cabal/Distribution/Parsec/ConfVar.hs
boot/pkg/Cabal/Distribution/Parsec/Field.hs
boot/pkg/Cabal/Distribution/Parsec/FieldLineStream.hs
boot/pkg/Cabal/Distribution/Parsec/Lexer.hs
boot/pkg/Cabal/Distribution/Parsec/LexerMonad.hs
boot/pkg/Cabal/Distribution/Parsec/Newtypes.hs
boot/pkg/Cabal/Distribution/Parsec/ParseResult.hs
boot/pkg/Cabal/Distribution/Parsec/Parser.hs
boot/pkg/Cabal/Language/
boot/pkg/Cabal/Language/Haskell/
boot/pkg/Cabal/Language/Haskell/Extension.hs
boot/pkg/Cabal/tests/
boot/pkg/Cabal/tests/HackageTests.hs
boot/pkg/Cabal/tests/CheckTests.hs
boot/pkg/Cabal/tests/ParserTests.hs
boot/pkg/Cabal/tests/UnitTests.hs
boot/pkg/Cabal/tests/README.md
boot/pkg/Cabal/tests/Instances/
boot/pkg/Cabal/tests/Instances/TreeDiff.hs
boot/pkg/Cabal/tests/Instances/TreeDiff/
boot/pkg/Cabal/tests/Instances/TreeDiff/Language.hs
boot/pkg/Cabal/tests/Instances/TreeDiff/SPDX.hs
boot/pkg/Cabal/tests/Instances/TreeDiff/Version.hs
boot/pkg/Cabal/tests/custom-setup/
boot/pkg/Cabal/tests/custom-setup/CustomSetupTests.hs
boot/pkg/Cabal/tests/custom-setup/CabalDoctestSetup.hs
boot/pkg/Cabal/tests/custom-setup/IdrisSetup.hs
boot/pkg/Cabal/tests/Test/
boot/pkg/Cabal/tests/Test/Laws.hs
boot/pkg/Cabal/tests/Test/QuickCheck/
boot/pkg/Cabal/tests/Test/QuickCheck/Utils.hs
boot/pkg/Cabal/tests/UnitTests/
boot/pkg/Cabal/tests/UnitTests/Distribution/
boot/pkg/Cabal/tests/UnitTests/Distribution/SPDX.hs
boot/pkg/Cabal/tests/UnitTests/Distribution/System.hs
boot/pkg/Cabal/tests/UnitTests/Distribution/Version.hs
boot/pkg/Cabal/tests/UnitTests/Distribution/Compat/
boot/pkg/Cabal/tests/UnitTests/Distribution/Compat/CreatePipe.hs
boot/pkg/Cabal/tests/UnitTests/Distribution/Compat/ReadP.hs
boot/pkg/Cabal/tests/UnitTests/Distribution/Compat/Time.hs
boot/pkg/Cabal/tests/UnitTests/Distribution/Compat/Graph.hs
boot/pkg/Cabal/tests/UnitTests/Distribution/Simple/
boot/pkg/Cabal/tests/UnitTests/Distribution/Simple/Glob.hs
boot/pkg/Cabal/tests/UnitTests/Distribution/Simple/Utils.hs
boot/pkg/Cabal/tests/UnitTests/Distribution/Simple/Program/
boot/pkg/Cabal/tests/UnitTests/Distribution/Simple/Program/Internal.hs
boot/pkg/Cabal/tests/UnitTests/Distribution/Types/
boot/pkg/Cabal/tests/UnitTests/Distribution/Types/GenericPackageDescription.hs
boot/pkg/Cabal/tests/UnitTests/Distribution/Utils/
boot/pkg/Cabal/tests/UnitTests/Distribution/Utils/Generic.hs
boot/pkg/Cabal/tests/UnitTests/Distribution/Utils/NubList.hs
boot/pkg/Cabal/tests/UnitTests/Distribution/Utils/ShortText.hs
boot/pkg/Cabal/tests/ParserTests/
boot/pkg/Cabal/tests/ParserTests/errors/
boot/pkg/Cabal/tests/ParserTests/errors/common1.cabal
boot/pkg/Cabal/tests/ParserTests/errors/common1.errors
boot/pkg/Cabal/tests/ParserTests/errors/common2.cabal
boot/pkg/Cabal/tests/ParserTests/errors/common2.errors
boot/pkg/Cabal/tests/ParserTests/errors/common3.cabal
boot/pkg/Cabal/tests/ParserTests/errors/common3.errors
boot/pkg/Cabal/tests/ParserTests/errors/forward-compat.cabal
boot/pkg/Cabal/tests/ParserTests/errors/forward-compat.errors
boot/pkg/Cabal/tests/ParserTests/errors/forward-compat2.cabal
boot/pkg/Cabal/tests/ParserTests/errors/forward-compat2.errors
boot/pkg/Cabal/tests/ParserTests/errors/forward-compat3.cabal
boot/pkg/Cabal/tests/ParserTests/errors/forward-compat3.errors
boot/pkg/Cabal/tests/ParserTests/errors/issue-5055-2.cabal
boot/pkg/Cabal/tests/ParserTests/errors/issue-5055-2.errors
boot/pkg/Cabal/tests/ParserTests/errors/issue-5055.cabal
boot/pkg/Cabal/tests/ParserTests/errors/issue-5055.errors
boot/pkg/Cabal/tests/ParserTests/errors/leading-comma.cabal
boot/pkg/Cabal/tests/ParserTests/errors/leading-comma.errors
boot/pkg/Cabal/tests/ParserTests/errors/noVersion.cabal
boot/pkg/Cabal/tests/ParserTests/errors/noVersion.errors
boot/pkg/Cabal/tests/ParserTests/errors/noVersion2.cabal
boot/pkg/Cabal/tests/ParserTests/errors/noVersion2.errors
boot/pkg/Cabal/tests/ParserTests/errors/range-ge-wild.cabal
boot/pkg/Cabal/tests/ParserTests/errors/range-ge-wild.errors
boot/pkg/Cabal/tests/ParserTests/errors/spdx-1.cabal
boot/pkg/Cabal/tests/ParserTests/errors/spdx-1.errors
boot/pkg/Cabal/tests/ParserTests/errors/spdx-2.cabal
boot/pkg/Cabal/tests/ParserTests/errors/spdx-2.errors
boot/pkg/Cabal/tests/ParserTests/errors/spdx-3.cabal
boot/pkg/Cabal/tests/ParserTests/errors/spdx-3.errors
boot/pkg/Cabal/tests/ParserTests/ipi/
boot/pkg/Cabal/tests/ParserTests/ipi/Includes2.cabal
boot/pkg/Cabal/tests/ParserTests/ipi/Includes2.expr
boot/pkg/Cabal/tests/ParserTests/ipi/Includes2.format
boot/pkg/Cabal/tests/ParserTests/ipi/internal-preprocessor-test.cabal
boot/pkg/Cabal/tests/ParserTests/ipi/internal-preprocessor-test.expr
boot/pkg/Cabal/tests/ParserTests/ipi/internal-preprocessor-test.format
boot/pkg/Cabal/tests/ParserTests/ipi/issue-2276-ghc-9885.cabal
boot/pkg/Cabal/tests/ParserTests/ipi/issue-2276-ghc-9885.expr
boot/pkg/Cabal/tests/ParserTests/ipi/issue-2276-ghc-9885.format
boot/pkg/Cabal/tests/ParserTests/ipi/transformers.cabal
boot/pkg/Cabal/tests/ParserTests/ipi/transformers.expr
boot/pkg/Cabal/tests/ParserTests/ipi/transformers.format
boot/pkg/Cabal/tests/ParserTests/regressions/
boot/pkg/Cabal/tests/ParserTests/regressions/MiniAgda.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/MiniAgda.check
boot/pkg/Cabal/tests/ParserTests/regressions/Octree-0.5.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/Octree-0.5.expr
boot/pkg/Cabal/tests/ParserTests/regressions/Octree-0.5.format
boot/pkg/Cabal/tests/ParserTests/regressions/bad-glob-syntax.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/bad-glob-syntax.check
boot/pkg/Cabal/tests/ParserTests/regressions/cc-options-with-optimization.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/cc-options-with-optimization.check
boot/pkg/Cabal/tests/ParserTests/regressions/common.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/common.expr
boot/pkg/Cabal/tests/ParserTests/regressions/common.format
boot/pkg/Cabal/tests/ParserTests/regressions/common2.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/common2.expr
boot/pkg/Cabal/tests/ParserTests/regressions/common2.format
boot/pkg/Cabal/tests/ParserTests/regressions/cxx-options-with-optimization.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/cxx-options-with-optimization.check
boot/pkg/Cabal/tests/ParserTests/regressions/elif.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/elif.expr
boot/pkg/Cabal/tests/ParserTests/regressions/elif.format
boot/pkg/Cabal/tests/ParserTests/regressions/elif2.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/elif2.expr
boot/pkg/Cabal/tests/ParserTests/regressions/elif2.format
boot/pkg/Cabal/tests/ParserTests/regressions/encoding-0.8.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/encoding-0.8.expr
boot/pkg/Cabal/tests/ParserTests/regressions/encoding-0.8.format
boot/pkg/Cabal/tests/ParserTests/regressions/extensions-paths-5054.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/extensions-paths-5054.check
boot/pkg/Cabal/tests/ParserTests/regressions/generics-sop.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/generics-sop.expr
boot/pkg/Cabal/tests/ParserTests/regressions/generics-sop.format
boot/pkg/Cabal/tests/ParserTests/regressions/ghc-option-j.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/ghc-option-j.check
boot/pkg/Cabal/tests/ParserTests/regressions/haddock-api-2.18.1-check.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/haddock-api-2.18.1-check.check
boot/pkg/Cabal/tests/ParserTests/regressions/issue-5055.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/issue-5055.expr
boot/pkg/Cabal/tests/ParserTests/regressions/issue-5055.format
boot/pkg/Cabal/tests/ParserTests/regressions/issue-774.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/issue-774.check
boot/pkg/Cabal/tests/ParserTests/regressions/issue-774.expr
boot/pkg/Cabal/tests/ParserTests/regressions/issue-774.format
boot/pkg/Cabal/tests/ParserTests/regressions/leading-comma.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/leading-comma.expr
boot/pkg/Cabal/tests/ParserTests/regressions/leading-comma.format
boot/pkg/Cabal/tests/ParserTests/regressions/noVersion.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/noVersion.expr
boot/pkg/Cabal/tests/ParserTests/regressions/noVersion.format
boot/pkg/Cabal/tests/ParserTests/regressions/nothing-unicode.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/nothing-unicode.check
boot/pkg/Cabal/tests/ParserTests/regressions/nothing-unicode.expr
boot/pkg/Cabal/tests/ParserTests/regressions/nothing-unicode.format
boot/pkg/Cabal/tests/ParserTests/regressions/pre-1.6-glob.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/pre-1.6-glob.check
boot/pkg/Cabal/tests/ParserTests/regressions/pre-2.4-globstar.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/pre-2.4-globstar.check
boot/pkg/Cabal/tests/ParserTests/regressions/shake.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/shake.expr
boot/pkg/Cabal/tests/ParserTests/regressions/shake.format
boot/pkg/Cabal/tests/ParserTests/regressions/spdx-1.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/spdx-1.expr
boot/pkg/Cabal/tests/ParserTests/regressions/spdx-1.format
boot/pkg/Cabal/tests/ParserTests/regressions/spdx-2.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/spdx-2.expr
boot/pkg/Cabal/tests/ParserTests/regressions/spdx-2.format
boot/pkg/Cabal/tests/ParserTests/regressions/spdx-3.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/spdx-3.expr
boot/pkg/Cabal/tests/ParserTests/regressions/spdx-3.format
boot/pkg/Cabal/tests/ParserTests/regressions/th-lift-instances.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/th-lift-instances.expr
boot/pkg/Cabal/tests/ParserTests/regressions/th-lift-instances.format
boot/pkg/Cabal/tests/ParserTests/regressions/wl-pprint-indef.cabal
boot/pkg/Cabal/tests/ParserTests/regressions/wl-pprint-indef.expr
boot/pkg/Cabal/tests/ParserTests/regressions/wl-pprint-indef.format
boot/pkg/Cabal/tests/ParserTests/warnings/
boot/pkg/Cabal/tests/ParserTests/warnings/bom.cabal
boot/pkg/Cabal/tests/ParserTests/warnings/bool.cabal
boot/pkg/Cabal/tests/ParserTests/warnings/deprecatedfield.cabal
boot/pkg/Cabal/tests/ParserTests/warnings/doubledash.cabal
boot/pkg/Cabal/tests/ParserTests/warnings/extratestmodule.cabal
boot/pkg/Cabal/tests/ParserTests/warnings/gluedop.cabal
boot/pkg/Cabal/tests/ParserTests/warnings/multiplesingular.cabal
boot/pkg/Cabal/tests/ParserTests/warnings/nbsp.cabal
boot/pkg/Cabal/tests/ParserTests/warnings/newsyntax.cabal
boot/pkg/Cabal/tests/ParserTests/warnings/oldsyntax.cabal
boot/pkg/Cabal/tests/ParserTests/warnings/subsection.cabal
boot/pkg/Cabal/tests/ParserTests/warnings/tab.cabal
boot/pkg/Cabal/tests/ParserTests/warnings/trailingfield.cabal
boot/pkg/Cabal/tests/ParserTests/warnings/unknownfield.cabal
boot/pkg/Cabal/tests/ParserTests/warnings/unknownsection.cabal
boot/pkg/Cabal/tests/ParserTests/warnings/utf8.cabal
boot/pkg/Cabal/tests/ParserTests/warnings/versiontag.cabal
boot/pkg/Cabal/tests/hackage/
boot/pkg/Cabal/tests/hackage/check.sh
boot/pkg/Cabal/tests/hackage/download.sh
boot/pkg/Cabal/tests/hackage/unpack.sh
boot/pkg/Cabal/tests/misc/
boot/pkg/Cabal/tests/misc/ghc-supported-languages.hs
boot/pkg/Cabal/doc/
boot/pkg/Cabal/doc/bugs-and-stability.rst
boot/pkg/Cabal/doc/concepts-and-development.rst
boot/pkg/Cabal/doc/conf.py
boot/pkg/Cabal/doc/config-and-install.rst
boot/pkg/Cabal/doc/developing-packages.rst
boot/pkg/Cabal/doc/index.rst
boot/pkg/Cabal/doc/installing-packages.rst
boot/pkg/Cabal/doc/intro.rst
boot/pkg/Cabal/doc/misc.rst
boot/pkg/Cabal/doc/nix-local-build-overview.rst
boot/pkg/Cabal/doc/nix-local-build.rst
boot/pkg/Cabal/doc/file-format-changelog.rst
boot/pkg/Cabal/doc/README.md
boot/pkg/Cabal/doc/references.inc
boot/pkg/Cabal/doc/images/
boot/pkg/Cabal/doc/images/Cabal-dark.png
boot/pkg/ghc-prim/
boot/pkg/ghc-prim/changelog.md
boot/pkg/ghc-prim/cbits/
boot/pkg/ghc-prim/cbits/atomic.c
boot/pkg/ghc-prim/cbits/bswap.c
boot/pkg/ghc-prim/cbits/clz.c
boot/pkg/ghc-prim/cbits/ctz.c
boot/pkg/ghc-prim/cbits/debug.c
boot/pkg/ghc-prim/cbits/longlong.c
boot/pkg/ghc-prim/cbits/pdep.c
boot/pkg/ghc-prim/cbits/pext.c
boot/pkg/ghc-prim/cbits/popcnt.c
boot/pkg/ghc-prim/cbits/word2float.c
boot/pkg/ghc-prim/GHC/
boot/pkg/ghc-prim/GHC/CString.hs
boot/pkg/ghc-prim/GHC/Classes.hs
boot/pkg/ghc-prim/GHC/Debug.hs
boot/pkg/ghc-prim/GHC/IntWord64.hs
boot/pkg/ghc-prim/GHC/Magic.hs
boot/pkg/ghc-prim/GHC/Tuple.hs
boot/pkg/ghc-prim/GHC/Types.hs
boot/pkg/ghc-prim/LICENSE
boot/pkg/ghc-prim/tests/
boot/pkg/ghc-prim/tests/T6026.hs
boot/pkg/ghc-prim/tests/T6026.stdout
boot/pkg/ghc-prim/ghc-prim.cabal
boot/pkg/ghc-prim/Setup.hs
boot/pkg/ghcjs-prim/
boot/pkg/ghcjs-prim/cbits/
boot/pkg/ghcjs-prim/cbits/ghcjs-prim.c
boot/pkg/ghcjs-prim/GHCJS/
boot/pkg/ghcjs-prim/GHCJS/Prim.hs
boot/pkg/ghcjs-prim/GHCJS/Prim/
boot/pkg/ghcjs-prim/GHCJS/Prim/Internal.hs
boot/pkg/ghcjs-prim/GHCJS/Prim/Internal/
boot/pkg/ghcjs-prim/GHCJS/Prim/Internal/Build.hs
boot/pkg/ghcjs-prim/ghcjs-prim.cabal
boot/pkg/ghcjs-prim/LICENSE
boot/pkg/ghcjs-prim/Setup.hs
boot/pkg/ghcjs-th/
boot/pkg/ghcjs-th/GHCJS/
boot/pkg/ghcjs-th/GHCJS/Prim/
boot/pkg/ghcjs-th/GHCJS/Prim/TH/
boot/pkg/ghcjs-th/GHCJS/Prim/TH/Eval.hs
boot/pkg/ghcjs-th/GHCJS/Prim/TH/Serialized.hs
boot/pkg/ghcjs-th/GHCJS/Prim/TH/Types.hs
boot/pkg/ghcjs-th/ghcjs-th.cabal
boot/pkg/ghcjs-th/LICENSE
boot/pkg/ghcjs-th/Setup.hs
boot/pkg/ghc/
boot/pkg/ghc/LICENSE
boot/pkg/ghc/main/
boot/pkg/ghc/main/Plugins.hs
boot/pkg/ghc/ghc.cabal
boot/ghcjs-node.tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment